Previous Topic: BESPCMDS

Next Topic: Managing Operations

Sample BESPCMDS Member

The following is a sample ShutdownCommands BESPCMDS member:

;**************************************************************
;                                                               
; BESPCMDS is a member of the CA Tape Encryption Parameter      
; library (PARMLIB).                                           
;                                                              
; The syntax of the individual PARMLIB members is:             
; ;              = Comment Line (or record)                    
; <section_name> = Section Name                                
;  keyword=value = Keyword and Value                           
; ;                                                            
; ; Comments always begin with a semicolon.                    
; ;                                                            
;--------------------------------------------------------------
;                                                              
; <section_name>   ; optional comments                         
; attribute=value  ; optional comments value stops at first    
;                  ; blank                                     
; attribute='text with blanks'                                 
;                                                              
; <another section>                                            
; moreattribute=morevalues                                     
;                                                              
; PARMLIB is not case sensitive.  You can enter <sectionnames>,
; attributes and values in upper, lower, or mixed case.        
;                                                              
;**************************************************************
;                                                              
;                     <Shutdown Commands>                      
;                                                              
; This section allows the definion of z/OS operator commands   
; that are issued during CA Tape Encryption shutdown.           
;                                                              
; Each command attribute is defined within this                
; section. A "Command=" or "CMD=" attribute defines the        
; respective operator command to be issued.                    
;                                                              
;                                                              
; NOTE: This library is SMP/E managed. You MUST copy this      
;       member to your production PARMLIB to keep your changes 
;       in between SMP/E maintenance cycles.                   
;                                                              
;       The values included in this section are RECOMMENDED    
;       values and NOT necessarily the Default values. You     
;       must review and adjust these values as needed after    
;       copying BESPCMDS to your production PARMLIB.           
;                                                              
;**************************************************************
;                                                              
;                                                              
; Each command attribute is defined within the                 
; <ShutdownCommands> section.                                  
; A "Command=" or "CMD=" attribute defines the                 
; respective operator command to be issued.                    
;                                                              
;    Command='Operator Command'                                
;**************************************************************
;                                                                
<ShutdownCommands>                                               
;  CMD           = 'D A,L'        ; z/OS Display Active      
;                                 ; Command                  
;  Command       = '&BES D S'     ; BESn Display Status      
;                                 ; Command                  
;  Command       = '&BES D P,S'   ; BESn Display PARMLIB     
;                                 ; (Short)                  
;                                                                
; By default there are no commands defined for the               
; ShutdownCommands section.                                      
;