  Access to contents of file from DCL? 
 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
