×
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.
Buck wrote:
Then there's the question of passing a null date to a procedure. The
natural impulse:
...
You need to pass the null indicator along and test it separately:
...
In V5R4, OPTIONS(*NULLIND) was added to support passing null-capable
parameters correctly. If you code this option, the null indicator gets
passed along with the parameter. If the called procedure changes
%nullind of the parameter, the change is reflected in %nullind of the
caller.
I wish we could have just fixed this problem without requiring an
option, but unfortunately, there are compatibility issues. With
OPTIONS(*NULLIND), the parameter has to be passed a special way.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.