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

How to display ==MSG> like messages using REXX in ISPFEDI


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

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Jul 30, 2009 3:11 pm
Reply with quote

Hi,

i am having a rexx edit macro, i want to display messages when no parameter is passed to the macro. Like, when we enter into ISPFEDIT, the following display in the top 2 lines.
Code:
==MSG> -Warning- The UNDO command is not available until you change     
==MSG>           your edit profile using the command RECOVERY ON.       


I would like to these kind of messages. When enter RES, these would go off.

How to do it ?

Sushanth
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Thu Jul 30, 2009 3:27 pm
Reply with quote

the manual... the manual... icon_biggrin.gif

Code:
 ISREDIT LINE_AFTER lptr = [DATALINE] data
                           [INFOLINE]
                           [MSGLINE ]
                           [NOTELINE]
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Jul 30, 2009 4:09 pm
Reply with quote

Code:
"ISREDIT LINE_AFTER 1 = MSGLINE 'Thank You Very Much ENRICO'"
"ISREDIT LINE_AFTER 1 = MSGLINE '-----------------------------------'"
"ISREDIT LINE_AFTER 1 = MSGLINE 'Sushanth'"
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 Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top