cicsdev / cics-nodejs-invoke

Sample Node.js application that uses the invoke API from the ibm-cics-api module to call COBOL programs included in the CICS® catalog manager
Apache License 2.0
6 stars 10 forks source link

Ordering items show as completed even when there are errors #5

Open markcocker opened 5 years ago

markcocker commented 5 years ago

When ordering an item from the catalog, an API call is made to the backend CICS program. If the program returns an error response code, for example due a VSAM REWRITE command failing with NOTAUTH RESP2(101), the cics-nodejs-invoke sample shows the item was successfully ordered.