How to highlight the USER column on the MSL?
search cancel

How to highlight the USER column on the MSL?

book

Article ID: 49347

calendar_today

Updated On:

Products

Panvalet

Issue/Introduction

The USER column is the most frequently customized column on the Member Selection List (MSL).
This example shows how to set it to green and provides a template for other fields and panels.

Resolution

To edit any panel:

  1. Identify which panels need to be customized using the PANELID command in ISPF

  2. Edit each desired panel in the panel library ... CAIISPP

For example, in the BROWSE panel PSP12A0M review attribute characters are at the top:

 )ATTR       
   @ TYPE(OUTPUT) INTENS(LOW) CAPS(ON) 
   ! TYPE(OUTPUT) INTENS(HIGH) CAPS(ON)
   # TYPE(OUTPUT) INTENS(LOW) CAPS(ON) JUST(RIGHT) PAD('0')
   + TYPE(TEXT) INTENS(LOW) SKIP(ON)
   % TYPE(TEXT) INTENS(HIGH) SKIP(ON)
   _ TYPE(INPUT) INTENS(HIGH) COLOR(GREEN) CAPS(ON)<<<<<<<<
  ` TYPE(INPUT) INTENS(HIGH) CAPS(OFF)
   $ INTENS(HIGH) CAPS(ON)
   < TYPE(TEXT) INTENS(LOW) COLOR(YELLOW) HILITE(REVERSE)
   ~ TYPE(TEXT) INTENS(LOW) COLOR(GREEN) HILITE(REVERSE)

If the USER column has been un-highlighted and you want to set it to green,

Then if you find

 ~|+ MEMBER      LIB  LVL  USER  F     LANG   STAT  LMAINT   LACCESS  BLKS   STATMTSACT       
 ~V+ ----------  ---  ---  ----- -     -----  ----  ------   -------  ----   ---------- 
 )MODEL ROWS(ALL)
 _Z+@Z           @Z   @Z   @Z    @Z@Z   @Z     @Z     @Z        @Z      @Z      @Z 

You could change it to:

 ~|+ MEMBER      LIB  LVL  USER  F     LANG   STAT  LMAINT   LACCESS  BLKS   STATMTSACT
 ~V+ ----------  ---  ---  ----- -     -----  ----  ------   -------  ----   ----------
 )MODEL ROWS(ALL)
 _Z+@Z           @Z   @Z    _Z  @Z@Z     @Z    @Z      @Z       @Z      @Z       @Z

Note the underscore preceding the Z under USER