i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
SAS,
1676/* 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 5325please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
1508In 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 6029How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
1427
it will become easy if uuu provide website linkssss and list of consultanciessssss
how could you generate test data with no input data? : Sas programming
how the sas basic syntax style described? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
Give e an example of..
What is maximum number of rows and cols can be handled in SAS?
what is business intelligence? : Sas-bi
What is the basic syntax style in SAS?
Name and describe few sas character functions that are used for data cleaning in brief.
What are the different operating system platforms in which we can use sas? : sas-grid-administration
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
How do you use the do loop if you don’t know how many times you should execute the do loop?
how would you create multiple observations from a single observation? : Sas programming
Describe crosslist option in tables statement?