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

How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?

1 Answers   Accenture,


what is incremental update ? is this possible in SAS OLAP CUBE STUDIO.

1 Answers   TCS,


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers   Oracle,


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.

10 Answers   Accenture,


Define run-group processing?

1 Answers  


how do we get duplicate observations in a separate dataset?

6 Answers   CitiGroup,


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

1 Answers  


Briefly describe 5 ways to do a "table lookup" in sas.

4 Answers   Quintiles,


what is the frontend and backend of sas? Is sas is a progaming langauge or tool? on which langauge sas depends?

3 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers   DELL,


how do you want missing values handled? : Sas programming

1 Answers  


it will become easy if uuu provide website linkssss and list of consultanciessssss

1 Answers  


Categories