[Info-vax] Non-portable code
Marc Van Dyck
marc.vandyck at brutele.be
Thu Jan 7 16:39:20 EST 2010
Jan-Erik Söderholm wrote on 7/01/2010 :
>
> I, on the other hand, rather like doing things in DCL... :-)
>
I have done a lot of DCL too. But I would probably use it more
if it had a decent debugger and if it was possible to use the
CLD like you can do it from a program. Have entries in DCL tables
that trigger a procedure rather than a .exe, and within the procedure
test the presence and retrieve qualifier values via lexical functions.
Now, that would be cool... Something like
$ VERB process
define command PROCESS
procedure process_file.com
qualifier START, value (required)
$
$ process /start=3
.
.
.
$ IF F$CLI ("START", "PRESENT") THEN x = F$CLI ("START", "VALUE")
.
.
.
$ EXIT
--
Marc Van Dyck
More information about the Info-vax
mailing list