Re: Spool entire job to a file?

2021-08-20 Thread S.Karthik Premnath
18/2021 13:56: > >> > >>> Thanks, Lizette! I will give this a try. > >>> > >>> Billy > >>> > >>> Lizette Koehler wrote: > >>> > >>>> Go to the internet and look for John McKown's JES2DISK in a GI

Re: Spool entire job to a file?

2021-08-19 Thread Billy Ashton
U Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or something in the job itself that can redirect the entire job outpu

Re: Spool entire job to a file?

2021-08-18 Thread kekronbekron
nframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On > > > > > > Behalf Of Billy Ashton > > > > > > Sent: Wednesday, August 18, 2021 6:47 AM > > > > > > To: IBM-MAIN@LISTSERV.UA.EDU > > > > > > Subject: Spool entire job to a file?

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or something in the job itself that can redirec

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
Sent: Wednesday, August 18, 2021 6:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or somethi

Re: Spool entire job to a file?

2021-08-18 Thread Lizette Koehler
Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or something in the job itself that can redirect the entire job output to a PDS membe

Re: Spool entire job to a file?

2021-08-18 Thread Charles Mills
-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or something in the job itself that can redirect the

Re: [EXTERNAL] Re: Spool entire job to a file?

2021-08-18 Thread Paul Gilmartin
On Wed, 18 Aug 2021 14:32:29 +, Barkow, Eileen wrote: >There is a redbook named 'IMPLEMENTING REXX SUPPORT IN SDSF' which contains a >chapter about copying sysout datasets to a PDS, among a lot of other examples. > >ibm.com/redbooks > (GIYF) I wrote a Rexx program, largely based on examples

Re: Spool entire job to a file?

2021-08-18 Thread Seymour J Metz
shton [bill00ash...@gmail.com] Sent: Wednesday, August 18, 2021 9:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an O

Re: [EXTERNAL] Re: Spool entire job to a file?

2021-08-18 Thread Barkow, Eileen
August 18, 2021 10:22 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] Re: Spool entire job to a file? THIS MESSAGE IS FROM AN EXTERNAL SENDER Use caution when clicking on links or attachments and never provide your username or password. Not sure? Report this email to ph...@cyber.nyc.gov. Wh

Re: Spool entire job to a file?

2021-08-18 Thread James Crudele
> Billy Ashton >>> Sent: Wednesday, 18 August 2021 16:47 >>> To: IBM-MAIN@LISTSERV.UA.EDU >>> Subject: Spool entire job to a file? >>> >>> Hi all...I have a need to run a bunch of jobs to do some changes to files, >>> and we want to preserve

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
Ashton Sent: Wednesday, 18 August 2021 16:47 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or

Re: Spool entire job to a file?

2021-08-18 Thread James Crudele
No SDSF? > On Aug 18, 2021, at 09:56, Mike Shorkend wrote: > > Spool Offload? > > -Original Message- > From: IBM Mainframe Discussion List On Behalf Of > Billy Ashton > Sent: Wednesday, 18 August 2021 16:47 > To: IBM-MAIN@LISTSERV.UA.EDU > Subje

Re: Spool entire job to a file?

2021-08-18 Thread kekronbekron
What I do is: - type in a + in the NP column to expand it - sort pos a (oldest job comes at the top) - //xdc on the top job - // on the bottom job - enter some PDS name with MOD and name the members @JOB01... so that you can press enter, change 1 to 2, press enter, change 2 to 3, etc. Savings JC

Re: Spool entire job to a file?

2021-08-18 Thread David Spiegel
Yeah, but, that won't split it into members. On 2021-08-18 09:52, Mark Jacobs wrote: Use the JES2 external writer perhaps. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fapi.protonmail.ch%2Fpks%

Re: Spool entire job to a file?

2021-08-18 Thread Mike Shorkend
Spool Offload? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Billy Ashton Sent: Wednesday, 18 August 2021 16:47 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool entire job to a file? Hi all...I have a need to run a bunch of jobs to do some changes to files, and we

Re: Spool entire job to a file?

2021-08-18 Thread Mark Jacobs
Use the JES2 external writer perhaps. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Wednesday, August 18th, 2021 at 9:46 AM, Billy Ashton wrote:

Re: Spool entire job to a file?

2021-08-18 Thread David Spiegel
Hi Billy, If you have SDSF, you XDC the Job to a Dataset. Regards, David On 2021-08-18 09:46, Billy Ashton wrote: Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statem

Spool entire job to a file?

2021-08-18 Thread Billy Ashton
Hi all...I have a need to run a bunch of jobs to do some changes to files, and we want to preserve the output of all these jobs for auditors. Is there a way to use an OUTPUT statement or something in the job itself that can redirect the entire job output to a PDS member? We don't have a Spooler