`
Par2: LIKE in a "derived" file declaraton 2007-09-11 -- Randy Goodhew FWIW: The following Typed Group structure also works: MyRecord GROUP,TYPE LinkWidth BYTE LinkType STRING(1) LinkFile STRING(64) END ! group type DupFile FILE,DRIVER('TopSpeed'),PRE(DupSAV),CREATE Record RECORD LIKE(MyRecord) END END Note: The above Group Type could also be used to create a Queue structure that exactly matches the Record Structure! Printed April 1, 2025, 11:14 pm This article has been viewed/printed 35316 times. |