Re: Where do I start?
Rick Fochtman <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
-------------------------------<snip>------------------------- How do I get it out without displaying a page and cutting and pasting it from the terminal? -------------------------------<unsnip>---------------------- Typically, the system card punch is device 00D and SYSOUT class B. Use the Hercules DEVINIT command to point device 00D to a txt file and any MVS utility, like IEBGENER, to "punch" the file. From the operator console, use JES2 command "$tpun1,class=b", followed by "$spun1". After use terminate your Hercules session, the txt file should contain the source code, or whatever else you sent to SYSOUT=B. You can use the same mechanism to send a listing, by using device 00E and JES unit PRT1. Rick