View previous topic :: View next topic |
Author |
Message |
YSMVS Beginner

Joined: 19 May 2004 Posts: 51 Topics: 25 Location: My House
|
Posted: Mon Aug 02, 2004 5:46 pm Post subject: CA7 schedule |
|
|
We have CA7 as scheduler. All our sub system's jobs are scheduled in CA7. Is it possible to get the structure and the triggering timings of ALL the jobs( for documentation purpose)? All our jobs follow a specific naming convention.
thanks,
YSMVS |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12385 Topics: 75 Location: San Jose
|
Posted: Tue Aug 03, 2004 5:30 am Post subject: |
|
|
YSMVS,
You can use the Command FSTRUC to give the tree structure of all your jobs.
Code: |
FSTRUC,JOB=YOUR JOB PREFIX*,SCHID=1
|
This will list all the jobs with your family code, with start and end times.
Refer the CA7 commands guide for detailed explanation of FSTRUC command
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
souvik_225 Beginner

Joined: 15 May 2004 Posts: 17 Topics: 2 Location: Mumbai , India
|
Posted: Tue Aug 03, 2004 6:16 am Post subject: |
|
|
You can also use this commands :
Code: |
1. FSTRUC,JOB=Jobname ----------TO SEE JOBS TO RUN AFTER THIS JOB irrespective of SCHID
2. FRJOB,JOB=Jobname ----------TO SEE EARLIER JOBS irrespective of SCHID
|
_________________ Thanks and Regards,
Souvik Upadhyay |
|
Back to top |
|
 |
|
|