what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / rekha
1.An compiler interprets the higher level language to
machine understandable language.
2.compiler compils entire code at atime,but interpreter
interprets the code line by line.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell e how how dealt with..
What is connection profile? : sas-grid-administration
what are 5 ways to perform a table lookup in sas? : Sas-administrator
How will you generate test data with no input data?
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;
how does sas handle missing values in sort order? : Sas programming
how to change the execute of macro
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
What areas of SAS are you most interested in?
What are the limitations for memory allocation for SAS variables
what type of graphs we will create(for 2+years candidates)?
What are the prime responsibilities of data integration administrator? : Sas-di
How to limit decimal places for the variable using proc means?
I have a dataset concat having variable a b & c. How to rename a b to e & f?