z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Logon panel customization

z/OS TSO/E Customization
SA32-0976-00

With z/OS® V1R10, new logon panels were added to allow for password phrases. If you customized your logon panels and plan to allow password phrases using the LOGON PASSPHRASE(ON) parmlib option, these new panels need to be customized as well. If password phrase support is active, IKJLQENU (mixed case U.S. English) or IKJLQENP (uppercase U.S. English) is used instead of IKJLPENU or IKJLPENP. After you complete your modifications to the logon panel modules IKJLPxxx, IKJLHxxx, or IKJLQxxx (where xxx is the 3-character language code), you must replace these modules in the LPA using SMP/E. Source code for the logon panel modules for mixed case U.S. English (IKJLPENU, IKJLQENU, and IKJLHENU) and uppercase U.S. English (IKJLPENP, IKJLQENU and IKJLHENP) can be found in SYS1.SAMPLIB.

Figure 1 shows the SMP/E job to move logon panels.
Figure 1. SMP/E job to move logon panels
++USERMOD(UM99999) .
++VER(Z038) FMID(HTE23D2)
  /*
PROBLEM DESCRIPTION:
 MOVE LMODS IKJLQENU AND IKJLQENP FROM LINKLIB TO LPALIB
 TEMPORARILY.  EXPECT RC=4 DURING THE RECEIVE SINCE NO OBJECT
 DECKS ARE SUPPLIED.  EXPECT RC=0 DURING THE APPLY.  DO NOT
 ACCEPT THIS USERMOD.
  */ .
++MOVE(IKJLQENU) SYSLIB(LINKLIB) TOSYSLIB(LPALIB) LMOD.
++MOVE(IKJLQENP) SYSLIB(LINKLIB) TOSYSLIB(LPALIB) LMOD.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014