Name some categories in sas 9? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
do you need to know if there are any missing values? : Sas programming
what is operational data and operational system? : Sas-di
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
explain what is factor analysis? : Sas-administrator
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
Mention what is the difference between nodupkey and nodup options?
how to read character value without using substr function in sas ?
What is SAS? What are the functions does it performs?