What is the order of application for output data set options, input data set options and SAS statements?
No Answer is Posted For this Question
Be the First to Post Answer
There is a field containing a date. It needs to be displayed in the format “ddmonyy” if it’s before 1975,”dd mon ccyy” if it’s after 1985, and as ‘disco years’ if its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
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
Do you know the features of sas?
What do you feel about hardcoding?
Name validation tools used in SAS
where are dashboard components are created and maintained? : Sas-bi
Do you need to rearrange the order of the data for the report?
how many data types in sas? : Sas-administrator
Do you need to know if there are any missing values?
What is the order of evaluation of the comparison operators: + - * /** ()?
AE datasets names? how many types?