What is the basic syntax style in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
what is the use of proc sql?
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
how will you locate the sas platform applications? : Sas-bi
name the scheduler for scheduling job and explain the scheduler? : Sas-di
what is the difference between infile and input? : Sas-administrator
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?
what is the prob plot in clinical domain
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? : sas-macro
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
Mention few ways with which a “table lookup’ is done in sas programming.