Use the following JCL to run the TSO TMP as a batch job step:
// EXEC PGM=IKJEFT01
// PARM='first command or CLIST to be executed'
//SYSPROC DD DISP=SHR,DSN=user.clistlib
//SYSEXEC DD DISP=SHR,DSN=user.rexxlib
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
(TSO commands or clists to be executed
* including *
OX commands to invoke OPS/REXX programs from data sets,
OI commands to invoke OPS/REXX programs from //SYSEXEC,
or both)
/*
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |