IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

VB record format ? space saving challenge


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rmano

New User


Joined: 15 May 2006
Posts: 2

PostPosted: Mon May 15, 2006 7:19 pm
Reply with quote

Hi,
We use VB record format to process huge files. Record lengths vary from about 400 to 4000.
There is a fixed area of 100 bytes and remaining are variable and its length is indicated by a length field.
The file layout has multiple arrays. However, the arrays is populated only 1/3rd in most cases.

Is there any way to save the unused array space?. Currently what we did is ?placed the largest size array at the end of the record and write out only the actual array. This saves the unused space of the last array but other ?interior? arrays are still wasting space.

Thanks for the help in advance.
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Tue May 16, 2006 2:09 am
Reply with quote

rmano,

Does the file need to be read directly? or are you willing to use a subroutine to read/expand and compress/write the file, where the compressed file would not be easily read by say, FILEAID?

How much space, on an average do you expect to save per record?

Dave
Back to top
View user's profile Send private message
rmano

New User


Joined: 15 May 2006
Posts: 2

PostPosted: Tue May 16, 2006 7:43 am
Reply with quote

Dave,
Thanks.
Fileaid is heavily used here.
Any space saving will be good.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
Search our Forums:

Back to Top