i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
SAS,
2428/* To determine the maximum and minimum of V1 */ data before3; input v1 v2 v3; cards; 3 2 1 4 6 5 2 1 3 6 5 4 1 3 2 5 4 6 ; run;
5 7716please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
2138In the following DATA step, what is needed for ‘fraction’ to print to the log? data _null_; x=1/3; if x=.3333 then put ‘fraction’; run;
1 7287How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
2175
How to test the debugging in sas?
what is the primary data source for the wrs? : Sas-bi
Give some ways by which you can define the variables to produce the summary report (using proc report)?
For what purpose would you use the RETAIN statement?
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
describe about physical data integration? : Sas-di
how does sas handle missing values in functions? : Sas programming
Can you explain the process of calendar?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
How do dates work in sas?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is the effect of the options statement errors=1? : Sas programming
Difference between informat and format?
explain what is data set in sas? : Sas-administrator