Hello
I'm trying to read in a file and the linesize is 1872 characters wide. I tried setting the linesize in the options section (linesize=1872) and under infile (infile in lrecl=1872)
But when it prints the record its broken up into multiple sections instead of one nice long record set.
If...
hello, does anyone know how i can input data from specific columns in a data file to an array? Thank you.
example - infile 'c:\data.dat';
input dataset1 17-33;
i need the variable dataset1 to be read into an array?
i hope this makes sense.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.