Re: Sample program for JES dataset read?

2018-05-25 Thread Charles Mills
Thanks. Will take a look.  CharlesSent from a mobile; please excuse the brevity. Original message From: Dan D <zos.j...@gmail.com> Date: 5/24/18 9:44 PM (GMT+01:00) To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sample program for JES dataset read? Hi Charles, It hasn'

Re: Sample program for JES dataset read?

2018-05-24 Thread Dan D
Hi Charles, It hasn't been mentioned but you could also use the SAPI interface. File 790 on the CBT site has a package called "SRS" which is great for pulling the datasets from a job on spool. -- For IBM-MAIN subscribe /

Re: Sample program for JES dataset read?

2018-05-14 Thread Charles Mills
Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Allan Staller Sent: Monday, May 14, 2018 5:39 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sample program for JES dataset read? The OP should check out "Using the Subsystem Interface". -Original Message-

Re: Sample program for JES dataset read?

2018-05-14 Thread Allan Staller
The OP should check out "Using the Subsystem Interface". -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Charles Mills Sent: Friday, May 11, 2018 5:12 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sample program for JES da

Re: Sample program for JES dataset read?

2018-05-11 Thread Charles Mills
o:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Kirk Wolf Sent: Friday, May 11, 2018 1:49 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sample program for JES dataset read? The only slightly tricky thing is the dynamic allocation, that that is pretty straight forward for the primary subsystem. You can even us

Re: Sample program for JES dataset read?

2018-05-11 Thread Kirk Wolf
; -Original Message- > From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On > Behalf Of Paul Gilmartin > Sent: Friday, May 11, 2018 8:45 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: Sample program for JES dataset read? > > On Thu, 10 May 2018 17

Re: Sample program for JES dataset read?

2018-05-11 Thread Charles Mills
] On Behalf Of Paul Gilmartin Sent: Friday, May 11, 2018 8:45 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Sample program for JES dataset read? On Thu, 10 May 2018 17:30:53 -0700, Charles Mills wrote: >Is there a sample program - say in SYS1.SAMPLIB or on the CBT tape (yes, I >looked) - th

Re: Sample program for JES dataset read?

2018-05-11 Thread Paul Gilmartin
On Thu, 10 May 2018 17:30:53 -0700, Charles Mills wrote: >Is there a sample program - say in SYS1.SAMPLIB or on the CBT tape (yes, I >looked) - that shows an example of how to allocate and read a JES spool >dataset? > >How to do this, in other words: https://ibm.co/2IbrcGV > If Rexx is a

Re: Sample program for JES dataset read?

2018-05-11 Thread Steve Smith
I'll trust that your look was as good as mine would be. Maybe it's considered too elementary to sample. Oddly, I wrote such code eons ago, like on MVS/XA. It used some SSI requests for information, then basically proceeded as that link describes. sas On Thu, May 10, 2018 at 8:30 PM, Charles

Sample program for JES dataset read?

2018-05-10 Thread Charles Mills
Is there a sample program - say in SYS1.SAMPLIB or on the CBT tape (yes, I looked) - that shows an example of how to allocate and read a JES spool dataset? How to do this, in other words: https://ibm.co/2IbrcGV Charles -- For