hi,
I hv prog A wich is a CICS menu prog.Thru prog A i want to call prog B wich is generating a report using COB+DB2.
Proceed wid this i hv written a TDQ wid name INTRDR in prog A wich consists of all jcl statements in it wich is a run jcl for prog B.
But prog A is not able to generate a report.
Wat changes i need to add please suggest.
Thanks
Joined: 06 Jun 2008 Posts: 1182 Location: Atlanta, GA
Talk to your CICS systems programmer and find out the TDQ name for the DD statement pointing to INTRDR. Just naming a TDQ INTRDR does absolutely nothing; the DD name has to point to the internal reader to submit batch jobs.