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 order of application for output data set options, input data set options and SAS statements?
1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question
if i having variables named a b c d e f ,how to find total of each variable ????give syntax...??
what is TAB delimiter? explain about it? what will you do to get TAB delimiter?
in which companies SAS openings are there? List of companies using SAS technology.
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What are the ways to do a “table lookup” in sas?
What does error:1 mean?
What is program data vector (pdv) and what are its functions?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
Mention few ways with which a “table lookup’ is done in sas programming.
Explain the purpose of retain statement.