Page 1 of 1

CA7 Queue Structure.

Posted: Sun Jul 25, 2010 3:15 am
by pmpsp
Hi,

Could any one please let me know -
1- The total number of queues in CA7(apart from REQ,RDY,ACT).
2- The flow/structure of job in these queues.

Regards,
Pankaj.

Posted: Mon Aug 02, 2010 1:23 pm
by pmpsp
PLEASE ADVISE as i checked in Google as well but no luck.

Re: CA7 Queue Structure.

Posted: Mon Aug 02, 2010 2:32 pm
by Anuj Dhawan
pmpsp wrote:2- The flow/structure of job in these queues.

Code: Select all

FSTRUC,JOB=NAMEA,SCHID=1
Is this what you are looking for?

Posted: Wed Aug 04, 2010 2:43 am
by jathampy
you can use the DISPLAY command to obtain the internal information and various components of CA-7. e.g
/DISPLAY,Q=ALL will display the queues available in CA-7
/DISPLAY,ST=JCL will display the JCL Libraries.
Regarding the flow structure, you can use either FTSRUC or FRJOB (reverse flow) command.

Posted: Tue Aug 10, 2010 4:03 pm
by pmpsp
Firstly thanks for reply.

No i just want to know the total number of queue names,means to say if somebody ask me in interview to tell me the how many queues are there?and what are there names?and what is the flow structure of a particular job in these many queues?

Regards,
Pankaj

Posted: Tue Aug 10, 2010 6:09 pm
by Anuj Dhawan
Suggest you go through the CA7 documentation.