|
Hi Deb, Variable length records are prefixed with a two or four byte binary length indicator(Cobol book says 4 but I remember trying to convert some mainframe stuf and we needed to use two). The program must inspect this to correctly know where the end of the record is. Variable length records are only supported for tape files. You need to buffer the full length of the max record in the program. For output files, the balance of the record is padded with blanks. Now as the other folks suggested, you may be better off with fixed length records, and it sounds from what you said that that is what you have in a master/detail relationship. Turner, Deb wrote: > > Can someone give me the jest of how to define 1 physical file with variable > record lengths? I'm thinking we use different record formats. An example > or a manual (and we know how hard it is to find something in a manual) would > be nice. > > i.e. > this is a header record 23 long > this is a detail record that needs to be 70 long > > Your advice is appreciated ! > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > Deb > > +--- > | This is the Midrange System Mailing List! > | To submit a new message, send your mail to MIDRANGE-L@midrange.com. > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. > | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. > | Questions should be directed to the list owner/operator: david@midrange.com > +--- +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.