how can u create zero observation dataset?
Answers were Sorted based on User's Feedback
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What is the use of %include statement?
In the flow of DATA step processing, what is the first action in a typical DATA Step?
what is the usage for assigning error=1 in a dataset ?
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
what is pdv? how it is related to input buffer in sas?
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
At compile time when a SAS data set is read, what items are created?
What are exact SAS Base contents..?N what r SAS Tools..?
what is the basic structure sas administrator? : Sas-administrator
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables.
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...