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 are the considerations when picking a SAS/STAT procedure?
What is the purpose of trailing @ and @@? How do you use them?
what is sas enterprise intelligence architecture? : Sas-bi
what are some good sas programming practices for processing very large data sets? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
how sas deals with business intelligence? : Sas-bi
Name any two sas spawners? : sas-grid-administration
What is the use of function Proc summary?
For what purpose would you use the RETAIN statement?
what is snowflake schema? : Sas-di
do you prefer proc report or proc tabulate? Why? : Sas programming
Which function is used to count the number of intervals between two sas dates?
What are SAS/ACCESS and SAS/CONNECT?
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How would you define the end of a macro? : sas-macro