Questions tagged [read-data]
130 questions
0
votes
1 answer
Inputting data in SAS, reading multiple lines
I get an error when I try reading the following data lines in SAS. Can you help pinpoint my error? Thank you.
DATA VOA;
INPUT #1 Address 1-37 $ #2 City $ State $ Zip #3 Latitude Longitude;
datalines;
1675 C Street , Suite 201
…

ABCD
- 43
- 7
0
votes
1 answer
How do I read a text file by putting its data in a table using CGI in Perl?
The CGI to read the data from merch.txt works but how can I put this in a table?
HTML File: