Activating a Job Network Manually

The Entire Operations Monitor will activate job networks automatically according to their defined schedules. However, it is also possible to activate a network manually from the Network Maintenance screen.

When a network is activated, all jobs within the network, except recovery jobs, are activated.

Note:
Only authorized users can activate job networks manually.

There are several situations in which you may wish to activate a job network manually (press ENTER to activate the network):

  • When no schedule has been defined for the network;

  • To start the same network several times (with different run numbers);

  • When the network is not scheduled for the current date;

  • To reactivate a network.

Start of instruction setTo activate a network manually

  1. Type R (Activate) in the line command field of the selected network, and press ENTER.

  2. A Network Activation window similar to the example below opens:

     06.06.16                ***** Entire Operations *****                14:20:50 
     Owner EXAMP +--------------------------------------------------------+        
     Selection O |                                                        |        
    ------------ |                  Network Activation                    | -------
     Cmd #Run Ow |                                                        |        
              *- |                    Owner ==> EXAMPLE                   |        
     _        EX |                  Network ==> B60-FLOW                  |        
     _        EX |                  Version ==> __________                |        
     r P    6 EX |                                 No Network Versions    |        
     _ P      EX |                                                        |        
     _ P      EX |    Last Schedule Extract ==> 06.06.16                  |        
     _ P      EX |                       at ==> 00:00:39                  |        
     _ P      EX |      Last Execution Date ==> 06.06.16                  |        
     _ P      EX |          Last Run Number ==> 2254                      |        
     _        EX |                                                        |        
     _        EX |     Preferred Run Number ==> ______                    |        
     _ P      EX |   Use Time from Schedule ==> N  (Y/N)                  |        
     *********** |      or activate at Date ==> 06.06.16__                | *******
      A Active C |                     Time ==> 14:20:58                  |  Deact 
      P Descr R  |           JCL Check only ==> N  (Y/N)                  | ory    
     Command =>  |   Enter----PF1---PF3-------------------------------    |        
                 |   Activate Help  End                                   |        
                 +--------------------------------------------------------+        
    
                                                                                   
    Enter-PF1---PF2---PF3---PF4---PF5---PF6---PF7---PF8---PF9---PF10--PF11--PF12---
          Help  Add   End         Save        Up    Down              NxtSt Menu
  3. Change the input fields as required. The fields are explained in Fields: Network Activation.

    Press ENTER when you are finished.

    If symbol prompting has been defined for the network, a Symbol Prompting for Table screen appears with a table of symbols used during dynamic JCL generation.

    If required, change the symbols and symbol values. For further explanations, see Symbol Prompting during Network or Job Activation in the section Symbol Table and Symbol Maintenance.

  4. Press PF5 (Accpt) when you are finished.

    If the activation is successful, the activated network gets a new run number as returned in a message.

This document covers the following topics:


Fields: Network Activation

The fields in the Network Activation window are described in the following table:

Field Description
Owner  Owner of the network to be activated.
Network  Network to be activated.
Version Version of the network to be activated.

If a current version exists for the current date, it will be preset as the default value. It is possible to activate any other existing version of the network.

When using a wildcard, a network version selection window will open.

Below the version field, an explanative text for the version will be shown (if applicable).

Example:

17.12.13 - 20.12.13 - current at 18.12.13
Last Schedule Extract at Date and time of the last automatic schedule extraction for this network by the Entire Operations Monitor.

See also Date and Time Formats.

Last Execution Date Date of the last activation.

See also Date and Time Formats.

Last Run Number  Run number of the last activation.
Preferred Run Number If input is allowed for this field, you can enter the run number you want to be used for the activated network. Run numbers for further network activations increment from this number.

If the requested run number is in use, Entire Operations assigns the next free number to the run.

If this field contains a zero (0) or no value, Entire Operations (as usual) determines the number to be assigned to the run.

Field input is allowed or not allowed (default) in the network default settings: see the option Activation: Allow run number setting in the section Default Setting (4) in the Administration documentation.

Use Time in Schedule Enter Y (yes) here to activate the network within the defined time frames (Earliest Start, Latest Start, Deadline), even if the current date is not a scheduled date for this network. With this option, you can force the same time dependencies as if the network were scheduled and activated automatically.
or activate at Date/Time Shows the current date and time. You can modify the date and time to force activation at any time on any date. There is no limitation for future date and time settings.

See also Date and Time Formats.

JCL Check only If set to Y (yes):

Only a JCL check is performed for the job network or job. The required commands are automatically inserted:

z/OS, JES2: TYPRUN=SCAN
z/OS, JES3: EXEC PGM=JCLTEST
BS2000: /MODIFY-SDF-OPTIONS MODE=TEST
UNIX: Script execution with set -vn
Windows: Jobs are executed as Dummy due to JCL Check

Notes:

  1. Active conditions used by the network execution for JCL check only do not interfere with active conditions of "real" active jobs or active networks.
  2. These active conditions are marked with the prefix (C) in all screens and lists.
If set to N (no):  

Normal job submission is initiated.

This is the default.