Size of 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
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Size of Sequential File

Post by narasimha »

A quick question

Does anybody know how much of data can be put into a sequential file?
There should be a limitation, like anything else. :(
I tried to search in the forum, it returned many results, but not what I exactly wanted.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
kiran_418
Participant
Posts: 40
Joined: Tue Feb 22, 2005 11:12 am

Post by kiran_418 »

I guess there is no limit for size in sequential file.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The ulimit command will describe how big a file you can create. You also need that much space on the disk drive.
Mamu Kim
yaminids
Premium Member
Premium Member
Posts: 387
Joined: Mon Oct 18, 2004 1:04 pm

Re: Size of Sequential File

Post by yaminids »

There is no limit on the size of the sequential file. You should be careful about the 'ulimit'. If you are dealing with a large sequential file, its always better to set the file size in 'ulimit' to 'Unlimited'

-Yamini
ogmios
Participant
Posts: 659
Joined: Tue Mar 11, 2003 3:40 pm

Re: Size of Sequential File

Post by ogmios »

There's also the thing about OS restrictions... most of them are now either 4Gb or 4 TerraByte: to be able to keep track where you are in a file you a need to be able to address the offset (and this is usually OS dependent).

Ogmios
In theory there's no difference between theory and practice. In practice there is.
Post Reply