× 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@xxxxxxxxxxxxxxxxxx> wrote on 03/04/2020
03:52:34 PM:
The arrays is not a problem. If i dont dont pass information from p_ to
Ds
thr fiels dont assume the information send by the caller. The solution
im
looking for , is do not have the information from p_. In the fix the
parm
entry is the same DS declare.

But now on program interface cannot use the same name i declare


Then you need to do what Jon told you to do. Put your external
data structure definition into a copybook and add the QUALIFIED keyword.
Include that copybook in both the calling and the called programs. In the
calling program you can pass the name of your data structure. Then, in
the called program, code the following:

DCL-PI *N;
p_er6005ds LIKEDS(er6005ds);
END-PI;

Then the passed parameter will have all the same subfields as the
passed data structure -- except for the number if array dimensions as I
said.


Sincerely,

Dave Clark

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.