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


D CEE command

z/OS Language Environment Customization
SA38-0685-00

Use the D CEE command to display the values that were set in the current CEEPRMxx parmlib members and by the SETCEE command.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-D CEE--+-----------+--+----------------+--------------------><
          +-,CEEDOPT--+  '-,L=-+-a------+-'   
          +-,CEECOPT--+        +-cc-----+     
          +-,CELQDOPT-+        +-cca----+     
          +-,CEEROPT--+        +-name---+     
          +-,CELQROPT-+        '-name-a-'     
          '-,ALL------'                       

CEEDOPT
Displays the current list of system-level default runtime options for z/OS® batch.
CEECOPT
Displays the current list of system-level default runtime options for CICS® environments.
CELQDOPT
Displays the current list of system-level default runtime options for AMODE 64 environments.
CEEROPT
Displays the current value for the CEEROPT keyword.
CELQROPT
Displays the current value for the CELQROPT keyword.
ALL
Specifies that all keywords and groups with their respective option values should be displayed.
L
Specifies where the display is presented.
a
Specifies the display area.
cc
Specifies the console. You must specify a decimal number from 1 to 99.
cca
Specifies the console and display area.
name
Specifies the console name.
name-a
Specifies the console name and display area.

Usage notes

None.

Examples

  • If the SET CEE command is: set cee=(01,pv)
    d cee                      
    CEE3744I 10.55.33 DISPLAY  
    CEE=(01,PV) 
    d cee,ceedopt                                                           
    CEE3745I 10.55.59 DISPLAY CEEDOPT                                       
    CEE=(01,PV)                                                             
     LAST WHERE SET                 	OPTION                                
     -----------------------------------------------------------------------
     PARMLIB(CEEPRM01)                ENVAR("verify=1 2 3")                 
     PARMLIB(CEEPRMPV)                HEAP(4194304,5242880,ANYWHERE,KEEP,   
                                        16384,16384)                        
     PARMLIB(CEEPRMPV)                POSIX(ON)                             
     PARMLIB(CEEPRM01)                PROFILE(OFF,"XXX")                    
     PARMLIB(CEEPRM01)                RPTOPTS(ON)                           
     PARMLIB(CEEPRMPV)                STORAGE(AA,BB,NONE,0)                 
     PARMLIB(CEEPRMPV)                THREADHEAP(8192,10240,ANYWHERE,KEEP)  
  • If the SETCEE command is: setcee ceedopt,rptopts(off)
    d cee,ceedopt                                                           
    CEE3745I 10.59.33 DISPLAY CEEDOPT                                       
    CEE=(01,PV)                                                             
     LAST WHERE SET                 	OPTION                                
     -----------------------------------------------------------------------
     PARMLIB(CEEPRM01)                ENVAR("verify=1 2 3")                 
     PARMLIB(CEEPRMPV)                HEAP(4194304,5242880,ANYWHERE,KEEP,   
                                        16384,16384)                        
     PARMLIB(CEEPRMPV)                POSIX(ON)                             
     PARMLIB(CEEPRM01)                PROFILE(OFF,"XXX")                    
     SETCEE command                   RPTOPTS(OFF)                          
     PARMLIB(CEEPRMPV)                STORAGE(AA,BB,NONE,0)                 
     PARMLIB(CEEPRMPV)                THREADHEAP(8192,10240,ANYWHERE,KEEP) 
  • If the SETCEE command is: setcee clear
    d cee,all
    CEE3745I 12.50.54 DISPLAY CEEDOPT       
    NO MEMBERS SPECIFIED                    
     LAST WHERE SET                 OPTION  
     ---------------------------------------
                                            
    CEE3745I 12.50.54 DISPLAY CEECOPT       
    NO MEMBERS SPECIFIED                    
     LAST WHERE SET                 OPTION  
     ---------------------------------------
                                            
    CEE3745I 12.50.54 DISPLAY CELQDOPT      
    NO MEMBERS SPECIFIED                    
     LAST WHERE SET                 OPTION  
     ---------------------------------------
    
    CEE3745I 13.40.06 DISPLAY CEEROPT 
    NO MEMBERS SPECIFIED              
    NO CEEROPT  KEYWORD SPECIFIED     
    CEE3745I 13.40.06 DISPLAY CELQROPT
    NO MEMBERS SPECIFIED              
    NO CELQROPT KEYWORD SPECIFIED     
  • If the SET CEE command is: set cee=(mc)
    d cee,ceeropt                     
    CEE3745I 16.17.23 DISPLAY CEEROPT 
    CEE=(MC)                          
    PARMLIB(CEEPRMMC) CEEROPT (COMPAT)
  • If the SETCEE command is: setcee celqropt,all
    d cee,celqropt                    
    CEE3745I 16.14.52 DISPLAY CELQROPT
    CEE=(MC)                          
    SETCEE COMMAND    CELQROPT(ALL)   

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014