|
Alan Shore wrote:within a
Is it possible to call a subprocedure from a service program from
working.CL (or CLLE) program?
Yes.
I thought CALLPRC was the thing to use, but it definitely is not
RPG
It is. Can you be more specific about how it is not working? Is it
failing at compile, bind, or run time?
Here is an example:
------- CL --------------
DCL &message *CHAR LEN(150)
DCL &messageLen *INT LEN(4)
DCL &messageV *CHAR LEN(1002)
...
CHGVAR var(&message) value('Message changed to +
protect the innocent')
CHGVAR var(&messageLen) value(150)
CALLPRC prc(UTRMSTRING_makeVarying) +
parm((&message) (&messageLen) (&messageV))
------- CL --------------
------- Procedure prototype --------------
D*--------------------------------------------------
D* Procedure name: UTRMSTRING_makeVarying
D* Purpose: Create a VARYING character variable to pass to
D* Returns: Trimmed length of string, < 0 if errorVARYING ...
D* Returns: Trimmed length of string, < 0 if error
D* Parameter: inputString => The string to convert to
D* character2.
D* Parameter: inputLength => Length of the input variable
D* Parameter: outputString => The string in VARYING character
format ...
D* Unpredictable results will occur if
the variable ...
D* you pass is shorter than inputLength +
D*--------------------------------------------------list
D UTRMSTRING_makeVarying...
D PR 10I 0
D inputString 65535A CONST
D OPTIONS(*VARSIZE)
D inputLength 10I 0 CONST
D outputString 65535A VARYING
D OPTIONS(*VARSIZE)
------- Procedure prototype --------------
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
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.