|
Using the keyword BASED POINTER on the definion , i justneed to initialeneed
DCL-DS FR5005DS EXTNAME(FR5005DS) BASED(pFR5005DS);
DCL-PI *N;
p_fr5005ds like(FR5005DS);
END-PI;
Its possivel do this directly on dcl-pi or in DS definition , and no
to make this line?
pFR5005DS = %addr(p_fr5005ds);
Question - Based(%addr(p_fr5005ds) its valid?
DCL-DS FR5005DS EXTNAME(FR5005DS)BASED(%addr(p_fr5005DS);
DCL-PI *N;
p_fr5005ds;
END-PI;
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.