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

Urgent Issue: Stop the execution of Rexx Macro


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ezhavendhan

New User


Joined: 27 Mar 2013
Posts: 11
Location: India

PostPosted: Mon Aug 26, 2013 5:21 pm
Reply with quote

Hi All,

I tried the below command in rexx macro once in my rexx code,

Code:
ADDRESS ISREDIT "MASKLINE = 'ABCDE'"


after which whenever i insert a new line in any PDS members, the tag 'ABCDE' is getting added to my code.

I tried Renaming/deleting from my system execution library, but in vain.

Share your thoughts if you faced the similar ones.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Mon Aug 26, 2013 6:24 pm
Reply with quote

From the ISPZEM40 manual

To set the mask line to blanks: ISREDIT MASKLINE = " "

What I don't know is if that is what you want. You may have to edit your ISPF tables to actually get rid of it.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Mon Aug 26, 2013 7:05 pm
Reply with quote

Quote:
from my system execution library

Refresh VLF.
Back to top
View user's profile Send private message
ezhavendhan

New User


Joined: 27 Mar 2013
Posts: 11
Location: India

PostPosted: Mon Aug 26, 2013 7:11 pm
Reply with quote

Thank you Goodman !

That was a cool fix! icon_biggrin.gif
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
Search our Forums:

Back to Top