Identify statements whose placement in the DATA step is
critical?

Answers were Sorted based on User's Feedback



Identify statements whose placement in the DATA step is critical?..

Answer / amaran

Datalines or Cards - They should be the Last statement in
your Data step. all the ohers can be placed any where
between the Data & Datalines statement.

Is This Answer Correct ?    8 Yes 1 No

Identify statements whose placement in the DATA step is critical?..

Answer / suresh

Input
inifle
run

Is This Answer Correct ?    5 Yes 1 No

Identify statements whose placement in the DATA step is critical?..

Answer / pratik singh jageera

The placement of drop keep and rename statement does not affect its execution order.The order is fixed in the order
DROP-KEEP-RENAME.Even if you put a rename statement(rename old_var=new_var;) before a drop statement.The drop statement will look for old_var as it is executed prior to rename statement.
Length can be the answer as its placement is very important.Changing the length value of a variable after the set statement will not carry out the necessary change.It has to be done before set statement.

Is This Answer Correct ?    3 Yes 0 No

Identify statements whose placement in the DATA step is critical?..

Answer / vsrao

data,run

Is This Answer Correct ?    4 Yes 2 No

Identify statements whose placement in the DATA step is critical?..

Answer / vijay

first preference goes to run;
next - placement of ; if you use datalines
next - use of infile and input
next - use of retain and length statements

Is This Answer Correct ?    0 Yes 0 No

Identify statements whose placement in the DATA step is critical?..

Answer / raghu

data
input
cards/datalines
run

Is This Answer Correct ?    0 Yes 0 No

Identify statements whose placement in the DATA step is critical?..

Answer / lakshmi

data,run,semicolon

Is This Answer Correct ?    0 Yes 1 No

Identify statements whose placement in the DATA step is critical?..

Answer / meena

Placement of the last six statements (shown below) is critical
because the attributes of variables are determined
by the first reference to the compiler:
drop, keep, rename
label
retain
length
format, informat
attrib
array
by

Is This Answer Correct ?    0 Yes 1 No

Identify statements whose placement in the DATA step is critical?..

Answer / chandra sekar

Keep, Drop and Rename can also play a critical role if you
are using some of the variables listed in them.

Is This Answer Correct ?    0 Yes 2 No

Identify statements whose placement in the DATA step is critical?..

Answer / sasfaqs

input is the critical step

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SAS Interview Questions

in data set200 observation how to take 110,150,170 using sql procedure?

7 Answers   Accenture,


Have you ever used the SAS Debugger?

0 Answers   Quintiles,


what is SAS/Graph?

1 Answers   CitiGroup, NTPC,


what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


what is the Population you used in your project, is it ITT or PP?

0 Answers   Accenture, Quintiles,






Do you need to rearrange the order of the data for the report?

0 Answers  


if we dont want to print output what we have to do..???give syntax..???

8 Answers   Accenture, GSK GlaxoSmithKline,


What is a put statement?

0 Answers  


in the flow of data step processing, what is the first action in a typical data step? : Sas programming

0 Answers  


What is the purpose of _error_?

1 Answers   Quintiles,


Which is Best Institute for learning SAS BASE & SAS BI in Hyderabad? Can anyone suggest me ?

5 Answers   ACC,


How we will Developing new reports Using Data step programming and Macros ?

4 Answers  


Categories