[Info-vax] HOW TO PASS PARAMETERS IN COMMAND LINE ARGUMENT IN OPENVMS

Bob Koehler koehler at eisner.nospam.encompasserve.org
Thu Feb 28 15:55:10 EST 2013


In article <25e87c80-1c7b-47c4-8386-0c5f66f0ef04 at googlegroups.com>, adityagtm4 at gmail.com writes:
> Hi
> 
> can anybody please tell that how to pass parameters in openvms through command line...and i am having xyz.sh file also, in which i have written some DCL Commands....

   $ @xyz.sh param1 param2 param3 param4 param5 param6 param7 param8

   or

   $ submit xyz.sh/parameters=(param1,param2,param3,param4,param5,param6, -
      param7,param8)

   In either case the parameter values show up in pre-defined local
   symbols p1 through p8.  If less than 8 are used the extra show up
   as empty strings.  Use apostrophe (single quote) as the substitute
   character, just as you would use $ in most UNIX shells.




More information about the Info-vax mailing list