|
As I understand it, you have a DS in /copybook and both your single
IO service program and all programs reference that /copybook.
Example:
Dcl-ds myDS qualified template;
Field1 char(20) ;
Field2 char(20);
Field3 packed(7:2);
End-ds;
How do you prevent errors when you change the /copybook and
recompile IO service program without changing the programs?
Example:
Dcl-ds myNewDS qualified template;
Field1 char(40) ;
Field2 char(40);
Field3 packed(8:2);
End-ds;
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.