DISPACF

Purpose

The DISPACF command displays resource information and automation policy settings for a specific entry or entry-type pair in the automation control file.

Syntax

Read syntax diagramSkip visual syntax diagramDISPACFentry_name*entry_typeTARGET=DestinationDest_list*ALLOUTMODE=LINEAUTONETLOG
Destination
Read syntax diagramSkip visual syntax diagramsystem_namedomain_IDsaplex_name
Dest_list
Read syntax diagramSkip visual syntax diagram( Destination )

Parameters

entry_name
Specifies the name of the entry in the automation control file.

For messages data of application groups (APGs), entry_name must be prefixed with 0. For messages data of monitor resources (MTRs), entry_name must be prefixed with 1.

If you specify *, all entry names are displayed.

entry_type
Specifies the type within the entry in the automation control file. If you specify a particular type-name, only that type-name (and its data fields) for the entry-name is displayed.

If you specify *, all of the type-names and their data fields for the entry-name are displayed. This is the default. Wildcard is supported.

TARGET
For information on the TARGET parameter, see TARGET Parameter.
OUTMODE
For information on the OUTMODE parameter, see OUTMODE Parameter.

Restrictions and Limitations

The DISPACF command can only be used when SA z/OS® is initialized.

Examples

If you enter dispacf subsystem, you will see a fullscreen display similar to Figure 1.

Figure 1. Display of Automation Control File Settings for Subsystem (DISPACF SUBSYSTEM)
 AOFK3D0X                  SA z/OS  - Command Response     Line  1    of 893    
 Domain ID   = IPSNO     ---------- DISPACF  ----------    Date = 07/19/00      
 Operator ID = NETOP1                                      Time = 18:38:13      
                                                                                
 Command = ACF ENTRY=SUBSYSTEM,TYPE=*,REQ=DISP                                  
 SYSTEM = KEY3      AUTOMATION CONFIGURATION DISPLAY - ENTRY= SUBSYSTEM         
 -------------------------------------------------------------------------------
 AUTOMATION CONFIGURATION DISPLAY - ENTRY= SUBSYSTEM                            
  TYPE IS ALLOCAS                                                               
  JOBTYPE         = MVS                                                         
  RESTARTOPT      = ALWAYS                                                      
  SHUTDLY         = 00:01:00                                                    
  STRTDLY         = 00:02:00                                                    
  TERMDLY         = 00:00:12                                                    
  EXTSTART        = ALWAYS                                                      
  EXTSTOP         = ALWAYS                                                      
  JOB             = ALLOCAS                                                     
  SCHEDSUB        = MSTR                                                        
  SDESC           = 'MVS ADDRESS SPACE'                                         
  TYPE IS AMCP                                                                  
  IPLOPTIONS      = NOSTART                                                     
  PARMS           = ',RUN=3'                                                    
  PROCNAME        = AAAZTSEM                                                    
  JOB             = AMCP                                                        
  JOBTYPE         = TRANSIENT                                                   
  OBJECTCLASS     = JES2_TRANS                                                  
  PARENT          = (JES2)                                                      
  SDESC           = 'SIMULATED SUBSYSTEM'                                       
  TRANRERUN       = NO                                                          
  TYPE IS ANTMAIN                                                               
  JOBTYPE         = MVS                                                         
  RESTARTOPT      = ALWAYS                                                      
  SHUTDLY         = 00:01:00                                                    
  STRTDLY         = 00:02:00                                                    
  TERMDLY         = 00:00:12                                                    
  EXTSTART        = ALWAYS                                                      
  EXTSTOP         = ALWAYS                                                      
  JOB             = ANTMAIN                                                     
  SCHEDSUB        = MSTR                                                        
                                                                                
 Command ===>                                                                   
     PF1=Help     PF2=End       PF3=Return                    PF6=Roll          
                  PF8=Forward   PF9=Refresh                  PF12=Retrieve      
This command displays information for all types of the SUBSYSTEM entry, because you accepted the default TYPE=*.

If you type dispacf subsystem jes2, you see only information about the JES2 type.