Page 1 of 1

writing in same Dataset parallely

Posted: Wed Dec 23, 2009 12:38 pm
by shukla_krishna
Hi ..
Can multiple instences of a same job write into same DataSet paralelly..?

Thanks in Advance.

Posted: Wed Dec 23, 2009 4:28 pm
by ray.wurlod
No. (I assume you mean "simultaneously".) The operating system imposes a limit of 1 on the number of writers to a file, and the data in Data Sets are stored in operating system files on the resource disk(s).

Posted: Wed Dec 30, 2009 11:35 am
by shukla_krishna
ray.wurlod wrote:No. (I assume you mean "simultaneously".) The operating system imposes a limit of 1 on the number of writers to a file, and the data in Data Sets are stored in operating system files on the resource ...

I am able to write one same file from multiple jobs , running at same time. Is there any problem for this approach

Posted: Wed Dec 30, 2009 11:42 am
by chulett
Other than data loss and corruption, no. :wink: