![]() |
Software > OpenVMS Systems > Ask the Wizard ![]() HP OpenVMS Systemsask the wizard |
![]() |
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
|