DISPSCHD

Purpose

DISPSCHD displays all resources that have scheduled override settings for the automation flags. Scheduled overrides are specified using the customization dialog. They are specific times when automation is turned off for a particular flag and resource.

Syntax

Read syntax diagramSkip visual syntax diagramDISPSCHDfilter TARGET=DestinationDest_list*ALLOUTMODE=LINEAUTONETLOG
Destination
Read syntax diagramSkip visual syntax diagramsystem_namedomain_IDsaplex_name
Dest_list
Read syntax diagramSkip visual syntax diagram( Destination )

Parameters

filter
Is the filter to be applied for the output. Only resource names that match the filter criteria are displayed. Wildcard is supported. The filter consists of the major name and, optionally, of a minor name separated by a dot, for example, CICS*.TRANS* , or *.*CEMT. Specify * to view major resources. To view minor resources specify xyz.*.
TARGET
For information on the TARGET parameter, see OUTMODE Parameter.
OUTMODE
For information on the OUTMODE parameter, see OUTMODE Parameter.

Restrictions and Limitations

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

Examples

If you enter dispschd a panel similar to Figure 1 is displayed.

Figure 1. DISPSCHD Command Dialog Panel
 AOFKAASC                  SA z/OS  - Command Dialogs      Line  1    of 6      
 Domain ID   = IPUF9     ---------- DISPSCHD ----------    Date = 08/14/07      
 Operator ID = NETOP1                                      Time = 21:57:58      
                                                                                
 System   Resource                         Fl Day       Start - End             
 -------- -------------------------------- -- --------- -------------           
 AOC9     CICST                            A  WEEKDAY   07:30 - 04:00           
 AOC9                                         THURSDAY  03:00 - 05:00           
 AOC9                                      I  *         12:00 - 13:00           
 AOC9                                      R  WEEKEND   18:00 - 19:00           
 AOC9                                      RS *         12:00 - 13:00           
 AOC9     MVSDUMP                          R  *         07:00 - 18:00           
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
                                                                                
 Command ===>                                                                   
    PF1=Help     PF2=End        PF3=Return                      PF6=Roll        
                                PF9=Refresh                    PF12=Retrieve    
  • The System column shows the name of the system where the resource is defined.
  • The Resource column shows the name of resources that have NOAUTO specified in the automation control file. The resources are displayed in the order that they occur in the automation control file in.
  • The Fl (Flag) column shows an abbreviation of the automation flag name.
  • The Day column shows the day or days when automation is turned off. Valid values are:
    • Monday through Sunday
    • * (for every day)
    • Weekend
    • Weekday
  • The Start column shows the start time (hh:mm) of the non-automation period.
  • The End column shows the end time (hh:mm) that automation is disabled for.
Note: The display does not take into account any changes made with the INGAUTO command.

Entries for DEFAULTS or SUBSYSTEM will affect all subsystems that do not have their own automation flags coded.