What are the ways in which macro variables can be created in sas programming?
No Answer is Posted For this Question
Be the First to Post Answer
Name and describe few sas character functions that are used for data cleaning in brief.
How to read the file names of a text files from a shared drive using SAS?
is QUALCOMM using SAS ?
What do you know about sas data set?
How can you limit the variables written to output dataset in data step?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
Describe the function and untility of the most difficult SAS macro that you have written.
How many tiers in sas architecture?
What does the trace option do?
how do we get duplicate observations in a separate dataset?
what are the considerations when picking a SAS/STAT procedure?
0 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 its between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT.