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


Parameter descriptions for the pre-display exit

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

The pre-display exit receives the standard parameter list with the following exceptions:
  • The exit reason code field is not used. Its value in the parameter list is:
    Key
    X'00'
    Length
    X'04'
    Data
    X'00'
  • The new command buffer field is irrelevant at this point in processing and is not used by the CONSPROF command.

For a description of the standard exit parameter list, see TSO/E standard exit parameter list.

Figure 1 shows the exit-dependent data that the pre-display exit receives beginning at offset +36 (decimal) in the parameter list.

Figure 1. Exit-dependent data for the CONSPROF pre-display exitExit-dependent data for the CONSPROF pre-display exit
Console Profile Address (Parameter Entry 10)
This parameter contains the address of the console profile. At the time this exit is invoked, the console profile reflects changes requested for this command.
Flags (Parameter Entry 11)
This parameter contains a word consisting of flags, in which the command passes indicators to the exit. The flags for this exit's processing are described in Table 1.
Table 1. Flags passed to the CONSPROF pre-display exit
Flag Meaning
X'80000000' Issue message IKJ55351I. If the exit turns this bit off, the CONSPROF command does not issue message IKJ55351I. This bit is on at entry to the exit.
X'40000000' The console profile provided to the exit is a default profile. If this bit is off, a profile was obtained from either RACF® or the logon exit IKJEFLD1. This bit is information only to the exit. Changes made to this value have no effect on CONSPROF command processing.
X'3FFFFFFF' Reserved.
Message IKJ55351I Text (Parameter Entry 12)
This parameter contains the message text of IKJ55351I. IKJ55351I contains the console profile information. The exit can update the message by adding information to the end of the current message text. If the exit updates the message, the length should also be updated to reflect the new length of the message. The message text is in key 8 storage. The buffer can hold a maximum of 253 characters. Should a larger buffer be required, the exit should issue its own message and indicate that the CONSPROF command should not issue message IKJ55351I.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014