|
I have a program where I'd like to feed, as a parameter, an unsigned number. For some reason, I can't figure out how to do it. I thought I could use field type S, zoned-decimal, but that doesn't work. Here's what I do now: D cInAction S 1 D cInOrder S 6 D cInLine S 3 C Eval XORD = %Uns(cInOrder) C Eval XLINE = %Uns(cInLine) The call: CALL PGM(ORD42A) PARM(D '249196' '001') I'd like to call like this: CALL PGM(ORD42A) PARM(D 249196 001) How would I define the second and third parameters to accomplish this? Bill
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.