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

Return HTTP 500 when CICS program returns errors #6

Closed markcocker closed 5 years ago

markcocker commented 5 years ago

Addresses issue #5. This does not display UI errors to the user, but at least the UI no longer says it works, and the Node.js console messages shows errors more clearly.