Your code does not make sense. If you already have a dataset, you need no input statement, as the set statement does the read.
If you want to read from an external file, you have to use an infile statement to open the file for INPUTting.
Post an example of your raw data file, as a properly created data step will very probably fix your problems in one sweep.
... View more