How does the internal authentication work in sas? : sas-grid-administration
No Answer is Posted For this Question
Be the First to Post Answer
what is _error_?
2 Answers Axis Bank, Cognizant, JPMorgan Chase,
What is the use of divide function?
How do you debug and test your SAS programs?
how to write code for left outer join in SAs using datastep?
In 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;
what are the benefits of data integration? : Sas-di
what is the difference btw proc means and proc univariate?
What do you code to create a macro? : sas-macro
What would you change about your job?
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
How do you read in the variables that you need?