What is instream data in SAS?
Answer / aman
If we type data directly into sas program from keyboard , then the data is internal to our program.We do this when we have small amount if data or When we test a program with small test Data Set.
We use DATALINES statement to indicate internal data.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is maximum storage capability of SAS?
Explain input and put function?
what is the use of LRECL option.
Which is the best training Institute for SAS Business Intelligence course?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
How would you delete duplicate observations?
what is difference in window SAS & Unix SAS.....how do define working environment in both???
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
what are the differences between proc report and proc tabulate?
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.
What is the difference between SAS functions and procedures?