IBM SC34-5764-01 Server User Manual


 
Operands
parameter
specifies the parameters passed to the exec as arguments.
Example
'EXEC / PARMS'
This example, executed on the command column next to TEST3.EXEC, executes exec TEST3.EXEC and
passes PARMS as the argument.
When you type EXEC from the command line use the following syntax:
 EXEC fileid
parameter

Operands
fileid
specifies the file ID of the file the command acts on.
parameter
specifies the parameters passed to the exec as arguments.
Return Codes
n specifies the return code set by the exit of the called exec
0 Normal return
-3 Exec not found
-10 Exec name not specified
-11 Invalid exec name
-12 GETMAIN error
-99 Internal error
Example
'EXEC TEST3 PARMS'
This example executes exec TEST3.EXEC and passes PARMS as the argument.
FLST
When you type FLST from the command line use the following syntax:
 FLST
dirid

FLST calls the file list utility.
Operands
dirid
specifies the ID of a full or partial directory. If you do not specify dirid, FLST defaults to the current
working directory.
Example
'FLST'
This example displays the file list for the member of the current working directory.
File System
268
CICS TS for VSE/ESA: REXX Guide