Name statements that are recognized at compile time only?
Answer Posted / 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 View All Answers
what type of graphs we will create(for 2+years candidates)?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What are the difference between the sas data step and sas procs?
Are you sensitive to code walk-throughs peer review or QC review?
What is the function of output statement in a SAS Program?
What is the difference between using drop = data set option in data statement and set statement?
What is the purpose of _character_ and _numeric_?
for what purpose would you use the retain statement? : Sas programming
What is program data vector (pdv)?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is a pdv and what are its functions?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
What do the SAS log messages "numeric values have been converted to character" mean?
What is data _null_?
Why double trailing @@ is used in input statement?