|
>I wrote a new RPGLE procedure to accept the >*CHAR parameter. While debugging, stepped >into rtvWeekOfYearA and charDateIn still >contains gobbledygook. > >DCL VAR(&ENDDATE) TYPE(*CHAR) LEN(10) VALUE('2002-12-07') >DCL VAR(&weekOfYear) TYPE(*DEC) LEN(6 0) > >CALLPRC PRC(rtvWeekOfYearA) PARM(&ENDDATE) + > RTNVAL(&weekOfYear) > >.....DName+++++++++++ETDsFrom+++To/L+++IDc.Keywords+++ > D RtvWeekOfYearA PR 10I 0 > D 10A Value Hi Reggie! a) VALUE. CL passes only by reference. b) 10i 0. CL has no Integer data type. Just Packed and Character. Just an opinion here, but CL is not a true member of the ILE language family, despite the addition of CALLPROC. I would think twice about using CLLE in favour of using RPG IV. --buck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.