Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

pls provide coding for executing 3 reports at one click

Former Member
0 Kudos

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

2 REPLIES 2

Former Member
0 Kudos

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.

Former Member
0 Kudos

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