MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

How to Raise Informational Messages using Edit Macros?

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
sendhil
Beginner


Joined: 06 Sep 2006
Posts: 17
Topics: 6

PostPosted: Fri Sep 22, 2006 1:31 am    Post subject: How to Raise Informational Messages using Edit Macros? Reply with quote

Hi,
I have written an edit macro that changes few lines in the program.
I need to Hilite those lines that have been changed like it happens when a change macro executes.

000033
==CHG>
000035

any Pointers?

Regards
Sendhil.
Back to top
View user's profile Send private message Send e-mail
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Fri Sep 22, 2006 2:05 am    Post subject: Reply with quote

there are many ways. You can
  1. do a RESET followed by C P'=' p'=' 1 first .x .x where .x is the line and that will add a ==CHG>
  2. add a label of he form .Oxxxxx to get the line highlighted in blue (as the COMPARE command does),
  3. add note lines or info lines using the LINE_AFTER or LINE_BEFORE commands
  4. just add line labels of your own design
Example of the 2nd technique: the FINDX macro
Example of the 4th: the SELS skeleton matching macro
Back to top
View user's profile Send private message Visit poster's website
sendhil
Beginner


Joined: 06 Sep 2006
Posts: 17
Topics: 6

PostPosted: Fri Sep 22, 2006 3:35 am    Post subject: Reply with quote

semigeezer,

Let me try and get back.
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group