In the flow of DATA step processing, what is the first
action in a typical DATA Step?

Answers were Sorted based on User's Feedback



In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / suresh

First it creates an input buffer and PDV.
After that it initialises all variables to missing

Is This Answer Correct ?    2 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / sirisha

first it will check for syntax and then it will create an
input buffer and PDV and then descriptor portion.

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / vijay

first step is comilation. during compilation it will check
for syntax errors

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / sirisha

My logic is when ever u submit a d/step for execution sas
checks the syntax of all of the sas statements and then
compiles them i.e it will automatically translate the
statements into machine code...

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / ganesh kumar

Fisrt action of the flowing is intially it checks the
syntax errors and later on it compiles and does three
things during the compilition process.
first it creates Input Buffer, PDV,Discriptive portion of
the sas Data set.

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / ganesh

First step of data step intially it check for compalition
errors and once it is through then input buffer is created
it is the temporary storage memory and pdv is the area of
memory where sas buits a dataset,one obeservation at a time
and after that it creates a discriptive portion.

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / poojavaibhav

it compiles...
during compilation it check syntax errors,
convert code into machine language...
create input buffer
create PDV(in which _n_ and error created)
write descriptor portion of data step..

we can see it by using proc content;

thanks;

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / xxx

Input stack/input buffer- compalir- PDV - execution.

Is This Answer Correct ?    0 Yes 0 No

In the flow of DATA step processing, what is the first action in a typical DATA Step?..

Answer / dupe

Compilation:
Turs code to machine code
Checks for syntax errors
Creates an area of memory called the input buffer(if
reading from a raw data file)
Creates an area of memory called the PDV
Creates the descripto portion.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SAS Interview Questions

how to generate the test data in sas without input data? : Sas-administrator

0 Answers  


Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com

0 Answers  


Give e an example of..

0 Answers  


explain about sas business intelligence? : Sas-bi

0 Answers  


Which is the best place to learn SAS clinicals and Oracle clinical in hyderabad?

2 Answers  


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data set to a second data set, and the non-matches of the right-most data set to a third data set?

2 Answers  


what is sas data set?

0 Answers  


what type of graphs we will create(for 2+years candidates)?

0 Answers   Accenture, Icon,


Can we replace a dataset into view?

6 Answers   CliniRx,


what is sas business intelligence? : Sas-bi

0 Answers  


what is the main difference between rename and label? (don't say that they both perform the same function).

11 Answers   Parexel,


what is null hypothesis? why do you consider that?

0 Answers   Accenture, Quintiles,


Categories