All,Trying to debug a program I am porting from z/VSE to z/OS. Unfortunately, the debug process on z/OS is a lot different from z/VSE.
Normally, all I want is to create either a small SDUMP so I can look at some storage before I take the program to an end. On z/VSE, I just use the SDUMP macro and the storage is printed on the z/VSE equivalent of SYSOUT=*.
I am using: SDUMP HDR='GP_VOL',STORAGE=((2),(3)) Is there any way to force the data to the JES2 SYSOUT? Tony Thigpen
