Re: Passing values to a Pro*C report???

From: Alan MCCulloch <amccullo_at_ccu1.auckland.ac.nz>
Date: 2 Dec 1994 03:35:36 GMT
Message-ID: <3bm4m8$ku9_at_net.auckland.ac.nz>


You could pipe the arguments in :

echo arg1 arg2 arg3 | program_name

In the Bourne shell you can also use a "here document" In your script you have :

program_name << END_ARGS
arg1
arg2
arg3
END_ARGS (the END_ARGS string is arbitrary)

Hope this helps
alan Received on Fri Dec 02 1994 - 04:35:36 CET

Original text of this message