Name statements that are execution only?

Answers were Sorted based on User's Feedback



Name statements that are execution only?..

Answer / sirishaakella

abort,delete,replace,select,set......etc....these are
executable statements in data step

Is This Answer Correct ?    6 Yes 0 No

Name statements that are execution only?..

Answer / sirishaakella

keep and drop are data set options as well as statements also.

Is This Answer Correct ?    6 Yes 1 No

Name statements that are execution only?..

Answer / kk

Abort, Infile, Input,do,if,merge,put, replace,select,etc...

Is This Answer Correct ?    0 Yes 0 No

Name statements that are execution only?..

Answer / guest

Keep and drop

Is This Answer Correct ?    3 Yes 4 No

Name statements that are execution only?..

Answer / sirisha

keep and drop are data set options .They are not statements
of sas.ofcourse those options are executed while we
subsetting the d/set using set statement....

Is This Answer Correct ?    0 Yes 1 No

Name statements that are execution only?..

Answer / dupe

Data set option :
Data new(keep=age race gender);
set old;
run;

Data set statemnet:
Data new;
set old;
drop age race and gender;
run;

Is This Answer Correct ?    0 Yes 1 No

Name statements that are execution only?..

Answer / chiranjeevi

Mainly two statements are used in execution of the dataset i.e
1)Global statements
2)Localstatements
The following are the Global statements
1)By statement
2)label statement
3)where statement

Local statement
1)set
2)merge
3)update
4)control
5)length
6)array e.tc..,

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More SAS Interview Questions

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

0 Answers   Accenture, Icon,


How do you read in the variables that you need?

9 Answers   Accenture,


How to test the debugging in sas?

0 Answers  


here is a string like chq.2312244%4452- from that i want only special characters in a column. dont use compress. bcoz i have 1.2 billion of records.i want another process to find the values instant from the data.

2 Answers   Cap Gemini, L&T,


Why Info School? BUILD YOUR CAREER WITH RIGHT GUIDANCE AND SUPPORT SAS Training in Data Management at InfoSchool Bangalore

1 Answers  






Explain what is the use of proc gplot?

0 Answers  


You need to perform an analysis on a massive dataset by groups, but are unable to sort the data due to memory constraint. How would you accomplish the task?

2 Answers  


What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.

1 Answers   Cipla,


What are _numeric_ and _character_ and what do they do?

1 Answers   Quintiles,


how do i get last 10obs from a dataset when we don't know about the number of obsevations in that dataset?

7 Answers   TCS,


What is the command used to find missing values?

0 Answers  


what is the difference between informat$8. $char8.

3 Answers   SAS,


Categories