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 |
how to read raw data in sas. Do it manually and throw the programming.
Hi, If anyone has base SAS certification dumps, please share.
How many data types are there in SAS?
what do the sas log messages "numeric values have been converted to character" mean? : Sas programming
Can you execute macro within another macro? : sas-macro
what is program data vector? : Sas-administrator
Mention common programming errors committed in sas ?
What are the applications primarily used by business analyst? : Sas-bi
hi i date is 05sep2005; i want the oupput like 05sep2005:00:00:00 ; how it wil come?
What is the difference between informat and format statement?
If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?
If a variable contains letters or special characters, can it be numeric data type?