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
How do you test for missing values?
Give some examples where proc report’s defaults are same as proc print’s defaults?
What is the difference between one to one merge and match merge? Give an example.
Explain append procedure?
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
In ARRAY processing, what does the DIM function do?
explain the key concept of sas? : Sas-administrator
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Can you execute macro within another macro? : sas-macro
Tell me about % include and % eval? : sas-macro
is data integration and etl programming is same? : Sas-di
Do you need to know if there are any missing values?
why a stop statement is needed for the point= option on a set statement?
What do the PUT and INPUT functions do?
How is character variable converted into numeric variable and vice versa?