Author: pkmurali
Subject: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Posted: Sun Apr 16, 2017 11:30 pm (GMT 5.5)
Dear All,
I got return code of RC 20 for the below piece of code. Do i need to concatenate or use ALTLIB to fix this issue. Getting error RC20 on address ispexec "ISREDIT MACRO"
Subject: RC 20 for Address ISPEXEC "ISREDIT MACRO"
Posted: Sun Apr 16, 2017 11:30 pm (GMT 5.5)
Dear All,
I got return code of RC 20 for the below piece of code. Do i need to concatenate or use ALTLIB to fix this issue. Getting error RC20 on address ispexec "ISREDIT MACRO"
Code: |
/*******REXX**********/ ADDRESS ISPEXEC "ISREDIT MACRO" ADDRESS ISPEXEC "CONTROL ERRORS RETURN" |