Hi all,
I have a report program say '1' calling a report program '2' with some inputs.
The report program '2' calls the report program '3'.
while passing the inputs from program '1' to program '2' , i will pass the jobname and jobcount .with this jobname and jobcount i will schedule the program '3'.
By doing like this i am able to get the output of program '3' in the spool when i execute report program in the background.but i am not able to get the output of program '2' in the spool.
NOTE : I will schedule the report program '1' in background.
At that time i want the output of report program '2' and '3' to be available in the spool.