The PSW (Program Status Word) and registers information contained in the dump is different when running under Language Environment than when running under the OS/VS COBOL run time.
With OS/VS COBOL, the dump is produced when the error occurs. The PSW and registers content is based on the information available when the error occurs. You could then use the PSW and register information in the dump for problem determination.
With Language Environment, the dump is produced after Language Environment condition management has processed the error. The PSW and registers content is based on the information available when Language Environment completes processing the error, not on the information available when the error occurs. To determine the information that was in the PSW and registers at the time of the error, you can either look at the Language Environment formatted dump output or locate and use the Language Environment condition information block and the Language Environment machine state information block in the dump. For details, see the Language Environment Debugging Guide and Run-Time Messages.
To obtain a system storage dump or CICS transaction dump under Language Environment, see Obtaining a system dump or a CICS transaction dump.
Under both OS/VS COBOL and Language Environment, system storage dump output is directed to either SYSUDUMP, SYSABEND, or SYSMDUMP. CICS transaction dump output is directed to either DFHDUMPA or DFHDUMPB.