MPE CI Programming for 7.5

July 22, 2008
Page 41
hp e3000
strategy
CI i/o redirection
> name - redirect output from $STDLIST to name
namewill be overwritten if it already exists
file will be saved as name;rec=-256,,v,ascii;disc=10000;TEMP
file name can be MPE or POSIX syntax
>> name - redirect, append output from $STDLIST to name
same file attributes for nameif it is created
< name - redirect input from $STDIN to name
namemust exist (TEMP files looked for before PERM files)
I/O redirection has no meaning if the command does not do I/O to
$STDIN or $STDLIST
available on all commands, except:
IF, ELSEIF, SETVAR, CALC, WHILE, COMMENT, SETJCW, TELL,
TELLOP, WARN.