How to obtain a DFSORT dump
To obtain an DFSORT dump when an abend occurs, add the JCL and program control statements, shown in this table, to your change accumulation JCL.
If you received | Then use |
---|---|
A user or system abend code | //SYSUDUMP DD SYSOUT=A
|
A condition code 16 | //SYSUDUMP DD SYSOUT=A
//DFSPARM DD * DEBUG ABEND,ESTAE |