[an error occurred while processing this directive]

HP OpenVMS Systems

ask the wizard
Content starts here

Access to contents of file from DCL?

» close window

The Question is:

 
How to I extract characters from an ascii file (*.dat) using DCL?
 


The Answer is :

 
  At the simplest:
 
    $ OPEN foo filename
    $ READ foo symbol
    $ CLOSE foo

answer written or last revised on ( 27-AUG-1998 )

» close window