what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
What is _n_?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
What is the maximum and minimum length of macro variable
how can you import .csv file in to sas? : Sas programming
How to create a permanent sas data set?
In which format does Date stores in sas..? What is the use of DATE in SAS.?
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 is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How do you define proc in sas? : sas-grid-administration
how many types of prompts are there? : Sas-bi
What is the use of PROC gplot?
how to do user inputs and command line arguments in sas?