Explain bmdp procedure?
No Answer is Posted For this Question
Be the First to Post Answer
What does the RUN statement do?
What is the command used to find missing values?
How do you add a number to a macro variable?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Differentiate between sas functions and sas procedures.
Have you ever used the SAS Debugger?
What is SAS Information Map Studio and its purpose ?
What are the analysis datasets created, and what are the new variables created in CLINICAL SAS
1 Answers Accenture, Sciformix,
Describe 5 ways to do a “table lookup” in SAS?
how can u extract,transform and loading?