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



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