Do you need to know if there are any missing values?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Friends, My name is Priya,am new to this Forum. am looking for SAS Platform Administration Interview Questions.I searched every where but I couldn't find any where.please can anyone help me with the FAQ's. It would be a great favor to me if you can email the Interview Questions to priyafeb84@gmail.com
is data integration and etl programming is same? : Sas-di
To what type of programms have you used scratch macros?
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.
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
What is a post baseline?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Which date function advances a date, time or datetime value by a given interval?
what is washout period?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is _n_?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?