any File size Limitation for sequential file?

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

any File size Limitation for sequential file?

Post by dsedi »

Hi All,

Is it any File size Limitation for sequential file?
one of our Job failed while transfer 200+MB.

Thanks in advance.
Dsedi
chucksmith
Premium Member
Premium Member
Posts: 385
Joined: Wed Jun 16, 2004 12:43 pm
Location: Virginia, USA
Contact:

Post by chucksmith »

The limitation is set by your operating system / filesystem, not by DataStage. A 200 MB file should not be a problem on any current operating system, but if your filesystem does not have that much free space, your job will abort.
dsedi
Participant
Posts: 220
Joined: Wed Jun 02, 2004 12:38 am

Post by dsedi »

Server running in UNIX and i tried to transfer a 200+MB .dat file..

Thanks
Dsedi
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Define what 'transfer' means in this context and how exactly it failed.
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Yesterday I wrote a sequential file 13,193,827,815 bytes in size using the Sequential File stage.

Did you run out of disk space?

The only limit I'm aware of is the operating system limit (whatever that is; 2GB on some, 1TB on some, 19 million TB (theoretically) on some).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply