‎2008 Jul 30 11:08 AM
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
‎2008 Jul 30 11:09 AM
‎2008 Jul 30 11:10 AM
‎2008 Jul 30 11:11 AM
‎2008 Jul 30 11:33 AM
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.