Troubleshooting:
Enhanced Definition
Key Characteristics
-
Program Not Found:
* Check STEPLIB specification * Verify program name spelling * Ensure library authorization * Check LNKLST if no STEPLIBIEF212I jobname stepname - PROGRAM NOT FOUND -
Insufficient Memory:
* Increase REGION parameter * Check actual requirement * Review memory usage * Consider above-the-line storageS80A/S878 ABEND - Insufficient Region -
Time Limit Exceeded:
* Increase TIME parameter * Investigate program performance * Check for loops * Review I/O efficiencyS322 ABEND - Time Limit Exceeded - Conditional Execution Issues: * Verify return code values * Check COND logic * Review operator usage * Test step sequence * Examine prior step results
-
Diagnostic Commands:
Display active job: DA Display step info: DS jobname Display program: DP program-name