How many data types are there in SAS?
No Answer is Posted For this Question
Be the First to Post Answer
What is slibref?
List down the reasons for choosing sas over other data analytics tools.
hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..
What do the mod and int function do? : Sas programming
what do the pad and dim functions do? : Sas programming
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What are MIs reports? what is the use of MIS reports and How can u generate the MIS reports in SAS? If any body know explain with the eg.
2 Answers ABC, ASD Lab, CitiGroup,
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
Have you ever linked SAS code? If so, describe the link and any required statements used to either process the code or the step itself.
what is sas? is a package or tool? give me introduction about sas?
% let A=3+4 what is result