HP OpenVMS Systemsask the wizard |
The Question is: How do you compile and link a DEC BASIC program ? The Answer is :
In the simplest case:
$ BASIC filename[.bas]
$ LINK filename[.obj]
$ RUN filename[.exe]
Information shown in the brackets is optional and need not be
specified. The default values are shown.
|