How can I move all the fields of a single record format at once? I need to move fields totalling 712 positions to a single flat-file record that is also 712 positions long. I really don't want to move one-field-at-a-time into a data structure if I can help it.
Software/Hardware used:
ASKED:
November 19, 2009 1:25 AM
UPDATED:
November 19, 2009 8:48 PM
This is my first time using this forum, so I’m not sure if this is the proper place to respond to ElTerrifico, but I wanted thank him (her?) for the tip. It worked great! Who knew that going “old school” and processing an externally-described file as a program-described file would be the easy answer? ElTerrifico, that’s who! Thanks again.
While I’d like to credit, that part of the answer was provided by Chatmaker (Craig), not myself. My suggestion was to use an externally described data structure. I am also new to ths forum and didn’t realize that by adding to Craig’s answer, it would appear that the whole answer came from me. I didn’t intend to take Craig’s answer, I just wanted to offer an alternative. And yes, sometimes the old ways work quite well.