Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

In sas, what are the areas that you are most interested in? : sas-grid-administration

0 Answers  


Did you used proc test? when?

0 Answers   Accenture, Quintiles,


i have a data set with 20 observations i want label from 8 to 15 observations ? how you create this one.

6 Answers   CTS,


what is in stream data in SAS?

1 Answers  


how to generate report for 0 observation dataset?

3 Answers   Mind Tree, Student,


How to limit decimal places for variable using proc means?

0 Answers  


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

0 Answers  


Which date functions advances a date time or date/time value by agiven interval?

3 Answers  


hi guys ...i have one query... data abc; input s w k g o t a m; cards; 1 2 3 4 5 6 7 8 2 3 4 5 6 7 8 9 ; run; i want the output to be the sorted order(only variables).observations should not be changed..

14 Answers  


If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?

1 Answers   HCL, Quintiles,


Hi, I need to create a SAS Map of USA using SAS Graphs(Proc Gmap).The data i have dosent contain any co-ordinates of USA cities or counties or states, and the zip codes are diffrent in the data i have from the zip code in the Maps.US dataset in the Maps Library for SAS MAPS. the data i have is a sales report. i have to generate the maps according to the states,cities aligned in the sales data, HELP Appriciated

1 Answers  


sas macros

12 Answers   TCS,


Categories