explain about sas business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
what are the scrubbing procedures in sas? : Sas programming
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
i have a null dataset with 10 variables; i want to print only name of the varibales in log window and also output window.how can we do this one?
what are the differences between proc report and proc tabulate?
For clinical entire study how many tables will create approx?
Can we create datasets by proc step ? (Proc contents, Means)?
How to read the file names of a text files from a shared drive using SAS?
in data set200 observation how to take 110,150,170 using sql procedure?
What is the purpose of _error_?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Differentiate between sas functions and sas procedures.
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).