data study;
input Subj : $3.
Group : $1.
Dose : $4.
Weight : $8.
Subgroup;
x= input(Weight,5.1);
datalines;
001 A Low 220 2
002 A High 90 1
003 B Low 193.6 1
004 B High 165 2
005 A Low 123.4 1
;
Why does X get truncated? X shows up as 22 instead of 220,9
instead of 90 and 19.8 instead of 198? This problem doesnt
happen with the values 193.6 and 123.4.
This does not happen if x is read on the 5. informat instead
of the 5.1 informat
Answer Posted / kumaraswamy maduri
Informat 5.1 or 5.2 tell the SAS processor to allocate
specified number of decimals from right to left of the
value and the remaining to the number.
Informat 5. is good if you have one decimal even this fails
when you have more than one decimal.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is slowly changing dimension? : Sas-di
In proc transpose and data step with arrays which one you pick?
what is ae onset date n what is RDS
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How to sort in descending order?
what is transformation in sas data integration? : Sas-di
What are the new features included in the new version of SAS Programming Language?
What are the special input delimiters used in SAS?
what does the run statement do? : Sas programming
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are the features of SAS?
Explain data step in SAS
Differentiate input and infile.
What is the difference between where and if statement?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm