Author: Pedro
Subject: Reply to: Invoking CA 7 commands through REXX
Posted: Wed Aug 17, 2016 9:51 pm (GMT 5.5)
I am not sure what is confusing. You are issuing two different commands. The first is 'success', the second gets return code 8:
and later
Sorry, I do not familiar with CA products.
_________________
Pedro Vera
Subject: Reply to: Invoking CA 7 commands through REXX
Posted: Wed Aug 17, 2016 9:51 pm (GMT 5.5)
I am not sure what is confusing. You are issuing two different commands. The first is 'success', the second gets return code 8:
Code: |
RSLT = CAL2X2WA(COMMAND) SAY RSLT |
and later
Code: |
ADDRESS CA7 COMMAND EXITRC = RC SAY 'EXITRC' EXITRC |
Sorry, I do not familiar with CA products.
_________________
Pedro Vera