Re: JCL DD SUBSYS - how to write the SUBSYS

2013-12-30 Thread Tony Harminc
On 20 July 2012 22:06, Jim Mulder d10j...@us.ibm.com wrote: The Subsystem Interface in MVS/SP Version 3 GC66-3131-00 August 1989 I'm guessing this should be GG66-3131. Trivia, and I may well be wrong, but I'm including it here so it becomes searchable. Tony H.

Re: JCL DD SUBSYS - how to write the SUBSYS

2012-07-20 Thread Jim Mulder
Well, Batch LSR Subsystem(BLSR) started out as a sample of how to write a subsystem, IIRC. I think it was in a WSC orange book. But I don't know how to locate it now. Anyone? The Subsystem Interface in MVS/SP Version 3 GC66-3131-00 August 1989 I have a hardcopy of a

Re: JCL DD SUBSYS - how to write the SUBSYS

2012-07-15 Thread Martin Packer
+44-7802-245-584 email: martin_pac...@uk.ibm.com Twitter / Facebook IDs: MartinPacker Blog: https://www.ibm.com/developerworks/mydeveloperworks/blogs/MartinPacker From: Anthony Fletcher flet...@nz1.ibm.com To: IBM-MAIN@listserv.ua.edu, Date: 07/15/2012 01:35 AM Subject: JCL DD SUBSYS - how

Re: JCL DD SUBSYS - how to write the SUBSYS

2012-07-15 Thread David Stokes
von Anthony Fletcher Gesendet: Sonntag, 15. Juli 2012 02:35 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: JCL DD SUBSYS - how to write the SUBSYS Has anyone found where there is documentation on how to code a SUBSYSTEM that could be the target of a JCL DD SUBSYS=(xyz,abc) statement? I am looking

JCL DD SUBSYS - how to write the SUBSYS

2012-07-14 Thread Anthony Fletcher
Has anyone found where there is documentation on how to code a SUBSYSTEM that could be the target of a JCL DD SUBSYS=(xyz,abc) statement? I am looking for information on how to code the subsystem itself and how to pick up the DD information and the PARM passed to the subsystem.

Re: JCL DD SUBSYS - how to write the SUBSYS

2012-07-14 Thread Tony Harminc
On 14 July 2012 20:35, Anthony Fletcher flet...@nz1.ibm.com wrote: Has anyone found where there is documentation on how to code a SUBSYSTEM that could be the target of a JCL DD SUBSYS=(xyz,abc) statement? I am looking for information on how to code the subsystem itself and how to pick up the

Re: JCL DD SUBSYS - how to write the SUBSYS

2012-07-14 Thread Binyamin Dissen
On Sat, 14 Jul 2012 19:35:21 -0500 Anthony Fletcher flet...@nz1.ibm.com wrote: :Has anyone found where there is documentation on how to code a SUBSYSTEM that could be the target of a JCL DD SUBSYS=(xyz,abc) statement? I am looking for information on how to code the subsystem itself and how to