× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



"RPG400-L" <rpg400-l-bounces@xxxxxxxxxxxx> wrote on 10/27/2016 01:13:23
PM:
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;

If you change the definition of an existing column in that manner
then all bets are off. We only wanted to address the issue of adding new
columns without having to recompile all referencing programs.

Sincerely,

Dave Clark

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.