what is snowflake schema? : Sas-di
No Answer is Posted For this Question
Be the First to Post Answer
what are different type of sas servers ? On which server does the sas code execute ?
what is syntax of proc merge ?
How would you delete observations with duplicate keys?
In a shcool there are 1000 students. After completion of every test in 6 subjects , each subject teacher submit the marks of every student at different times and loaded in the database commonly. How will you seperate the top two subject marks for each each studet using SAS?
what is factor analysis? : Sas-administrator
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
explain the function of substr in sas? : Sas-administrator
What is difference between rename and lable in sas?
Best trainer in hyderabad for sas banking.if any one have details pls provide contact details.
How to convert HTML file into SAS dataset?
how are numeric and character missing values represented internally? : Sas programming
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 ?