What are the 3 components in sas programming?
No Answer is Posted For this Question
Be the First to Post Answer
/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
What is the good sas programming practices for processing large data sets?
what are the validation tools in sas?
How does the internal authentication work in sas? : sas-grid-administration
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
explain what is factor analysis? : Sas-administrator
What is the difference between match merge and one to one merge?
what is the use of proc sql? : Sas programming
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What is the difference between order and group variable in proc report?
what are the scrubbing procedures in sas? : Sas programming
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?