On Sat, Jul 8, 2023 at 01:17 PM, Kevin Leonard wrote:
For example, you would modify the RDR proc to add IEFPDSI DD statements
defining the proclibs:
//IEFPDSI DD DSN=SYS1.PROCLIB,DISP=SHR,DSN=BLKSIZE=19040
// DD DSN=SYS2.PROCLIB,DISP=SHR
and then start your reader using a:
S RDR,00C
command instead of a STARTF.
that's what I ended up doing, works great.
I'm working on a script to take SYSC.PROCLIB and produce SYSC.PROCVS1 (no SYSOUT=*, no VIO). I should have it all packaged up in a week or so.