home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / bit / listserv / ibmmain / 2380 < prev    next >
Encoding:
Internet Message Format  |  1992-10-15  |  1.8 KB

  1. 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
  2. From: lbdyck@OSREQ48.ROCKWELL.COM (Lionel B. Dyck)
  3. Newsgroups: bit.listserv.ibm-main
  4. Subject: IKJEFT01
  5. Message-ID: <9210151640.AA0078@osreq48.rockwell.com>
  6. Date: 15 Oct 92 17:38:13 GMT
  7. Sender: IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  8. Lines: 35
  9. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  10. Return-Path: <lbdyck@osreq48.rockwell.com>
  11. Comments: To: IBM-MAIN@ricevm1.rice.edu
  12. In-Reply-To:  <.AA0058@osreq48.rockwell.com>
  13.  
  14. Recently it was asked:
  15.  
  16. > I am looking for the description of TSO in Batch, that is
  17. > // EXEC PGM=IKJEFT01, and what I may or must supply as parameters
  18. > and DD statements --
  19. > but I cannot find the manual! Please help me.
  20. > We use TSO/E 2.1.0 (MVS/XA).
  21. > Peter
  22.  
  23.  
  24. The jcl to use is:
  25.  
  26. //step EXEC PGM=IKJEFT01,PARM='command'
  27. //SYSTSPRT  DD  SYSOUT=*    Output from commands that don't use TPUT
  28. //SYSTSIN   DD  *
  29.  tso command(s)
  30.  ..
  31.  ..
  32. /*
  33.  
  34. The PARM may contain any valid TSO command that you want executed before any
  35. command entered in the input stream.
  36.  
  37. You may also include DD statements for any valid TSO DD (e.g. SYSHELP, SYSPROC,
  38. STEPLIB, etc.)
  39.  
  40. >>>  One of the most dangerous forms of human error is forgetting   <<<
  41. >>>       what one is trying to achieve......Paul Nitze             <<<
  42. *---------------------------------------------------------------------*
  43. * Lionel B. Dyck              | Rockwell TSO:      WCC1.$A1238        *
  44. * M/C:       110-SE28         | Rockwell VM:       ISCEMS(LBDYCK)     *
  45. * Comnet:    797-1125         | IBMLink:           ROK2027            *
  46. * Phone:     (310) 797-1125   | IBM Mail:          USROKNTN           *
  47. * Fax:       (310) 797-3511   | Internet: LBDyck@osreq48.Rockwell.Com *
  48. *---------------------------------------------------------------------*
  49.