home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: alt.cobol
- Path: sparky!uunet!shared!mikek
- From: mikek@shared.COM (Mike Kenny)
- Subject: Re: Question about parameters passed to a subprogram
- Sender: mikek@shared.com (Mike Kenny)
- Message-ID: <MIKEK.92Nov20084007@shared.shared.COM>
- In-Reply-To: lacs@ERE.UMontreal.CA's message of Thu, 19 Nov 1992 15:52:23 GMT
- Date: Fri, 20 Nov 92 14:40:10 GMT
- References: <1992Nov19.155223.3385@cc.umontreal.ca>
- Organization: Shared Financial Systems
- Lines: 15
-
- Not that I know of. But you can code your calls as
- call <program> using variable-prarmeter by value length of variable-parameter
- at least this will make the length of the parameter available to the called
- program.
- --
- Mike Kenny Shared Financial Systems
- uunet!shared!mikek Dallas, Tx
- Phone: 214-458-3989 Fax: 214-458-3876
- ------>>> everybody is entitled to their own opinions <<<------
- ------>>> these are mine and not those of my employer <<<------
- --
- Mike Kenny Shared Financial Systems
- uunet!shared!mikek Dallas, Tx
- Phone: 214-458-3989 Fax: 214-458-3876
- ------>>> everybody is entitled to their own opinions <<<------
-