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 recognized at compile time only?

Answers were Sorted based on User's Feedback



Name statements that are recognized at compile time only?..

Answer / dupe

Array statements are also compile time only statements

Is This Answer Correct ?    14 Yes 0 No

Name statements that are recognized at compile time only?..

Answer / vijay

sirisha thanx for the answers,
but i believe all the global statements (wht u mentioned )
including options, title, footnote statements; will work at
both compile and execution time..

only compile drop, keep,
rename,label,format,informat,attrib, where,by, retain,
length statements are comile time statements only

Is This Answer Correct ?    10 Yes 1 No

Name statements that are recognized at compile time only?..

Answer / hasnain

Retain, Array, length

Is This Answer Correct ?    2 Yes 0 No

Name statements that are recognized at compile time only?..

Answer / pratik singh jageera

Apart from doing numerous tasks during the compilation phase..
SAS also processes statements which are limited to compile time.These statements provide information to the compiler as to how the things will be set up in the PDV.they include
drop keep rename retain array by where attrib length format label.it also sets up automatic variables:
_N_ _ERROR_ IN= END= POINT= FIRST. LAST.

Is This Answer Correct ?    0 Yes 0 No

Name statements that are recognized at compile time only?..

Answer / sirisha

all global statements like
filename,libname,run,endsas...etc...are recognized at
compile time only.

Is This Answer Correct ?    1 Yes 5 No

Name statements that are recognized at compile time only?..

Answer / sirisha

all global statements like
filename,libname,run,endsas...etc...are recognized at
compile time only.

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More SAS Interview Questions

describe about joins? briefly?

2 Answers   CitiGroup,


Why is a STOP statement needed for the point=option on a SET statement?

2 Answers   Quintiles,


For what purposes have you used sas macros? : sas-macro

0 Answers  


data task; input id date date9. visit; cards; 101 01jan2015 1 101 02jan2015 2 101 06jan2015 3 102 04jan2015 1 102 07jan2015 2 102 12jan2015 3 103 06jan2015 1 103 13jan2015 2 ; run; write a program to find out missing dates between visits by each subject.

1 Answers  


Did you used proc test? when?

0 Answers   Accenture, Quintiles,


What is the one statement to set the criteria of data that can be coded in any step?

4 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 instream data in SAS?

1 Answers  


Tell e how how dealt with..

0 Answers  


i have a dataset with 100000 records. i want 100 records from that dataset and create a dataset.we need to pick the observations random order like 100obs,500obs,1020obs,1890obs,2565obs like that i need 100 obs in random order? how can we create this one?

5 Answers   L&T,


Can anyone help to find a statement to get all the predefined formats?

3 Answers   Verinon Technology Solutions,


what is the use of sas management console? : Sas-di

0 Answers  


Categories