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


  • Subject: Re: PI to replaced *Entry PLIST (was Because it's there... )
  • From: "Simon Coulter" <shc@xxxxxxxxxxxxxxxxx>
  • Date: Sat, 12 May 01 19:20:29 +1000
  • Importance: Normal

Œ
Hello Barbara,

You wrote:
>(You can't use *OMIT with program calls anyway ...)

Not deliberately trying to catch you out but ...

'Course you can! if the call is prototyped.  I do it all the time with QMHSNDPM 
and QUIGETLE (as the programs that spring immediately to mind).  See the 3rd 
parm 
in the example below.  The called program does need to be written properly but 
it 
is certainly valid to pass a null pointer -- which is what *OMIT does.  And you 
can specify *OMIT on the main procedure parameters of a program or did you mean 
something else?

In the following example the 3rd parameter is the message substitution data and 
I 
don't have any so why pass an empty variable when I can make it obvious and 
pass 
*OMIT?

 /copy rpgleinc,qmh                                                        
 /copy rpgleinc,qmhsndpm                                                   
 /copy rpgleinc,qusec                                                      
D  Qus_Ec_Excp_Data...                                                     
D                              256                                         
                                                                           
D msgKey          S              4                                         
                                                                           
C                   CALLP     QMHSNDPM( 'CPF9898'                   :  
C                                       'QCPFMSG   ' + 'QSYS      ' :  
C                                       *OMIT                       :  
C                                       *ZERO                       :  
C                                       $MH_MSGT_ESCAPE             :  
C                                       $MH_INV_MSG_Q_CTL_BDY       :  
C                                       $MH_REL_MSG_Q_PRV           :  
C                                       msgKey                      :  
C                                       Qus_Ec )                       
                                                                           
C                   SETON                                        LR        
C                   RETURN                                                 

I doubt that QMHSNDPM is checking for a null pointer on the 3rd parameter 
(although you never know -- it is one of the older programs on the system 
suggesting it was written by someone who knew what they were doing rather than 
the Unix dweebs currently foisting all sorts of alien crap on our nice clean 
system -- ahh, I feel so much better now!).  I suspect it is checking the 4th 
parameter (i.e., the length of the 3rd parm) and only referencing the 3rd parm 
if 
the 4th parm is greater than zero.

Regards,
Simon Coulter.

«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
«» FlyByNight Software         AS/400 Technical Specialists       «»
«» Eclipse the competition - run your business on an IBM AS/400.  «»
«»                                                                «»
«» Phone: +61 3 9419 0175   Mobile: +61 0411 091 400        /"\   «»
«» Fax:   +61 3 9419 0175   mailto: shc@flybynight.com.au   \ /   «»
«»                                                           X    «»
«»               ASCII Ribbon campaign against HTML E-Mail  / \   «»
«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»«»
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...


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.