what is the max rows in a file to process through datastage

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
mvrkreddy
Participant
Posts: 12
Joined: Sun Apr 13, 2014 11:46 pm

what is the max rows in a file to process through datastage

Post by mvrkreddy »

I am getting sequential files as input for datastage.
Now the question is how many rows can i put in a single file?
Is there any limit of rows in a sequential file in datastage ?
RAJESH
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

There is no limit in DataStage. File contents are streamed through DataStage.

There may, however, be operating system limits on the size of a file, for example 2GB on a 32-bit file system.
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