View Single Post
Aug28-11, 01:07 PM   #2
 
Recognitions:
Homework Helper Homework Help
On the OPEN statements, if the data is in human readable form (i.e. text), add the additional option FORM=FORMATTED. If the data is binary, then FORM=UNFORMATTED and RECL=xxx should be added, but in any event, you'll need to know what form the data files are in.