$ dcl_command
where dcl_command is any command we could issue from the DCL $ prompt.
For example:
$ COPY *.DST DATADIR:*.DST
$ RUN MYPROGRAM
There is one restriction -- we must use a complete DCL command. We couldn't
for example, just type $ COPY and let DCL prompt us for the two file
specifications as we could from the DCL $ prompt. Apart from this any
command acceptable to DCL can be issued in this way.
`DCL' may be used as an alternative to the $ command. Thus the above example could also have been written as:
DCL COPY *.DST DATADIR:*.DST
DCL RUN MYPROGRAM
ICL The Interactive Command Language for ADAM