Hi. I am newbe in SAS.
I ran into the following problem and cannot find an answer.
I am downloading .csv file into new SAS table.
Column Col_1 becomes a string($15.) automatically because
values are: 1.223 or 0.45 or 'N/A' or 'XXX'.
I understand this OK.
I need to come up with the table that has Col_1 with number format where only float values are included.
All rows that do not have proper data ('N/A', 'XXX') should be deleted or not included.
My question is: How to do it in SAS?
It would be nice if you provide some kind of samle...
I appriciate your help.
Thanks.
I ran into the following problem and cannot find an answer.
I am downloading .csv file into new SAS table.
Column Col_1 becomes a string($15.) automatically because
values are: 1.223 or 0.45 or 'N/A' or 'XXX'.
I understand this OK.
I need to come up with the table that has Col_1 with number format where only float values are included.
All rows that do not have proper data ('N/A', 'XXX') should be deleted or not included.
My question is: How to do it in SAS?
It would be nice if you provide some kind of samle...
I appriciate your help.
Thanks.