Utimer - List jobs

Does anyone run a JCL that lists the jobs that will run on UTIMER?

Example:

I want the screen below Utimer in a job result

13:59:59     TID    79          COM641/D            User ID DBA1    03.06.20
                                                                           UTML 
 Userid  - Date    - Time - Freq.  - Msg.     - Dest.    -L-R-C-S- Jobname    F 
 ===============================================================================
 CC00363   06/03/20  14.00  WEEKLY                              X  CCIPA300     
 CC00169   06/03/20  14.00  DAILY                                  X  CEATESTE     
 CC97032   06/03/20  14.00  DAILY                                  X  CEKPA004     
 CC97032   06/03/20  14.00  DAILY                                  X  CCGPA018     
 CC89066   06/03/20  14.00  DAILY                                  X  CCPPA501     
 CC97032   06/03/20  14.00  DAILY                                  X  CCAPA028     
 CC91716   06/03/20  14.05  DAILY                                  X  CCBPA073     
 CC97032   06/03/20  14.05  DAILY                                  X  CDCPA001     
 CC91716   06/03/20  14.07  DAILY                                  X  CDCPA002     
 CC97032   06/03/20  14.15  DAILY                                  X  CEKPA002     
 CC97032   06/03/20  14.30  DAILY                                  X  CEKPA003     
 CC91716   06/03/20  14.30  DAILY                                  X  CEKPA005     
 CC00169   06/03/20  14.30  DAILY                                  X  BACKUPRV     
 CC00169   06/03/20  14.45  DAILY                                  X  CEATESTE     
 CC00363   06/03/20  15.00  WEEKLY                              X  CBIPA300     
 CC89066   06/03/20  15.00  WEEKLY                              X  CTCPA028     
 CC97032   06/03/20  15.00  WEEKLY                              X  CBIPA050     
 ============================================================================== 
 L = LOGOFF USERID ; R = RELEASE JOB   ; C = CANCEL  JOB   ; S = SUBMIT  JOB    

F = FLAGS :: L = LONG MSG ; D = DELETE ; F = FREEZE ; A = ACTIVATE
[/quote]

This has gone unanswered for too long, so I have two suggestions:

  • Post your question on SAG-L, the ListServ hosted by University of Arkansas. I believe a few members there run Com-plete.

  • Re-post your question on these forums. A recently returned member, with much Com-plete experience, may not have seen your original posting.

Do you want to list all UTIMER entries in a batch job, or just selected ones ?

There is no batch utility to do this, if this does not have to be batch an alternative
might be to “screen scrape” the UTIMER output via the COM-PLETE HTTP server.

Thank you Wolfgand Winter

There’s no utility - the records are stored on COM-PLETE’s SD file… so you could write a program to read the record(s) off the file.

1 Like