View previous topic :: View next topic |
Author |
Message |
hsubra Beginner
Joined: 18 Jun 2003 Posts: 25 Topics: 11
|
Posted: Thu Jul 17, 2003 4:25 pm Post subject: Creating 64K length VB file. |
|
|
Hi ,
We have a record which length go beyond 32K byte length. So in my project , we planned to go for the 64K length file. It is a Variable Length (VB) file. IS it possible to create this kind of file in High level languages? If in COBOL/Assemler i will be happy.
COBOL is handling 32K in the working storage section
Can anyone help me out or give me a proper direction ?
Thanks in advance !!
Cheers,
Subra |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Thu Jul 17, 2003 10:21 pm Post subject: |
|
|
hsubra,
Unfortunately COBOL does not support LRECL's greater than 32k. C/C++ supports 64 k LRECL.
Hope this helps..
Kolusu |
|
Back to top |
|
|
|
|