2008 Sep 26 12:54 PM
Hi Friends,
Iam getting one issue ie... iam having 3 reports so now i want to run all the 3 reports i want to execute one ie.. by clicking Run i want to execute all the three reports at a time and i want to print the o/p in one file on desktop
So pls provide the coding for this
Thanks & Regards
Mohan Reddy
2008 Sep 26 2:13 PM
Hi,
Run those three reports one by one just for determining time delay between those execution starts.
Consider delays are 2 Sec and 3 Sec
i.e 1. between report A and report B,
2. between report B and report C.
Now delay execution start of the report A by
3 Sec using 'WAIT' statement and report B by
1 Sec using the same statement.
Try this.
Regards,
R.Nagarajan.
2008 Sep 26 2:18 PM
Hi,
Create one Main program
1.open a job
2.inside the program Submit the all three Reports you want to Execute
3.Schedule a job.
4. close the job
5.Read the spools and import it to memory using FM.
6.Export the all memory in to one file using gui upload.
Regards,
Nandha