What are the main differences between sas versions 8.2, 9.0,
9.1?
Answer Posted / mythri
In 8.2 no Array's, in 9.0 we hav array's,
in 9.0 nodup is not available but in 9.1 nodup is available.
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what is the difference between infile and input? : Sas-administrator
how could you generate test data with no input data? : Sas programming
Explain translate function?
How long can a macro variable be? A token? : sas-macro
Which command is used to save logs in the external file?
How do you control the number of observations and/or variables read or written? Approximately what date is represented by the SAS date value of 730?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
What are the scrubbing procedures in sas?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what is information maps?
What are the statements in proc sql?