what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between unique key and primary key? : Sas-di
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?
How is character variable converted into numeric variable and vice versa?
what are sas/access and sas/connect? : Sas programming
how do u validate the program which u have written.
What does P-value signify about the statistical data?
What can you learn from the SAS log when debugging?
Are you involved in writing the inferential analysis plan? Tables specifications?
What are the five ways to do a table lookup in sas? : sas-grid-administration
how can u extract,transform and loading?
how to debug and test the sas program? : Sas-administrator
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;