Datacom

 View Only

Tech Tip: CA Datacom/DB: DBUTLTY STATUS commands and SET OPTION1.

  • 1.  Tech Tip: CA Datacom/DB: DBUTLTY STATUS commands and SET OPTION1.

    Posted Dec 15, 2015 05:12 PM

    Tech tip from JD Paquet, Principal Support Engineer, for Dec 15, 2015

     

    How to submit several DBUTLTY command COMM STATUS in one DBUTLTY execution?

     

    You may use that DBUTLTY SYSIN command to accomplish the above for debugging or diagnostic purpose:

    //SYSIN DD *

    SET OPTION1=DELAY_SECONDS=01
    COMM OPTION=STATUS
    SET OPTION1=DELAY_SECONDS=01
    COMM OPTION=STATUS
    SET OPTION1=DELAY_SECONDS=01
    COMM OPTION=STATUS
    SET OPTION1=DELAY_SECONDS=01
    COMM OPTION=STATUS
    SET OPTION1=DELAY_SECONDS=01
    COMM OPTION=STATUS
    SET OPTION1=DELAY_SECONDS=01
    ...        more cards if needed
    /*

     

    DELAY_SECONDS=nn

    This option speeds testing in QA systems. After the equal sign, specify a two-digit number from 00 through 99. Processing the statement causing the DBUTLTY program to delay the number of seconds specified.

     

    See CA Datacom/DB DBUTLTY Reference Guide for more info related to SET OPTION1.