Explain the special input delimiters used in sas programming.
No Answer is Posted For this Question
Be the First to Post Answer
how to extract data from SAP servers? Is like oracle servers or any other methods to extract please reply me.
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
Describe the ways in which you can create macro variables?
Describe the function and utility of the most difficult SAS macro that you have written?
What are the implications?
data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.
If reading a variable length file with fixed input, how would you prevent SAS from reading the next record if the last variable didn’t have a value?
How to merge the data using merge statement and proc format? Is the result is same ?
I use NOCUM/NOPERCENT option in the tables statement like this Proc freq data = deepak; tables x y /nocum nopercent; run; Here I get nopercent and nocum in the output only for variables x and y. How do i do it for all variables? Deepak
How many missing values are available? When might you use them?
what is the difference between proc means and proc tabulate?
How do you download a flat file from Mainframe to your local PC using SAS?