|
Rob, Don't create a different PF for the data structure. just use the input file as your external datastructure extname(). as for moving the data from the file fields to the data structure, there is no need to do this. because the field names from the file and the DS are the same, there is really only one instance (and %addr) for each field and they will automatically be populated with data from the read. by listing the fields in a data structure, you insure, rather than assume, thier physical addresses are contiguous. Rick Rob asked: What is the best way to move every field of a file into a data structure? Obviously you would want to create the data structure as an external data structure with the format of the file. But then how do you get the fields moved? Surely not one at a time? Can you move a record format into the data structure? Or do you pitch your RPG I/O out and use SQL's select into?
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.