CA 7 Workload Automation

 View Only
  • 1.  PROC in CA7 ARFSET :

    Posted Mar 27, 2018 11:23 AM

    PROC in CA7 ARFSET :

     

    I have a JCL which calls two procs . These two procs have a step name in common(say A). 

    My ARFSET in CA7 defined in such a way that whenever A completes with RC 100. So it is checking now for both the times when the step executes twice. 

     

    If I want the ARF to check for the CC of Step A alone when it runs as a part of a specific procedure among the two What should I update ? 

    If a step name and proc name both are given how the evaluation of ARF would be. Will it check for the step RC in the given Proc? 



  • 2.  Re: PROC in CA7 ARFSET :
    Best Answer

    Broadcom Employee
    Posted Mar 28, 2018 03:26 PM

    Hello priyanka_1611,

     

    If you want to check for the specific step and proc amongst the two, you would code the STEP and PROC values to the proc and step that you are trying to check for:

     

    JC, SC TST: STEP EQ STEPA PROC EQ PROC1 PGM EQ *

     

     

    In this scenario, this will check for the condition for STEPA in PROC1