What is the role of administrative users? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
if you have 365 no of data set and each one having different variable from each other. how will you read by creating macros and create a single data set.
where are dashboard components are created and maintained? : Sas-bi
data abc; input x y ; cards; 1 2 5 6 7 8 7 8 1 7 5 7 ; run; Proc Freq data=abc; tables x*y / chisq nopercent nocol norow PLCORR; RUN; If we run the code, we have Polychoric Correlation = 0.9054 in the last table. I want to extract this particular entry with the value. Means I will create one dataset in which this value will be stored/extracted. I need your help in coding this. Please help me out.
how does sas handle missing values in functions? : Sas programming
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
how do we mail reports from SAS environment to our team leader
What is by-group processing?
how the sas basic syntax style described? : Sas-administrator
Hi, If anyone has base SAS certification dumps, please share.
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
Have you been involved in editing the data or writing data queries?
1 Answers BioServe, Oracle, Sasken,