In the flow of DATA step processing, what is the first
action in a typical DATA Step?
Answer Posted / 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 |
Post New Answer View All Answers
Mention what is the difference between nodupkey and nodup options?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Difference between informat and format?
What is the role of sas grid administrator? : sas-grid-administration
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are pdv and it functions?
Name and describe few sas character functions that are used for data cleaning in brief.
how many types of prompts are there? : Sas-bi
how can you import .csv file in to sas? : Sas programming
How would you include common or reuse to be processed along with your statements?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What does PROC print, and PROC contents do?
explain the use of % includes a statement in sas? : Sas-administrator
what is the primary data source for the wrs? : Sas-bi
Explain the main difference between the sas procedures and functions? : Sas-administrator