I have a job stream which executes TSO clists and did not notice any restriction on the commands that can be run. The job stream also runs SDSF batch and that is another story with its limitations on the commands that can be run and how they are executed.
-----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Barry Merrill Sent: Tuesday, May 03, 2011 9:44 AM To: [email protected] Subject: Re: IKJEFT01 I know that, in the past, TSO in Batch only executed commands that used GETLINE/PUTLINE, and that any command that instead used GET and PUT caused the input stack of commands to simply stop at that command. I don't know if this is still true, but if the command doesn't execute, perhaps it's still true. Barry Merrill -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Barkow, Eileen Sent: Tuesday, May 03, 2011 8:39 AM To: [email protected] Subject: Re: IKJEFT01 If you mean that you want the commands to run from a job stream, then just run a clist from batch or invoke the IKJEFT01 Module passing it the name of the clist to run in the first parameter and pass parms to the clist in the following parms: /*********************************** /TSO EXEC PGM=IKJEFT10, / PARM=('&CLIST &PARM1 &PARM2'), -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Bill Johnson Sent: Tuesday, May 03, 2011 9:14 AM To: [email protected] Subject: IKJEFT01 I'm trying to run a TSO command using IKJEFT01 but I want the command to work on a dataset. Possible? TIA ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

