Page 1 of 1

CA7 job flow reports

PostPosted: Sat Jan 17, 2009 2:53 am
by Amitabh Ranjan
Hi,

Is there a way to generate job flow from CA7? Our system has over 1000+ jobs spread over many applications and I am looking for some tool which will help me in generating the flow diagram report.

Please let me know if you are aware of any such kind of tool.

Thanks!

Re: CA7 job flow reports

PostPosted: Fri Mar 27, 2009 7:58 am
by H2K
No sure you have try using batch job by
exec pgm=sassbstr
with
//SYSIN DD *
FSTRUC,FROM=033009,JOB=xxxxxxx,SCHID=xxx
/LOGOFF

Re: CA7 job flow reports

PostPosted: Thu Apr 28, 2011 9:37 am
by Phaltankar
I want to generate a report for all the jobs with their respective scheduing info.
How should I do it using JCL?

Thanks In Advance!
Nilesh

Re: CA7 job flow reports

PostPosted: Thu Apr 28, 2011 2:46 pm
by Robert Sample
What was the response when you asked the vendor?

Re: CA7 job flow reports

PostPosted: Mon Jun 27, 2011 8:05 pm
by Peter_Mann
Amitabh Ranjan wrote:Hi,

Is there a way to generate job flow from CA7? Our system has over 1000+ jobs spread over many applications and I am looking for some tool which will help me in generating the flow diagram report.

Please let me know if you are aware of any such kind of tool.

Thanks!


Not sure if you've found your answer, but there was a product that did provide this ability, it uses the FSTRUC command output, or you'll need to write your own, but the product is from ASG - ASG-Workload Planner
I've used this back when it was a Docutext product.
Peter