Application Development and Automation 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: 
Read only

adding delay logic

Former Member
0 Likes
579

Hi..

I am using parlel processing logic in my report.

the number of parlel jobs can entered in the screen.

but all result is writing to a file (TXT).

now the problem is all paralel jobs are writng/accessing the same file at same time, I am not getting expected output. is it possible to write delay logic between jobs?

any sample code?

plz help me

4 REPLIES 4
Read only

Former Member
0 Likes
539

hi use wait up to n seconds condition

Read only

Former Member
0 Likes
539

U can write wait upto n seconds.

Read only

Former Member
0 Likes
539

Hi,

USE the syn tax

WAIT for n SECOND

Regads,

Anirban

Read only

Former Member
0 Likes
539

First you have to indetified how much delay you want to set between jobs.once you make sure than use:

Fm AM_PING_AND_WAIT and pass wait time in seconds.

AMit.