IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

RC 20 for Address ISPEXEC "ISREDIT MACRO"


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pkmurali
Warnings : 1

Active User


Joined: 15 Dec 2005
Posts: 271

PostPosted: Sun Apr 16, 2017 11:30 pm
Reply with quote

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
View user's profile Send private message
prino

Senior Member


Joined: 07 Feb 2009
Posts: 1323
Location: Vilnius, Lithuania

PostPosted: Mon Apr 17, 2017 2:49 am
Reply with quote

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
View user's profile Send private message
Willy Jensen

Active Member


Joined: 01 Sep 2015
Posts: 774
Location: Denmark

PostPosted: Mon Apr 17, 2017 1:32 pm
Reply with quote

To be more precise, you are most likely not invoking it as an edit macro.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2624
Location: Silicon Valley

PostPosted: Mon Apr 17, 2017 9:32 pm
Reply with quote

Tell us where and how you are invoking it.
Back to top
View user's profile Send private message
View previous topic : : View next topic  
Post new topic   Reply to topic All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Structured Data and Nested Loops via ... COBOL Programming 0
No new posts Methodic way to address cryptic alloc... ABENDS & Debugging 2
No new posts ADDRESS TSO CALL to invoke a module TSO/ISPF 7
No new posts Starting a PROC with parameters from ... CLIST & REXX 6
No new posts SDUMPX macro fails to dump requested ... PL/I & Assembler 6
Search our Forums:


Back to Top