TPX Session Management for z/OS

 View Only
  • 1.  How do you view a list of all scheduled jobs in CA Jobtrac r11

    Posted Feb 11, 2015 11:42 AM

    How do you view a list of all scheduled jobs in CA Jobtrac r11?

     

    Is there a sysout command to view all jobs scheduled? Is it only possible from the job management console?



  • 2.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Posted Feb 17, 2015 12:10 PM

    Can anyone assist here?

     

    Thank you



  • 3.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11
    Best Answer

    Broadcom Employee
    Posted Feb 18, 2015 09:37 AM

    You may look at the jobs scheduled by entering RALL on the Jobtrac command line.   Sherran Pool Jobtrac support



  • 4.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Posted Feb 18, 2015 11:00 AM

    Thank you Sherran!

     

    Last question - is it possible to easily export this list to a file? what is the command?



  • 5.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Broadcom Employee
    Posted Feb 18, 2015 11:12 AM

    You may the following job where Jobtrac is running:

     

    //$$$$$$@ EXEC PGM=GJTRJARC,PARM='LIST,ALL'                

    //STEPLIB  DD  DSN=jobtrac.CAILIB,DISP=SHR    

    //         DD  DSN=ca-gss.CAILOAD,DISP=SHR 

    //         DD  DSN=jobtracdatacom.CUSLIB,DISP=SHR     

    //         DD  DSN=jobtracdatacom.CAAXLOAD,DISP=SHR   

    //SYSPRINT DD  SYSOUT=*                                     

    //SYSTERM  DD  SYSOUT=*                                     

    //SYSMDUMP  DD  SYSOUT=*                                    

    //SYSUDUMP  DD  SYSOUT=*                                    

    //IPLPRINT DD  SYSOUT=*                                     

    //JOBTRACx DD  DUMMY     (where x is the Jobtrac token)                                      



  • 6.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Posted Feb 18, 2015 11:30 AM

    Thank you, I appreciate it.



  • 7.  Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Broadcom Employee
    Posted Feb 18, 2015 11:58 AM

    Very Welcome mark the post as the correct answer.



  • 8.  RE: Re: How do you view a list of all scheduled jobs in CA Jobtrac r11

    Posted Feb 14, 2020 02:19 PM
    Hi Sherran,

    I have requirement to get list of  manual held Jobs using PGM=GJTRJARC.
    I have tried used PARM='D=M', but it return log same like PARM='LIST,ALL' .

    Could you please help me on this.

    Thanks,
    Rakesh