cicsas.exe - Unable to Locate Component
When you see this error message, it indicates that TXSeries cannot find the COBOL runtime files.
Specifically, TXSeries cannot find the file iwzrlibm.dll.
File iwzrlibm.dll is in C:\Program Files\IBM\SDP\bin which is where Rational Developer for System Z is installed.
To make this file (iwzrlibm.dll) visible to TXSeries, you have add the line PATH=C:\Program Files\IBM\SDP\bin to the Environment file.
When you click OK, the error message (ERZ014016E) shown below is displayed.
ERZ014016E
- Explanation
The transaction 'transId' running at the terminal where this message is displayed was abnormally terminated with code 'abendCode'. If the transaction is not associated with a terminal then '????' is substituted for 'termId'.
- System action
The transaction 'transId' is abnormally terminated.
- User response
'abendCode' is the abnormal termination code that caused the transaction to be terminated. If the code is not one used for abnormal terminations initiated by CICS then it is a user code generated by an EXEC CICS ABEND ABCODE ('abendCode'). Correct the problem and resubmit the transaction. If the transaction was abended A147 while it was being debugged via CEDF the debug terminal can remain locked; use CEMT commands to put the debug terminal out of service and reacquire it.
- Destination
console.msg and the terminal that invoked the transaction.
The transaction 'transId' running at the terminal where this message is displayed was abnormally terminated with code 'abendCode'. If the transaction is not associated with a terminal then '????' is substituted for 'termId'.
The transaction 'transId' is abnormally terminated.
'abendCode' is the abnormal termination code that caused the transaction to be terminated. If the code is not one used for abnormal terminations initiated by CICS then it is a user code generated by an EXEC CICS ABEND ABCODE ('abendCode'). Correct the problem and resubmit the transaction. If the transaction was abended A147 while it was being debugged via CEDF the debug terminal can remain locked; use CEMT commands to put the debug terminal out of service and reacquire it.
console.msg and the terminal that invoked the transaction.
Invalid transaction identifier 'transId' - please resubmit
- Explanation:
The transaction 'transId' is not known on the remote system. - System action:
CICS continues. - User response:
Verify that the transaction name you have entered is correct, and that it is available on the system you are transaction routing to. - Destination:
The user's screen.


No comments:
Post a Comment