On 20 July 2012 22:06, Jim Mulder 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.
---
Hi
If you still interested, I wrote couple of years ago a SUBSYSTEM use
APPC (LU6.2) to access PC data something like this:
//OUTPUT DD DSN='T:/miklos/K0917.MVS',DISP=SHR,
// DCB=(RECFM=VB,LRECL=8192),
// SUBSYS=(QNTA,'SYSTEM=OS2APPC9,DATA=AFPDS')
I can give you the source offlist.
On 15
> 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 pre-public
V.UA.EDU] Im Auftrag
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) stateme
, IBM
+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
To:
IBM-MAIN@listserv.ua.edu,
Date:
07/15/2012 01:35 AM
Subject:
JCL DD SUBSYS - how to write the S
On Sat, 14 Jul 2012 20:54:27 -0400, Tony Harminc wrote:
>
>For a worked example with doc from 30 years ago, look at GPSAM in CBT file 290:
> http://cbttape.org/ftp/cbt/CBT290.zip
>
>Of course it's all 24-bit, but it probably still works fine on the latest
>z/OS. At most it will need minor modifica
On Sat, 14 Jul 2012 19:35:21 -0500 Anthony Fletcher
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 DD
info
On 14 July 2012 20:35, Anthony Fletcher 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 DD information a
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.