What are pdv and it functions?
No Answer is Posted For this Question
Be the First to Post Answer
describe about joins? briefly?
Write a SAS macro to calculate number of numbers in an email address
How would you identify a macro variable? : sas-macro
what is p-value
3 Answers Accenture, Quintiles, Sristek,
What is the use of divide function?
where will go the observations that were deleted by delete statement?
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
PROC SQL always ends with QUIT statement.Why cant you use RUN in PROQ SQL ?
What is the good sas programming practices for processing large data sets?
Explain how merging helps to combine data sets.
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
What is the basic structure of the SAS base program?