how many display types available in sas bi dashboard? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
tell me about intnx, intcx functions?
what are input dataset and output dataset options?
What is your favorite all time computer book? Why?
For what purpose would you use the RETAIN statement?
How would you combine 3 or more tables with different structures?
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
Mention sas system options to debug sas macros.
What is the general format of function in sas? : sas-grid-administration
What do you know about symput and symget?
what is the diff b/w verification validation in sas
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn?t have a value?
how can you put a "trace" in your program? : Sas programming