home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / cobol / 561 < prev    next >
Encoding:
Text File  |  1992-11-20  |  1.3 KB  |  28 lines

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