in the flow of data step processing, what is the first action in a typical data step? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
how does sas handle missing values in a merge? : Sas programming
what techniques and/or procs do you use for tables? : Sas programming
%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 are input dataset and output dataset options?
what are the considerations when picking a SAS/STAT procedure?
0 Answers Accenture, Quintiles,
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,
If you set a label in the data step and call a proc freq on the data, how do you display the data without the labels and just the variables.
what is data access? : Sas-di
what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.
What sas features do you use to check errors and data validation?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
Mention how to limit decimal places for the variable using proc means?