Workload Automation Restart Option for z/OS Schedulers

 View Only
  • 1.  PSEUDO MODE

    Posted May 11, 2020 02:44 PM
    Anyone have experience in setting up CA11 using Pseudo mode to determine how CA11 would be used if RMS was active for CA7 job?

    Thank you,
    Phon

    ------------------------------
    Software Engineer
    Enterprise Technology
    Fiserv
    Ky, USA
    ------------------------------


  • 2.  RE: PSEUDO MODE

    Broadcom Employee
    Posted May 13, 2020 08:55 AM
    In the jobs you want pseudo mode turned on for, you can temporarily update the JCL with first step as shown in samples below:

      
    //CA11RMS   EXEC PGM=U11RMS,PARM='P,PSEUDO=YES'       
    //STEPLIB  DD  DSN=CA11.CAL7LOAD,DISP=SHR                         
    //RMSRPT   DD  SYSOUT=*                      
    //SYSUDUMP DD  SYSOUT=*   

    or you can execute with proc as indicated in the sample below:

    //CA07RMS  EXEC CA11RMS,
    //    TYPRUN='P,PSEUDO=YES'