how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.
8 Answers Verinon Technology Solutions,
What is the pound sign used for the DATA _NULL_?
What does P-value signify about the statistical data?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How would you delete duplicate observations?
what is the usage for assigning error=1 in a dataset ?
Under what circumstances would you code a SELECT construct instead of IF statements?
What commands are used in the case of including or excluding any specific variables in the data set?
How can sas program be validated?
What is slibref?
How to display duplicate observations in data?