× 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.



David,

Frankly, pointers aren't a good area for experimentation. You need to fully understand what you are doing. It needs to be perfectly clear in your mind what's happening -- because if it isn't, you are unlikely to have code that works properly.

Incorrect use of pointers will often lead to bugs that don't show up in testing, but fail sporadically in production. Often at the most inopportune times.

Consider eliminating the pointer logic from the program.


David FOXWELL wrote:
Help, out of my depth here :

At this line :

C CLEAR gIstDS

I'm getting RNQ0222 Erreur parameter or pointer.



gIstDs is declared in a copybook.

D gIstDS DS QUALIFIED BASED ( Ptr_IstDS )
D gIstDS zones ....
D


D Ptr_IstDS S * INZ



This must be obvious to someone used to pointers!

Thanks




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.