Previous Topic

Next Topic

Book Contents

Book Index

Condition Inheritance

When a job is deleted, there is an optional feature in Control-M that automatically adjusts the jobs in the table so that all the jobs that are waiting for a deleted job's OUT conditions will inherit its IN conditions.

When a job that is part of a table is deleted, and profile variable SSCHCDJ=Y, the following window is displayed:

Figure 34 Condition Inheritance Confirmation Window

JOB LIST     LIB: CTMP.V700.SCHEDULE                            TABLE: CICS    

COMMAND ===>                                                    SCROLL===> CRSR

OPT  NAME -------  DESCRIPTION  ------------------------------- ------ --------

     CICSPRD1     CICSPRD1                                                     

     CICSPRD2     CICSPRD2                                                     

     CICSTST1     CICSTST1                                                     

     CICSTST2     CICSTST2                                                     

     SYSTST1      SYSTST1                                                      

     SYSTST2          +------------------------------------------+             

 D   PROD1   <--------| CONFIRM DELETE OPTION              (Y/N) |             

     PROD2            |                                          |             

     PROD3            | AUTO INHERIT JOBS IN-CONDITIONS N  (Y/N) |             

     USER1            +------------------------------------------+             

     USER2        USER2                                                        

     USER3        USER3                                                        

     SYSPROD1     SYSPROD1                                                     

     SYSPROD2     SYSPROD2                                                     

     SYSPROD3     SYSPROD3                                                     

     LOG1         LOG1                                                         

     LOG2         LOG2                                                         

     LOG3         LOG3                                                         

     LOG4         LOG4                                                         

     LOG5         LOG5                                                         

OPTIONS S SEL D DEL I INS O ORDER F FORCE J JCL C COPY P PLN T JOBSTAT 08.34.31

The default value of the confirm delete option is blank.

The default value of the auto inherit job's in-conditions option is N.

When the confirm delete option is blank or N, the job is not deleted.

When the confirm delete option is Y and the auto inherit job's in-conditions option is N, the job is deleted as usual.

When the confirm delete option is Y and the auto inherit job's in-conditions option is Y, all the jobs that are waiting for the deleted job's OUT conditions will inherit its IN conditions.

A message is written to the IOA log file for each job deleted.

Note: If PDSMAN is operational at your site, $$$SPACE members are not deleted.

Parent Topic

Scheduling Definition Facility