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...


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

The below code we are using for creating more than one macro variables in proc sql using into clause. How we can use same code to create macro variables vara, varb, varc instead of var1, var2, var3.? proc sql noprint; select count(distinct(patient)) into :var1 - :var3 from dataset1 group by trtreg1c ; quit;

1 Answers   Accenture,


What r all the reporting procedures...?

3 Answers  


What are the data types that sas contain?

0 Answers  


Which are the statements whose placement in the data step is critical?

0 Answers  


explain the difference between proc means and proc summary?

0 Answers  


what is hash files in sas and why we are using this one in sas?

0 Answers   L&T, SAS,


how to assign a macro value to a variable?

8 Answers   CitiGroup,


Where do the database management systems store data and how do u import them.

2 Answers   L&T,


How will you assign all the variables of an dataset into a macro variable separated by a space? For example if a dataset has variables A,B,C. Assign them to a macro variable X as X=A B C

3 Answers   Accenture, Oracle,


what type of reports you are generating in your company...???

2 Answers   GSK GlaxoSmithKline,


Explain data_null_?

0 Answers  


what is treatment emergent events and treatment emregent adverse event

0 Answers  


Categories