[Info-vax] Very simple DCL question
Chris Townley
news at cct-net.co.uk
Wed Dec 28 13:29:08 EST 2022
On 28/12/2022 16:45, Arne Vajhøj wrote:
> $ type z.com
> $ write sys$output "''p1'"
> $ @z a
> A
> $ @z "a"
> a
>
> This is not really surprising.
>
> But are there any way to preserve pn case without
> double-quoting it?
>
> Like this hypothetical syntax:
>
> $ set proc/parse=(extended,pnkeepcase)
>
> Arne
There is of course
$ SET PROCESS /CASE=CASE_LOOKUP=SENSITIVE /PARSE_STYLE=EXTENDED
Does this not work?
--
Chris
More information about the Info-vax
mailing list