×
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.
On 21/08/2009, at 7:17 PM, David FOXWELL wrote:
I don't like this method as I often see this kind of thing :
MyProc (
client_number :
' ' :
0 :
client_info :
more_client_info :
' ' :
);
Here one can only presume that the parameters with ' ' or 0 aren't
used.
Incorrect presumption. They are being used but they are only input
values.
I would prefer to see named constants being used. Ask what does a
blank client type mean and define a suitable named constant. What does
0 mean? What does the second blank mean? Derive names and use them
instead--self documenting.
In my first example, I can see that client_type isn't initialised so
isn't being used, although it probably still needs a comment.
"Not being used" is perhaps incorrect. It will be initialised to
blanks and a blank client type may have meaning to the receiver.
Also when I declare the local variable, I use the same reference
field that is used in the prototype.
D MyProc PR
D client_number S LIKE ( REF_client_number )
D client_type S LIKE ( REF_client_type )
Nothing wrong with that. It's good practice to define things like
other things as long as there is a relationship between them.
I just wondered if this is what *OMIT is for?
RTFM will help you with that. *OMIT means the parameter is omitted--it
has no value. A null pointer is being passed. The receiver has to be
written to cope with that.
Regards,
Simon Coulter.
--------------------------------------------------------------------
FlyByNight Software OS/400, i5/OS Technical Specialists
http://www.flybynight.com.au/
Phone: +61 2 6657 8251 Mobile: +61 0411 091 400 /"\
Fax: +61 2 6657 8251 \ /
X
ASCII Ribbon campaign against HTML E-Mail / \
--------------------------------------------------------------------
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.