|
At 08:44 11/15/1999 , connie amerine wrote: >I am trying to pull in a field with the subst<filename> and it is telling >me that file is not defined? what am I doing wrong? I am assuming that you want to parse a program described input buffer. In RPG, you could use the READ operation to place the data into a data structure (see the READ or CHAIN op codes). You could also parse the input field, but not the file. The file in your program will have the following structure or hierarchy: filename, recordname, fieldname. A file usually contains only one record, but can contain more. The record usually contains multiple fields or columns, but if the file was created with a record length instead of data definitions, it will contain only the barest minimum field definitions needed to positionally describe the record and any constituent keys. I know that's probably not enough to get you going. Please give us a little more specific information about what you are attempting to do. A code sample would be good too. Pete Hall pbhall@execpc.com http://www.execpc.com/~pbhall +--- | 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.