Does SAS ?Translate? (compile) or does it ?Interpret?? Explain.
Answer Posted / koduri
sorry vsrao, its a interpret.
compile means it will execute once and display all errors,
interpret means it's check each line by line . suppose on
the middle of the program any error it's stop.(ex: _error_=1
always ie reasion)
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Which are the statements whose placement in the data step is critical?
Which command is used to save logs in the external file?
What are the functions which are used for character handling functions?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
How to create a permanent sas data set?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Difference between informat and format?
Mention how to limit decimal places for the variable using proc means?
how the sas basic syntax style described? : Sas-administrator
what is sas metadata repository? : Sas-bi
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
what does the run statement do? : Sas programming
what are several options for creating reports in web report studio? : Sas-bi
how do you want missing values handled? : Sas programming
How do you define proc in sas? : sas-grid-administration