what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / anusha
complier executes all the set programme code at once where
as the interpreter executes after checking each line of
programme code and it also checks for errors....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Approximately what date is represented by the SAS date value of 730?
Mention how to limit decimal places for the variable using proc means?
What is the use of PROC gplot?
explain about various caches available in data integrator? : Sas-di
What are the differences between sum function and using “+” operator?
how to change the execute of macro
what is the purpose of _error_? : Sas programming
How to create an external dataset with sas code?
what does the run statement do? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
what is the difference between unique key and primary key? : Sas-di
What are common programming errors committed in sas
What are the default statistics for means procedure?
How would you determine the number of missing or nonmissing values in computations?