writing in same Dataset parallely

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
shukla_krishna
Premium Member
Premium Member
Posts: 28
Joined: Mon Apr 20, 2009 11:27 pm
Location: san antonio

writing in same Dataset parallely

Post by shukla_krishna »

Hi ..
Can multiple instences of a same job write into same DataSet paralelly..?

Thanks in Advance.
Krishna Shukla
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post 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).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shukla_krishna
Premium Member
Premium Member
Posts: 28
Joined: Mon Apr 20, 2009 11:27 pm
Location: san antonio

Post 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
Krishna Shukla
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Other than data loss and corruption, no. :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply