What is the different between functions and PROCs that calculate the same simple descriptive statistics?
No Answer is Posted For this Question
Be the First to Post Answer
Explain proc univariate?
what is the difference between proc means and proc tabulate?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
how to read character value without using substr function in sas ?
How would you identify a macro variable? : sas-macro
How to write duplicate records into a separate dataset using sort?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
How could you generate test data with no input data?
how to delete the duplicates by using proc sql?
in data set200 observation how to take 110,150,170 using sql procedure?
What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;
1.What is the difference between _NULL_ , _ALL_, and _N_? 2.What are the uses of _NULL_ using in Data Steps? Can we _NULL_ in Proc Steps also? 3.How do call the macro variable in Data Steps? 4.How to construct Pivot tables in Excel Using SAS?