Robert.Barnes
New User
Joined: 20 Oct 2014 Posts: 8 Location: Auckland, New Zealand
|
|
|
|
I'm trying to create a general error-trap module for my COBOL CICS application. For example, if EXEC CICS SEND ... RESP(variable) returns a value of 38 (hex '26'), this corresponds to a response 'INVMPSZ'. Presumably there's a value or function that I can use, I shouldn't need to code the look-up table myself. |
|