wellster34
Programmer
Hi,
Is there a way to have one copy book used for different files? i.e. A copy book called TESTING, contains
05 ED-JUST-TESTING.
10 ED-ID PIC X(3).
For the first file I will use it as is. But the second file I want to use the same layout but want to replace the ED with JW:
05 JW-JUST-TESTING.
10 JW-ID PIC X(3).
Is there a way without creating a brand new Copy Book??? Because right now, it fails on the compile stating non-unique identification of ED-ID. Do you have any ideas or
suggestions?
Thanks.
Is there a way to have one copy book used for different files? i.e. A copy book called TESTING, contains
05 ED-JUST-TESTING.
10 ED-ID PIC X(3).
For the first file I will use it as is. But the second file I want to use the same layout but want to replace the ED with JW:
05 JW-JUST-TESTING.
10 JW-ID PIC X(3).
Is there a way without creating a brand new Copy Book??? Because right now, it fails on the compile stating non-unique identification of ED-ID. Do you have any ideas or
suggestions?
Thanks.