[Info-vax] teo

Jan-Erik Soderholm jan-erik.soderholm at telia.com
Tue Aug 2 05:15:28 EDT 2011


Jan-Erik Soderholm wrote 2011-08-02 10:55:
> $
> $ verb inquire
> define verb INQUIRE
> cliroutine INQUIRE, cliflags(immediate)
> prefix CLI$K_INQU_
> qualifier GLOBAL, nonnegatable
> qualifier LOCAL, nonnegatable
> qualifier PUNCTUATION
>

He he, this was not ment for c.o.v... :-)

But, since everyone now probably asks why I'm looking
at INQUIRE, here is why :


$
$ inq tmp "OK? Y/N " /nopunc
%DCL-W-PARMDEL, invalid parameter delimiter -
                 check use of special characters
  \"OK? Y/N " \

$ inq /nopunc tmp "OK? Y/N "
OK? Y/N Y

$ sh sym tmp
   TMP = "Y"
$

There is no sign in the HELP texts that /nopunc is
position dependent.






More information about the Info-vax mailing list