What is instream data in SAS?

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


Please Help Members By Posting Answers For Below Questions

What are the statements in proc sql?

598


How to create list output for cross-tabulations in proc freq?

626


what is the use of proc contents and proc print in sas? : Sas-administrator

611


Why double trailing @@ is used in input statement?

706


How to convert a numeric variable to a character variable?

634






How do you control the number of observations and/or variables read or written?

753


Describe the ways in which you can create macro variables? : sas-macro

580


What do you code to create a macro? : sas-macro

586


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

806


What is the use of function Proc summary?

657


How you can read the variables that you need?

657


How do you use the do loop if you don’t know how many times you should execute the do loop?

756


How can sas program be validated?

581


What are the special input delimiters used in SAS?

658


what are 5 ways to perform a table lookup in sas? : Sas-administrator

772