Cool and very useful mainframes tips and tricks!!!
Check out some useful REXX tips
1. EXECIO command: EXECIO * is faster than EXECIO 1.
2. REXX in batch programming: To run a rexx program in batch mode, you can use the below sample JCL.
//JOB1 JOB < job parameters>
//*
//STEP1 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSEXEC DD DISP=SHR,DSN=REXX-LIBRARY
//SYSPROC DD DISP=SHR,DSN=CLIST-LIBRARY
//STEPLIB DD DISP=SHR,DSN=LOADLIB
//SYSTSIN DD *
REXX-PROGRAM-NAME
/*
3. To activate REXX programs in a PDS, give the following commands.-1-> TSO ALTLIB
-2-> ACTIVATE
-3-> EXEC
-4-> '<PDS NAME CONTAINING REXX PROGRAM>'
Check out more mainframe tips at http://mainframetipstricks.blogspot.com/
Check out our 100% free intraday share market tips at http://freesharemarkettips4u.blogspot.com/
No comments:
Post a Comment