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


CEE= statement at IPL

z/OS Language Environment Customization
SA38-0685-00

Use the CEE=xx statement to specify CEEPRMxx parmlib members during system IPL. The CEE=xx statement can be specified in the IEASYSyy parmlib member or in the IPL parameters.

Syntax

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

xx
Two alphanumeric characters that specify a CEEPRMxx parmlib member.
L
Indicates that the system will write the statements from the associated parmlib members to the operator's console during system initialization.

Usage notes

  • When multiple members are specified, they are processed in the order specified.
  • 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

During IPL, you can specify CEEPRMxx parmlib members by using one of the methods shown in these examples:
  • To specify a single parmlib member on the system parameters entered at IPL:
    R 0,SYSP=yy,CEE=xx
  • To specify a single parmlib member in the IEASYSyy parmlib member:
    ALLOC=01                         
    APF=PX,                          
    CEE=xx,                          
    CLOCK=00,                        
    CLPA, CMD=PX,
  • To specify multiple parmlib members in the IEASYSyy parmlib member:
    ALLOC=01                         
    APF=PX,                          
    CEE=(xx,zz),                     
    CLOCK=00,                        
    CLPA, CMD=PX,
  • To specify multiple parmlib members with the L option on the system parameters entered at IPL:
    R 0,SYSP=yy,CEE=(xx,zz,L)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014