|
from: Peter Dow <petercdow@xxxxxxxxx>
subject: Re: Local read of multi-format LF
Hi Justin,
Looks like a typo on the DS definition, but assuming it's supposed to be
named LFDS, try
?chain key REC01 LFDS;
If you really want to chain to the filename, then you have to define
both record formats within a single data structure, e.g.
dcl-ds LFDS inz;
?? dcl-ds LF_REC01 likeRec(REC01 :*input) pos(1);
?? dcl-ds LF_REC02 likeRec(REC02 :*input) pos(1);
--
*Peter Dow* /
Dow Software Services, Inc.
909 793-9050
petercdow@xxxxxxxxx
pdow@xxxxxxxxxxxxxx /
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.