Hello,
For example, after an OPEN and a test SHOWCB by giving an error, we must stop the program and indicate the problem.
Example:
OPEN ESDSFILE
LTR R15,R15
BNZ BADOPCL
BADOPCL DS 0H
ST R15,SAVR15 SAVE R15 FOR LATER DISPLAY
*
SHOWCB ACB=ESDSFILE, X
AREA=RETCODE, X
LENGTH=4, X
FIELDS=ERROR
LTR R15,R15
BNZ ERROR
what to put in my paragraph ERROR?
Is there a particular macro to do this?
Thanks.