View previous topic :: View next topic |
Author |
Message |
deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Tue May 03, 2005 12:18 pm Post subject: CA-7 Questions |
|
|
I have some doubts in CA7 We are using V3N3.
On the LJOB
LJOB,LIST=RQJOB,JOB=
LJOB,LIST=RQMT,JOB=
what is the difference between the 2
RQJOB - JOB REQUIREMENTS ONLY.
RQMT - INPUT REQUIREMENTS AND NET-WORK INFORMATION
Am not clear re. this description
2. LJOB,LIST=ALL,JOB=GR010D10
It gives me the below under NETWORK REQUIREMENTS
JS1T1800 ; SCHID=111
/GRI10D10 ; SCHID=000
/GR035D10; SCHID=000
Is schid specific to the installation. How to interpret this.
Generally the have schid as 0 or 111 or 113 in this installation
The / indicates it is mutually exclusive. So the jobs with / cannot run at some particular time with respect to something else. What is that?
And it gives me the below under successor:
GRI10D10 ; SCHID=000
GR020D10 ;SCHID=111
GR030D10 ;SCHID=111
/ GR035D10 ; SCHID=000
GR430D10 ;SCHID=111
This means after GR010D10 IS COMPLETE the above can all start But GR035D10 cannot run along with others & it can start only after others have completed or it has to complete & then only others can start. Am i right?
4. Is there a site from where i can download ca7 scheduler manuals to understand such inquiry commands since my installation does not have it on the book manager _________________ deepa |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Tue May 03, 2005 2:14 pm Post subject: |
|
|
deepa12,
Quote: |
RQJOB - JOB REQUIREMENTS ONLY.
RQMT - INPUT REQUIREMENTS AND NET-WORK INFORMATION
Am not clear re. this description
|
RQJOB lists all the jobs that needs to be successfully completed for this job to kick off
ex: JOb C cannot run until JOB A and JOB B has successfully completed.
Now you will see JOB A and JOB B under RQJOB listings of JOB C.
With RQMT it lists all the network requirements, like jobs, all Datasets used in the job (tapes and steplib), and DB2 Databases.
So RQJOB will show a subset of information of RQMT listing.
Quote: |
Is schid specific to the installation. How to interpret this.
|
Yes ! Every site has their own schedule id. Usually SCHID=000 means it runs all for schd of the triggering job. We use SCHID > 100 to trigger year-end annual jobs.
Quote: |
This means after GR010D10 IS COMPLETE the above can all start But GR035D10 cannot run along with others & it can start only after others have completed or it has to complete & then only others can start. Am i right?
|
Not really. It means that GR035D10 CANNOT run until the successful completion of GR010D10 for schid=000 . Also GR020D10, GR030D10 and GR430D10 CANNOT run until the successful completeion of GR010D10 for SCHID=111
Quote: |
Is there a site from where i can download ca7 scheduler manuals to understand such inquiry commands since my installation does not have it on the book manager
|
CA manuals are copyrighted and are not available online. If you are a registred user then you can use their esupport portal and access the manuals.
http://supportconnect.ca.com/sc/index.jsp
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Wed May 04, 2005 10:45 am Post subject: |
|
|
Thanks a lot for your replies But can you pls clarify the below as well
Consider the below:
LJOB,LIST=ALL,JOB=GR010D10
It gives me the below under NETWORK REQUIREMENTS
JS1T1800 ; SCHID=111
/GRI10D10 ; SCHID=000
/GR035D10; SCHID=000
The / indicates it is mutually exclusive. So the jobs with / cannot run at some particular time with respect to something else. What is the sequence of the runs of all this & GR010D10 which is being queried
3. Can i get the CA-TELON manuals also from somewhere on the NET? _________________ deepa |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12380 Topics: 75 Location: San Jose
|
Posted: Thu May 05, 2005 8:19 am Post subject: |
|
|
Quote: |
The / indicates it is mutually exclusive. So the jobs with / cannot run at some particular time with respect to something else. What is the sequence of the runs of all this & GR010D10 which is being queried
|
I am not sure how you came to conclusion that / indicates a mutually exclusive lock?
For SCHID=111, GR010D10 CANNOT run until JS1T1800 has successfully completed.
For SCHID=000, GR010D10 CANNOT run until GRI10D10 AND GR035D10 have successfully completed.
Quote: |
3. Can i get the CA-TELON manuals also from somewhere on the NET?
|
Same as Ca-7 manuals . CA manuals are copyrighted and are not available online. If you are a registred user then you can use their esupport portal and access the manuals.
http://supportconnect.ca.com/sc/index.jsp
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
deepa12 Beginner
Joined: 05 Apr 2005 Posts: 131 Topics: 64 Location: chennai
|
Posted: Thu May 05, 2005 12:27 pm Post subject: |
|
|
Thanks a lot _________________ deepa |
|
Back to top |
|
 |
|
|