RGEN X is great. It came in very handy when we had SPOOL output that emanated from a third party product that was difficult to archive in a manner that could be retrieved later (Jobname was not meaningful).
Used RGEN X to dissect the output and wrap a meaningful Job name and Job class around it. Needed an extra IEBGENER step but solved the problem. Hats off to Rocket. On Sat, Sep 30, 2023 at 9:59 AM Wayne Bickerdike <[email protected]> wrote: > For Dinosaurs: > > OUT Jobxxx PR(FRED) HOLD KEEP > > On Fri, Sep 29, 2023 at 9:03 PM Kirk Wolf <[email protected]> wrote: > >> FWIW, Co:Z SFTP has full support for JES spool files, but there are also >> Co:Z shell commands for using JES2/3. >> >> example: >> >> *> todsn //intrdr <<EOD* >> *//BR14 JOB 'KIRK',MSGCLASS=X** >> **// EXEC PGM=IEFBR14** >> **//** >> **EOD* >> todsn(INTRDR)[N]: 67 bytes read; 3 records/240 bytes written in 0.024 >> seconds (2.726 KBytes/sec). >> >> *> lsjes >> *Jobid Jobname Owner Status Class Completion >> JOB00853 BR14 KIRK OUTPUT A RC=0000 >> JOB00852 KIRKT KIRK OUTPUT A RC=0000 >> JOB00851 KIRKT KIRK OUTPUT A RC=0000 >> ... >> >> *> fromdsn -JES.J853.all > j853.log* >> fromdsn(KIRK.BR14.ALL)[N]: 39 records/2476 bytes read; 2515 bytes written >> in 0.011 seconds (223.278 KBytes/sec). >> >> >> Kirk Wolf >> Dovetailed Technologies >> http:// <http://dovetail.com>coztoolkit.com >> >> PS> Thanks to Darren's action, I'm following ibm-main again. >> >> On Fri, Sep 29, 2023, at 2:12 PM, Paul Gilmartin wrote: >> > On Fri, 29 Sep 2023 15:27:37 +0000, Rob Scott wrote: >> > >> > >To generate sample SDSF REXX - issue the "RGEN X" command and choose >> an example from the list - there are the following including : >> > > >> > >Browse job output with EXECIO >> > >Browse job output with ISFBROWSE >> > >Browse job output with ISFBROWSE - groups of lines >> > > >> > > >> > +1 >> > >> > Based on examples in what was then the Admin Ref. I wrote a Rexx script >> > that works in OMVS, IRXJCL, or ISPF and unloads (almost) all the spool >> > data sets of a job into a UNIX hierarchy. >> > >> > My narrowminded co-workers deemed it useless. ("UNIX!?") >> > >> > I used IEBGENER rather than EXECIO. SDSF allocates with (almost) >> > the right attributes (WAD) and i used alternate ddmame list to override >> > SYSUT1 >> > >> > "Almost all"? There's a JES3 spool file that IEBGENER can't handle. >> > I bypassed it. >> > >> > Residual wishlist items: >> > o Suss FILEDATA()? I guessed according to DDNAME. >> > o Suss CCSID? Why isn't that a spool data set attribute? Idea? >> > >> > -- >> > gil >> > >> > ---------------------------------------------------------------------- >> > For IBM-MAIN subscribe / signoff / archive access instructions, >> > send email to [email protected] with the message: INFO IBM-MAIN >> > >> >> ---------------------------------------------------------------------- >> For IBM-MAIN subscribe / signoff / archive access instructions, >> send email to [email protected] with the message: INFO IBM-MAIN >> > > > -- > Wayne V. Bickerdike > > -- Wayne V. Bickerdike ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
