home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!stanford.edu!lll-winken!overload.lbl.gov!zeus.ieee.org!europa.asd.contel.com!paladin.american.edu!auvm!OSREQ48.ROCKWELL.COM!LBDYCK
- From: lbdyck@OSREQ48.ROCKWELL.COM (Lionel B. Dyck)
- Newsgroups: bit.listserv.ibm-main
- Subject: IKJEFT01
- Message-ID: <9210151640.AA0078@osreq48.rockwell.com>
- Date: 15 Oct 92 17:38:13 GMT
- Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
- Lines: 35
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Return-Path: <lbdyck@osreq48.rockwell.com>
- Comments: To: IBM-MAIN@ricevm1.rice.edu
- In-Reply-To: <.AA0058@osreq48.rockwell.com>
-
- Recently it was asked:
-
- > I am looking for the description of TSO in Batch, that is
- > // EXEC PGM=IKJEFT01, and what I may or must supply as parameters
- > and DD statements --
- > but I cannot find the manual! Please help me.
- > We use TSO/E 2.1.0 (MVS/XA).
- > Peter
-
-
- The jcl to use is:
-
- //step EXEC PGM=IKJEFT01,PARM='command'
- //SYSTSPRT DD SYSOUT=* Output from commands that don't use TPUT
- //SYSTSIN DD *
- tso command(s)
- ..
- ..
- /*
-
- The PARM may contain any valid TSO command that you want executed before any
- command entered in the input stream.
-
- You may also include DD statements for any valid TSO DD (e.g. SYSHELP, SYSPROC,
- STEPLIB, etc.)
-
- >>> One of the most dangerous forms of human error is forgetting <<<
- >>> what one is trying to achieve......Paul Nitze <<<
- *---------------------------------------------------------------------*
- * Lionel B. Dyck | Rockwell TSO: WCC1.$A1238 *
- * M/C: 110-SE28 | Rockwell VM: ISCEMS(LBDYCK) *
- * Comnet: 797-1125 | IBMLink: ROK2027 *
- * Phone: (310) 797-1125 | IBM Mail: USROKNTN *
- * Fax: (310) 797-3511 | Internet: LBDyck@osreq48.Rockwell.Com *
- *---------------------------------------------------------------------*
-