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 |
Give some examples where proc report’s defaults are different than proc print’s defaults?
You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?
What is PROC in SAS?
What are the new features included in the new version of SAS Programming Language?
How do i read multiple spaces in datasets?
Difference between sum function and using “+” operator?
why is the use of Retrive statement and give me with example?
what is prime numbers? how we can get plc write sas code?
How can sas program be validated?
code the tables statement for a single level frequency?
what is the purpose of _error_? : Sas programming
What is run-group processing?