At compile time when a SAS data set is read, what items are
created?

Answer Posted / venkatesh.layam

when ever compiling time only inputbuffer will be created
while data set creation generally 3 steps been occureed
1.inputbuffer
2.pdv.
3.discription poortion
for external file:

when ever we import the external file that time input
buffer will be created.it happends in compilation phase
in the execution process the the pdv will be created
while execution 2 types of automatic variable will be
created.
_N_ :how many times datastep has been executed
_error_=by default the erroe=0 if have any errors more than
one it displays 1
data discriptior portion:in the data set column header
called data portion
and values portions called discription portion



using datalines:
when ever you use dataline for compilation and execution
directly pdv will be created but input buffer wil not be
created because only expternal data inputbuffer will be
created.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention sas system options to debug sas macros.

670


Explain the use of proc gplot? : sas-grid-administration

560


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

544


how will you location sas platform applications available from web browser? : Sas-bi

554


How do you define proc in sas? : sas-grid-administration

680






How many ways to overcome a missing values???

2344


what is the difference between nodup and nodupkey options? : Sas programming

629


What is the difference between using drop = data set option in data statement and set statement?

647


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

712


What are the data types that sas contain?

663


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

741


Mention the validation tools used in SAS?

662


What do you know about sas data set?

602


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

562


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

1955