Previous Topic: DC174031Next Topic: DC174033


DC174032

*** ERROR *** BAD RETURN CODE FROM BATCH CURRENCY CALL; #CURNCY RC=<return-code>

Reason:

Internal Error. Contact Technical Support.

Most errors from currency calls are handled by exits on the #CURNCY macro. However when CA ADS Batch uses CA IDMS central version, there are intervening programs (IDMSLCRS, IDMSDCBI, IDMSDCBE) which can issue error codes before the call ever gets to RHDCCURS. This message traps such errors (errors that are not checked for by the standard #CURNCY exits).

For example, when CA ADS Batch uses CA IDMS central version services, currency requests are passed by a request unit on behalf of a different ERUS task. To execute the currency command in central version, the program IDMSDCBE needs the address of the target SSC (the central version SSC, not the batch SSC). If IDMSDCBE encounters an error while finding the appropriate SSC then a return code of hex F0 (decimal 240) is returned.

Module:

ADSOCCTL

Severity:

3