[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Compile and LINK a BASIC program?

» close window

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.
 

answer written or last revised on ( 13-SEP-1999 )

» close window