Name statements that are recognized at compile time only?
Answers were Sorted based on User's Feedback
Answer / mallikarjuna reddy.vanna
retain,input,infile,informat,format etc.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / suresh b anisetty
All compile time activities are un-conditions only exists
at execution time.
LABEL,KEEP,DROP,RENAME,LENGTH,FORMAT,INFORMAT,ATTRIB,BY,WHER
E and ARRAY are all compile time only statements, however
LABEL is the statement that can be place any where with in
the DATA step
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the difference between match merge and one to one merge?
Do you think professionally?
What is the purpose of using the N=PS option?
where are dashboard components are created and maintained? : Sas-bi
what is chi-square test? have you used that?
1 Answers Accenture, Quintiles,
What do you feel about hardcoding?
Name the option to produce a frequency line items rather that a table.
How do you specify the number of iterations and specific condition within a single do loop?
why only we use SAS? their r many programmin language like SPSS, Oracle... Why SAS?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
If you?re not wanting any SAS output from a data step, how would you code the data statement to prevent SAS from producing a set?
You need to create an In List that it is to be later used in a Where Clause that includes all the Regions that begin with the letter A from the sashelp.shoes table. Using PROC SQL with an into clause create the following string from the sashelp.shoes table using the variable region “AFRICA”,”ASIA”,…..