Re: Spool entire job to a file?

2021-08-20 Thread S.Karthik Premnath
Just adding to the solution.. alternatively try out the below snippet which will save all job logs from spool with cics8* as prefix. /*REXX*/ ISFTRACE="ON" SMFID=MVSVAR('SYSNAME') RC=ISFCALLS("ON") ISFPREFIX="CICS8*" ADDRESS SDSF("ISFEXEC ST") DO I = 1 TO JNAME.0 HLQ=CICS8 RCX=RIGHT(RETCODE.I,5)

Re: Spool entire job to a file?

2021-08-19 Thread Billy Ashton
Sure...I will try to copy it out tomorrow for you... kekronbekron wrote on 8/18/2021 23:15: If you don't mind, can you show us how. - KB ‐‐‐ Original Message ‐‐‐ On Thursday, August 19th, 2021 at 5:33 AM, Billy Ashton wrote: I found a way to call the Sysview batch processing

Re: Spool entire job to a file?

2021-08-18 Thread kekronbekron
If you don't mind, can you show us how. - KB ‐‐‐ Original Message ‐‐‐ On Thursday, August 19th, 2021 at 5:33 AM, Billy Ashton wrote: > I found a way to call the Sysview batch processing program from my JCL, > > and I can save the whole job as I wanted. > > Thanks to everyone for your

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
I found a way to call the Sysview batch processing program from my JCL, and I can save the whole job as I wanted. Thanks to everyone for your suggestions--I really like the way this group thinks out of the box! Billy Billy Ashton wrote on 8/18/2021 13:56: Thanks, Lizette! I will give this

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
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 GIT Hub It will do what you want and it is free Lizette -Original Message- From: IBM Mainframe Discussion List On Behalf Of Billy Ashton Sent:

Re: Spool entire job to a file?

2021-08-18 Thread Lizette Koehler
Go to the internet and look for John McKown's JES2DISK in a GIT Hub It will do what you want and it is free Lizette -Original Message- From: IBM Mainframe Discussion List On Behalf Of Billy Ashton Sent: Wednesday, August 18, 2021 6:47 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Spool

Re: Spool entire job to a file?

2021-08-18 Thread Charles Mills
What comes to my mind is FTP. SITE FILETYPE=JES GET JOB01234 Yes, there are some configuration requirements. Charles -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Billy Ashton Sent: Wednesday, August 18, 2021 6:47 AM To:

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

Re: Spool entire job to a file?

2021-08-18 Thread Seymour J Metz
Your best bet is an XDC line command in SDSF. An external writer won't separate the jobs for you. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Billy Ashton

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

2021-08-18 Thread Barkow, Eileen
, 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. What I do

Re: Spool entire job to a file?

2021-08-18 Thread James Crudele
If you have sdsf there is a nifty Rexx that will output all to a pds. Not sure about sysview. > On Aug 18, 2021, at 10:26, Billy Ashton wrote: > > Actually, we have the CA product Sysview. I am looking to see if there is an > easy way to do this in there. > > James Crudele wrote: >> >>

Re: Spool entire job to a file?

2021-08-18 Thread Billy Ashton
Actually, we have the CA product Sysview. I am looking to see if there is an easy way to do this in there. James Crudele wrote: 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

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 > Subject: Spool entire job to a file? > >

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

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 -

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=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Wednesday, August 18th, 2021 at 9:46 AM, Billy Ashton wrote: > Hi

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