how will you locate the sas platform applications? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
Mention the category in which sas informats are placed?
What are the data types in sas?
wat has been most common programming mistake?
If a variable contains only numbers, can it be a character data type?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
i have a dataset with 25 obs; 10th obs has like ramu,anji,ramu,azad,ramu like this. i want to know how many times the word repeats in that obs?
Can you excute a macro within a macro? Describe.
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
What do you feel about hardcoding?
what are all the reports you generated in your recent project?
0 Answers Accenture, Quintiles,
how does sas handle missing values in functions? : Sas programming
What is the basic structure of the SAS base program?