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

Popular posts from this blog

Date/time constants in JCL

JCL ABeND --

IEBGENER usage examples