File layout o\p getting overwritten
Hi,
I have a simple requirement to create a .XLS file using file layout. I am using below code to instantiate the file:
&FILE1 = GetFile("abc.XLS", "w");
the program creates output based on the runcontrol parameter, and the my program work flawlessly when once instance is run, however when I run 2-3 programs in parallel, my file output get messed up. I suspect that its because file output getting overwritten as file name is not unique.
Any suggestions?
0