Previous Topic

Next Topic

Book Contents

Book Index

Activating Utility CTMAESIM
  1. Display the Online Utilities menu by selection Option 6 of the IOA PRIMARY OPTION MENU.

    Note: If Option 6 from the IOA Primary Option Menu does not bring you to the Utilities menu, ask your INCONTROL administrator to assist you in accessing the Utilities menu from TSO, or advise you how to access utility CTMAESIM directly.

    The IOA Online Utilities menu is displayed. The particular options displayed in the menu depend on the INCONTROL products available at your site, as well as any limitations your INCONTROL administrator may have placed on the display. The IOA Online Utilities menu, and available Control-M utilities, are described in detail in the INCONTROL for z/OS Utilities Guide.

    ------------------------------ ON-LINE UTILITIES ------------------------------

    OPTION  ===>

                                                                 USERID   - M21

                                                                 TIME     - 18:06

                                                                 TERMINAL - 3278

        I1  PREREQ CONDITION  - Add/Check/Delete a Prerequisite Condition

        M1  JOB ORDER ISSUE   - Issue a Job Order

        M2  AUTOEDIT SIMUL    - Perform an AutoEdit Simulation

        M3  SIMUL/TAPE PULL   - Prepare Simulation/Tape Pull List Job

        M4  PARAM PROMPTING   - Parameter Prompting Facilities

        M5  QUICK SCHEDULE    - Quick Schedule Definition

        M6  USER INTERFACE    - End-User Job Order Interface

        R1  CONTROL-R SIMUL   - Control-R Simulation

        R2  DATASET CLEANUP   - Control-R Dataset Cleanup

        R3  JOB DATASET LIST  - Prepare a Job Dataset List

        R4  STANDALONE        - Control-R Standalone

        U1  DOCU/TEXT         - Invoke DOCU/TEXT

       

         X   EXIT              - Exit This Menu

  2. Enter M2 in the OPTION field to access utility CTMAESIM. The AutoEdit Simulation panel is displayed.

    Figure 44 AutoEdit Simulation Panel

    -------------------  PERFORM CONTROL-M AUTOEDIT SIMULATION  -------------------

    COMMAND ===>                                                                  

                                                                                 

    SPECIFY JCL LIBRARY OR SCHEDULE LIBRARY INFORMATION                           

                                                                                 

    JCL LIBRARY MODE:                                                             

        JCL LIBRARY             ===>                                             

        MEMBER NAME             ===>                                             

        OWNER                   ===>                                             

        APPLICATION NAME        ===>                                             

        GROUP NAME              ===>                                             

        RBC NAME                ===>                                             

                                                                                 

    SCHEDULING LIBRARY MODE:                                                      

        SCHEDULING LIBRARY      ===> CTM.TEST.SCHEDULE                            

        TABLE NAME              ===>                                             

        JOB NAME                ===>                                             

                                                                                 

    PARAMETER LIBRARY           ===> CTM.TEST.PARM                               

    WDATE                       ===> 02 02 01       (DD MM YY)                    

    ODATE                       ===> 02 02 01       (DD MM YY)                    

    FUNCTION                    ===> LIST           (LIST/SUBSCAN/SUBMIT)         

                                                                                 

    ENTER YES TO CONTINUE       ===>                                             

  3. ill in the SCHEDULING LIBRARY MODE parameters with the name of the scheduling library, table, and job scheduling definition, and enter YES in the ENTER YES TO CONTINUE field. Do not change the default values in the GLOBAL LIBRARY, WDATE and ODATE fields; and type LIST in the FUNCTION field.

    The screen should look similar to the following before you press Enter:

    -------------------  PERFORM CONTROL-M AUTOEDIT SIMULATION  -------------------

    COMMAND ===>                                                                  

                                                                                 

    SPECIFY JCL LIBRARY OR SCHEDULE LIBRARY INFORMATION                           

                                                                                 

    JCL LIBRARY MODE:                                                             

        JCL LIBRARY             ===>                                             

        MEMBER NAME             ===>                                             

        OWNER                   ===>                                             

        APPLICATION NAME        ===>                                             

        GROUP NAME              ===>                                             

        RBC NAME                ===>                                             

                                                                                 

    SCHEDULING LIBRARY MODE:                                                      

        SCHEDULING LIBRARY      ===> CTM.TEST.SCHEDULE                            

        TABLE NAME              ===> IDGS3                                        

        JOB NAME                ===> IDJOB7                                      

                                                                                 

    PARAMETER LIBRARY           ===> CTM.TEST.PARM                               

    WDATE                       ===> 02 02 01       (DD MM YY)                    

    ODATE                       ===> 02 02 01       (DD MM YY)                    

    FUNCTION                    ===> LIST           (LIST/SUBSCAN/SUBMIT)         

                                                                                 

    ENTER YES TO CONTINUE       ===> YES                                          

    The simulation is performed. The output of the simulation is displayed as follows. This is a JCL and AutoEdit scan.

    ********************************* Top of Data **********************************

    SUB131ISUBMITTER STARTED                                                       

    04.52.06 AES175I JOB SUBMISSION SIMULATION   STARTED                           

    SCHEDLIB CTM.TEST.SCHEDULE                                                    

    TABLE  IDGS3                                                                  

    JOB IDJOB7                                                                     

    WDATE   020201                                                                 

    ODATE   020201                                                                 

    LIST                                                                           

    04.52.06 AESL47I 'SCHEDLIB' CONTROL CARD FOUND - SCHEDULE LIBRARY PROCESSING MOD

                                                                                   

    04.52.06 AES190I IDJOB7   RETRIEVED FROM TABLE IDGS3    IN SCHEDULE LIBRARY CTM.

    04.52.06 AESL53I IDJOB7   RETRIEVED FROM MEMLIB  LIBRARY CTM.TEST.JCL          

                                                                                   

    04.52.06 AES177I START SUBMISSION SIMULATION   OF MEMBER IDJOB7   LIBRARY CTM.TE

    -------------------------------------------------------------------------------

    //M21  JOB APERLMAN,CLASS=A,                                                   

    //    MSGCLASS=X,NOTIFY=M21,                                                   

    //       MSGLEVEL=(1,1)                                                        

    //*NET ID=AESUSER                                                              

    //*---- SUBMITTED BY CONTROL-M (FROM MEMLIB)   ODATE=010202                    

    //*---- SCHEDULE CTM.TEST.SCHEDULE(IDGS3)                                      

    //*---- JCL      CTM.TEST.JCL(IDJOB7)                                          

    //*---- CONTROL-M JOB IDENTIFICATION:  ORDER ID=ZZZZZ  RUN NO.=00001          

    //*  TAPE ID PROVIDED 046453                                                   

    //S1  EXEC  PGM=IEFBR14                                                        

    SUB133IIDGRP3               IDJOB7  ZZZZZID           SUBMITTED FROM LIBRARY (P)

    -------------------------------------------------------------------------------

    04.52.07 AES178I END SUBMISSION SIMULATION   OF MEMBER IDJOB7   LIBRARY CTM.TEST

    04.52.07 AES176I JOB SUBMISSION SIMULATION    ENDED                            

    SUB159ISHUT DOWN UPON REQUEST OF MAIN TASK                                     

    ******************************** Bottom of Data ********************************

    Notice that in the comment line you added to the JCL, the user-defined AutoEdit variable is resolved to, or replaced by, the value provided by the SET VAR statement in the job scheduling definition:

    //* TAPE ID PROVIDED: 046453                 

    You can now see that if you run this job, the user-defined variable will resolve correctly.

Parent Topic

Checking AutoEdit Syntax and Results