HP3000-L Archives

April 2001, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"COLE,GLENN (Non-HP-SantaClara,ex2)" <[log in to unmask]>
Reply To:
COLE,GLENN (Non-HP-SantaClara,ex2)
Date:
Wed, 11 Apr 2001 13:58:51 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (20 lines)
Jeff Sohrt asks:

> Is there a way to pass literal parameters to a cobol routine in an NMOBJ?
>
> i.e.
> call 'some_thing' using this, that, 3, more.

This sounds like passing by value.  Try

   call 'some_thing' using this, that, \3\, more.

IIRC, there's also an explicit 'BY' syntax, something like

   call 'some_thing' using this, that, 3 BY VALUE, more.

--Glenn, without time to check the manual

* To join/leave the list, search archives, change list settings, etc *
*     please visit http://raven.utc.edu/archives/hp3000-l.html       *

ATOM RSS1 RSS2