z/OS Language Environment Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


SET CEE command

z/OS Language Environment Customization
SA38-0685-00

Use the SET CEE command to change the active parmlib member after IPL. The SET CEE command parses the CEEPRMxx parmlib member and replaces the runtime options and keywords with the contents of the new member.

Syntax

Read syntax diagramSkip visual syntax diagram
                  .-+---+-.      
                  | '-,-' |      
                  V       |      
>>-SET CEE--=--(----xx----+--)---------------------------------><

xx
Two alphanumeric characters that specify a CEEPRMxx parmlib member.

Usage notes

  • If you specify only one member, parentheses are optional.
  • If you specify two or more members, parentheses are required.
  • Changing the system-level default runtime options with the SET CEE command does not affect any currently initialized environments on the system. When applications go through Language Environment initialization, the new runtime option values are used for that application.
  • When the runtime options are merged during the initialization of a Language Environment application, errors might be reported if any system-level or region-level defaults were marked nonoverridable (NONOVR). These messages are displayed for every application. Under CICS®, the messages are displayed for the first transaction only.

Examples

The following example shows how to change the active parmlib member to CEEPRMJ1:
SET CEE=J1
The following example shows how to change the active parmlib members to CEEPRMJC and CEEPRMJM:
SET CEE=(JC,JM)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014