Running EXEC explicitly & implicitly
Running
EXEC explicitly
From
any ISPF command line
TSO EXEC ‘USERID.REXX.EXEC(TIMEGAME)’
From
TSO shell
EXEC ‘USERID.REXX.EXEC(TIMEGAME)’
Running
EXEC implicitly
allocate
the PDS that contains it to a system file (SYSPROC
or SYSEXEC)
The
exec can be run as any TSO command
Comments
Post a Comment