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

Coloring lines in a PS using REXX


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

New User


Joined: 11 Jul 2007
Posts: 34
Location: hyderabad

PostPosted: Thu Jun 19, 2008 10:33 am
Reply with quote

I need clarification regarding Coloring lines in a PS.

In the below screen shot there are two lines having difference in some character. For example at position 7(B in M-N is changed to A in M-O) and 27(2 in M-N is changed to A in M-O) we are writing such lines into PS and indicating them by giving a ‘*’ mark above them to indicate the changes using REXX.

Code:

MOD       *                   *
M-N 000200BAAAAAAAAAAAAAAAAAAA2
M-O 000200AAAAAAAAAAAAAAAAAAAAA

But what I need is, I need to highlight them with a color instead of giving a '*' above that. As shown below

M-N 000200BAAAAAAAAAAAAAAAAAAA2
M-O 000200AAAAAAAAAAAAAAAAAAAAA

Can this be done using REXX. Is there any function in REXX to color particular string in PS..
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Jun 19, 2008 11:02 am
Reply with quote

It has nothing to do with REXX or PS.

You need to display the output in an ISPF Panel in order to have dynamic coloring.

O.
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 -> CLIST & REXX

 


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 isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top