What is program data vector (pdv) and what are its functions?
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 it's between 1975 and 1985. How would you accomplish this in data step code? Using only PROC FORMAT
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
What is the role of sas grid administrator? : sas-grid-administration
what is data access? : Sas-di
What are some problems you might encounter in processing missing values? In Data steps? Arithmetic? Comparisons? Functions? Classifying data?
What are the difference between sas functions and procedures?
Difference b/n proc means and proc summary procedures?
What data sets do you need to produce the report?
/* 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;
how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry