What is the role of administrative users? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
What are the different versions of sas that you have used until now? : sas-grid-administration
Describe the ways in which you can create macro variables?
i am importing large data from oracle to work library. in log there is a error message worklibrary space is not enough. then how to import the data safely to sas environment.
what is data integration? : Sas-di
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
How would you determine how far down on a page you have printed in order to print out footnotes?
what is the difference between DUPKEY and NODUPKEY???
For what purposes have you used sas macros? : sas-macro
What is the use of function Proc summary?
what is fact table and factless table?
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 ?
How would you delete duplicate observations?