|
View previous topic :: View next topic
|
| Author |
Message |
pkmurali Warnings : 1 Active User

Joined: 15 Dec 2005 Posts: 271
|
|
|
|
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" |
|
|
| Back to top |
|
 |
prino
Senior Member

Joined: 07 Feb 2009 Posts: 1323 Location: Vilnius, Lithuania
|
|
|
|
| pkmurali wrote: |
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" |
|
Reading the manual about available environments addressable in REXX would be far more useful... |
|
| Back to top |
|
 |
Willy Jensen
Active Member

Joined: 01 Sep 2015 Posts: 774 Location: Denmark
|
|
|
|
| To be more precise, you are most likely not invoking it as an edit macro. |
|
| Back to top |
|
 |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2624 Location: Silicon Valley
|
|
|
|
| Tell us where and how you are invoking it. |
|
| Back to top |
|
 |
|
|