CA 7 Workload Automation

 View Only
  • 1.  BTI to update job in DB.11

    Posted Apr 14, 2020 11:09 AM
    Hello All,

    Can anyone help me with the BTI JCL syntax to update jobs in DB.11. I tired with below syntax, but i got 
    "SM23-05 Invalid or omitted JOB data" error. Thanks in Advance.

    //PSTEP000 EXEC CA7BTI
    //BTERM.SYSPRINT DD SYSOUT=Q
    //BTERM.SYSIN DD *
    DBM
    DB.11
    UPD,JOB=LDDL025S,OWNER=DCMADMIN


  • 2.  RE: BTI to update job in DB.11

    Broadcom Employee
    Posted Apr 14, 2020 11:58 AM
    remove the JOB=
    Think of BTI, just as you were logged directly to CA 7. You start at the data base maint menu and then you select the DB.11 panel and then update the job. There is no JOB= option.

    DBM

    DB.11
    UPD,LDDL025S,OWNER=DCMADMIN


  • 3.  RE: BTI to update job in DB.11

    Posted Apr 14, 2020 12:16 PM
    thanks, i realized my mistake soon after posting it here :) ,  now i have another issue. I am trying to update the user name but it throws "input value unrecognized "
    can  you provide me the exact parameter to update user name?
    DBM
    DB.11
    UPD,LDDL025S,USER=DCMADMIN


  • 4.  RE: BTI to update job in DB.11

    Broadcom Employee
    Posted Apr 14, 2020 02:06 PM
    DBM
    DB.11
    UPD,LDDL025S,UG1=DCMADMIN 


    ---
    Some of the batch keywords are not what you would think they would be.



  • 5.  RE: BTI to update job in DB.11

    Posted Apr 15, 2020 10:12 AM
    Hello Roderick,
    Thanks for the input, but i got the same error. Please guide.

    20106 071007 UPD,LDDL025S,UG1=DCMADMIN
    SM23-10 Unrecognizable data in input


  • 6.  RE: BTI to update job in DB.11
    Best Answer

    Broadcom Employee
    Posted Apr 15, 2020 10:36 AM
    I am sorry.. I made a typo. It should be AG1 not UG1

    DBM
    DB.11
    UPD,LDDL025S,AG1=DCMADMIN


  • 7.  RE: BTI to update job in DB.11

    Posted Apr 15, 2020 12:22 PM
    Thank you.. AG1 worked. any can i have the link of document, where i can get all batch keywords?


  • 8.  RE: BTI to update job in DB.11

    Broadcom Employee
    Posted Apr 16, 2020 03:41 PM
    Below is a link to the agent definition panel from the techdoc site. This link has all the fields for the DB.11 panel and the batch keywords
     
    https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/automation/ca-workload-automation-ca-7-edition/12-1/using/database-maintenance/set-up-and-maintain-jobs/db-11-agent-job-definition-panel.html