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 |
Can we create datasets by proc step ? (Proc contents, Means)?
How many missing values are available? When might you use them?
Did you used proc test? when?
0 Answers Accenture, Quintiles,
Mention the difference between ceil and floor functions in sas?
How could you generate test data with no input data?
how can you put a "trace" in your program? : Sas programming
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
What is the difference Using & and && in the macro variables
Mention how to limit decimal places for the variable using proc means?
If a variable contains only numbers, can it be a character data type?
What is the difference between an informat and a format? Name three informats or formats.
What is the use of stop statement?