where to use sas business intelligence? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
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
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
What is the Program Data Vector (PDV) and What are its functions?
How do you use the do loop if you don’t know how many times you should execute the do loop?
What are SAS/ACCESS and SAS/CONNECT?
Explain proc sort?
What is the order of evaluation of the comparison operators: + - * /** ()?
What is SAS Information Map Studio and its purpose ?
How did you use the round function?give an example(don't say it will round to the nearest intger) eg1:round(84.55,.1) =84.6 eg2:round(92.64,.1)=92.6,How it is happening like this tell me the logic,that is how the round function works when we have deimal values?
what is the difference between infile and input? : Sas-administrator
What is the order of application for output data set options, input data set options and SAS statements?
how to perform paired t-test using Base/SAS & SAS/Stat?