Tony, I assume when you say "mini z/OS V2R1 system" that includes SDSF. If yes, allocate a sysout type dataset. Mine is userid.print.out (org=po, recfm-fb, lrecl 133, blksize-13300 (or 26600, or ...)). Select your job in JES, either an individual output segment or the entire job. On the command line enter prt odsn userid.print.out(membername) shr prt prt close you will have an output member in your sysout-format pds dataset. You can download that member using any method you like as a text file.
Ramsey On Tue, Mar 2, 2021 at 3:03 PM Tony Thigpen <[email protected]> wrote: > I have a mini-z/OS 2.1 system that currently has no TCP/IP or other > connection that I could use to transfer reports. I just have TN3270 > access via an ICC. I need to get a report out of JES2. Is there a way > using an IND$FILE type transfer to get the report down to the PC? > > Tony Thigpen > > ---------------------------------------------------------------------- > 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
