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



It's only jumping through extra hoops because he allowed *NOPASS (not because of *OMIT, which *can* be passed through without problems, as you yourself have already pointed out.)

Having a null-capable variable (like you have in a database) with *NOPASS support would cause the same problem as *OMIT:*NOPASS.. because the problem isn't the *OMIT or the null-support... it's the *NOPASS.

to put it another way: The reason you use *NOPASS is because you don't want to have to pass all of the variables each time you call the routine. *OMIT is clumsier to the caller, because you have to specify *OMIT, even if you don't pass it. Using null-capable fields (taken from a database, and passed with options(*nullind)) would have the same the same problem. You'd have to pass all of the parameters each time. You couldn't leave them off when you don't need them. Only *NOPASS gives you the ability to leave them off. If *NOPASS is desired, you'll always have to check %PARMS, not only the null indicator.



On 3/8/2011 1:43 PM, Charles Wilt wrote:
Basically I mean there's no way to define a standalone null capable variable...

Using *OMIT:*NOPASS means jumping though hoops when you need to just
pass them along to other procedures...

In the OP's case, I could see where better null support would allow
proc1 to just call proc2 (disregarding the differences in type for
parm1).

Charles



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.