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
What are the default statistics that proc means produce?
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
how do we get duplicate observations in a separate dataset?
%STPbegin;%STPEND; ERROR: No logical assign for filename _WEBOUT. WARNING: No body file. HTML output will not be created. unable to fix it.plz help
What is the pound sign used for the DATA _NULL_?
Differentiate between sas functions and sas procedures.
Name types of category in which SAS Informats are placed?
explain the function of substr in sas? : Sas-administrator
What is the difference between an informat and a format. Name three informats or formats.
how to add distinctly var variable values ex.. Data a; input var; datalines; 0 1 2 3 -1 -2 -3 ; run; adding all +ve value in one varibale n do the same for -ve too
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what has been your most common programming mistake? : Sas programming