|
Hello again, I posted code to show how to test for omitted variables in CL... my code had a bug in it. The following is an excerpt from the code I posted: > > CALLPRC PRC(CEETSTA) PARM(&B3 &PARMNO) > The fix is to add a 3rd parameter that specifies *OMIT, as shown below: CALLPRC PRC(CEETSTA) PARM(&B3 &PARMNO *OMIT) Sorry, I glanced over the docs too quickly, and didn't notice that it said "Omissable" instead of "Optional." When a parm is omissible, you have to pass something -- either an actual parm or the special value *OMIT, you can't simply leave it out of the call statement.
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.