please can you tell me that in companies sas work are doing
by through sas coding or sas wizard ??
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
differnce between 8.2 and 9.1.3
how to remove the duplicates by proc sql?
where are dashboard components are created and maintained? : Sas-bi
How would you keep from overlaying the a SAS set with its sorted version?
What is the use of %include statement?
Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated
what is factor analysis? : Sas-administrator
What is the difference between an informat and a format? Name three informats or formats.
What is shift table? have you ever created shift that?
2 Answers Accenture, Clinical Research, Quintiles,
I am having a stored process.it needs to route my report to both hthml and Xls.By default SP routes to html.I used the PRINTTO to route the html to Xls.BUt it createsthe file not but no content was written to file(0KB)?how can i do it?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?