Rob,

At V5R4 in CL you use the CALLSUBR command. You can have a value returned from the subroutine/subprocedure but you cannot pass parameters to it. Variables are all defined globally. You cannot define variables within the subroutine/subprocedure.

You can have 256 subroutines. I tend to place them at the end of the program.

DCL my stuff
Run the commands
o Any errors go to error handling.
o No errors then return
Error handling
o Handle error
o Return
Subroutines.

Each subroutine starts with SUBR SUBR(yourname) and ends with ENDSUBR. You can exit the subroutine with RTNSUBR RTNVAL(yourvalue).

HTH.

Gary


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Thursday, October 30, 2014 10:26 AM
To: midrange-l@xxxxxxxxxxxx
Subject: Coding procedures in CL

I know that I can call a procedure or subprocedure from CL with CALLSUBR.
Can I write a subprocedure in CL? One that accepts multiple input parameters and returns one output parameter? If so, how?


Rob Berendt

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2026 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.