Given an unsorted data set, how to read the last observation to a new data set?
No Answer is Posted For this Question
Be the First to Post Answer
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
what r the job openings SAS for fresher graduates !
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
How can I remove header from output data set?
what is the difference between infile and input? : Sas-administrator
HOW DO WE CREATE A SAS STORED PROCESS IN SAS EG ?
firstobs and obs are working only option wise,but we are using infile statement with firstobs and obs in a statement wise? so firstobs,obs working at options and statemnts or not?
How substr function works in sas?
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
In which case u go for libname and in which case u go for proc sql pass thru facilit diff?
What are the parameters of scan function?
How does proc sql work?