|
I've a export procedure that look like this: d SndMsg PR opdesc d MsgInId 10 const d MsgInData 32766 const options(*varsize:*nopass:*omit) d MsgInType 10 const options(*nopass:*omit ) d MsgFile 10 const options(*nopass:*omit) d MsgLib 10 const options(*nopass:*omit) d MsgInQueue 10 const options(*nopass:*omit) I would like to create a similar new procedure that look like below (Notice the MsgInQueue is now on the first parm): d SndMsgQ PR opdesc d MsgInQueue 10 const d MsgInId 10 const d MsgInData 32766 const options(*varsize:*nopass:*omit) d MsgInType 10 const options(*nopass:*omit ) d MsgFile 10 const options(*nopass:*omit) d MsgLib 10 const options(*nopass:*omit) Question: is there a way for me to utilize the logic in SndMsg with copying them to SndMsgQ?
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.