- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi: a veryy simple question.What is the maximum record length in bytes for a direct acces file ?
Thanks in advance
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This can be found in the documentation ...
Fixed-length: 2147483647 (2**31-1)
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
take a look at OPEN: RECL specifier Section of the compiler help. It is 2147483647 (2**31-1) for fixed, 2147483640 (2**31-8) for variable, while 32764 (2**15-4) for Segmented.
A.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page