Let's understand Mainframe
Home Tutorials Interview Q&A Quiz Mainframe Memes Contact us About us

Module 4: JCL DD Statement


SPECIAL DD PARAMETER/STATEMENTS

SYSUDUMP DD statement

This dataset are written in case of abend. This parameter is used to dump(print) the program area, trace back of subroutine called, content of registers, variables and dataset accessed at the time of abnormal termination. These details will be in hexadecimal format.

Syntax :-

//SYSUDUMP DD ………

Example:-

//DEPTJOB JOB A123,’STEVE’ //STEP1 EXEC PGM=PROG1 //DATA1 DD DSN=DEPT1.EMP1.DATA1, // DISP=SHR //SYSUDUMP DD DSN=DETP1.ABEND.LOGS, // UNIT=3390, // SPACE=(CYL,(100,100),RLSE)






© copyright mainframebug.com
Privacy Policy