Posted by Bob A on June 14, 2019 at 08:20:41:
as I approach having to do some conversions... might I offer the following:
many years ago I worked on a system that had the following:
INCLUDE "abc.inc" PREFIX="IN"
INCLUDE "abc.inc" PREFIX="OUT"
so if abc.inc includes:
abc.record FORMAT:_
first;_
second$
would generate:
INabc.record FORMAT:_
INfirst;_
INsecond$
OUTabc.record FORMAT:_
OUTfirst;_
OUTsecond$
so one had to write one layout for a file, but if there were different instances... it would be easy to generate different names without having to code different INCLUDE files
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.