Answer Posted / 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 |
Post New Answer View All Answers
what is the Population you used in your project, is it ITT or PP?
How to limit decimal places for the variable using proc means?
What is the basic syntax style in SAS?
Difference between informat and format?
Describe the function and untility of the most difficult SAS macro that you have written.
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
What is the basic structure of a sas program?
If a variable contains letters or special characters, can it be numeric data type?
Explain data step in SAS
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
For what purpose would you use the RETAIN statement?
what is the purpose of _error_? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
Differentiate between ceil and floor functions.
What are the ways to do a “table lookup” in sas?