SDUMP in MVS is for creating an unformatted dump to be viewed online with IPCS. For a short formated storage dump use SNAPX. However, once you get used to it you may find SDUMP and IPCS more convenient.
-- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ________________________________________ From: IBM Mainframe Assembler List [[email protected]] on behalf of Tony Thigpen [[email protected]] Sent: Thursday, October 29, 2020 4:47 PM To: [email protected] Subject: SDUMPs 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
