View previous topic :: View next topic
|
Author |
Message |
Smouch Smith
New User
Joined: 27 Oct 2021 Posts: 17 Location: Germany
|
|
|
|
I'm looking for a way to change the color of Max-RC in sdsf.
I'd like to have something like:
0 => green
4 => yellow
8 => red
Is that possible ? |
|
Back to top |
|
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1314 Location: Vilnius, Lithuania
|
|
|
|
Yes, but you'll have to write a panel-exit. I use the one written by Doug Nadel, which highlights JCL, PL/I error messages, returncodes, and even adds a screenname to the swap bar. |
|
Back to top |
|
|
Pedro
Global Moderator
Joined: 01 Sep 2006 Posts: 2593 Location: Silicon Valley
|
|
Back to top |
|
|
Phrzby Phil
Senior Member
Joined: 31 Oct 2006 Posts: 1049 Location: Richmond, Virginia
|
|
|
|
This reminds me of a SASLOG filter program I wrote to filter/highlight important lines in what can be extremely long SASLogs.
In SAS even a NOTE can be important, and some more than others.
E.g., I highlighted these:
invalid
missing
uninitialized
was not found
multiple
not resolved
WARNING
ERROR
repeats of BY values
failed
records created in |
|
Back to top |
|
|
don.leahy
Active Member
Joined: 06 Jul 2010 Posts: 765 Location: Whitby, ON, Canada
|
|
|
|
I once heard that Doug invented the HILITE command. |
|
Back to top |
|
|
|