how many data types in sas? : Sas-administrator
Answer / aniket kumar
there are only two data types in SAS.
character data type char
Numeric data type Num
Is This Answer Correct ? | 0 Yes | 0 No |
To what type of programms have you used scratch macros?
how can u import .csv file in to SAS?tell Syntax?
7 Answers CitiGroup, Franklin Templeton,
how would you create multiple observations from a single observation? : Sas programming
Explain the difference between using drop = data set option in set and data statement?
What system options would you use to help debug a macro? : sas-macro
How to test the debugging in sas?
Does SAS ‘Translate’ (compile) or does it ‘Interpret’? Explain.
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How would you determine how far down on a page you have printed in order to print out footnotes?
How do you add a number to a macro variable?
What is the order of evaluation of the following operators + - * / ** () ???
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set.