Explanation: You get this status code if you:
1. Issue a message call in a batch program.
2. Issue a ROLB, ROLS, or SETS call from a batch program under one of the following conditions:
- The system log is not on DASD.
- The system log is on DASD, but dynamic backout has not been specified using the BKO execution parameter.
Programmer Response: For cause 1, correct the program so that message calls in a batch program are not issued. For cause 2, either change the program or put the log on DASD with BKO specified on the
execution parameter.
I am not able to figure out what is the problem with the job setup.