what is the difference between compiler and interpreter?
give any one example (software product) that act as a
interpreter?
Answer Posted / harry(09819467068)
a compiler and interpreter both convert the source code o machine language but the difference is the compiler compiles and displays he error all in a once in the same window for the whole program but the interpreter displays the error as it goes on coding each line and displays the next line after the error in the present line is checked and verified.
call me if u have any questions or doubts on this subject of information technology on 09819467068
| Is This Answer Correct ? | 23 Yes | 10 No |
Post New Answer View All Answers
how would you determine the number of missing or nonmissing values in computations? : Sas programming
how would you create multiple observations from a single observation? : Sas programming
what are 5 ways to perform a table lookup in sas? : Sas-administrator
Where do you use proc means over proc freq?
Hello, I have PROC SQLs results group by 3 fields and I use SUM and COUNT functions in SQL. The problem is when I try to display my result with PROC TABULATE. I am getting very big numbers. I believe I make a mistake some where in Tabulate. Here is my Proc Tabulate. PROC TABULATE DATA=OUT04_05 FORMAT=12.; CLASS YR CENTRE VISA / PRELOADFMT EXCLUSIVE; VAR NEWUSER FRAUD TRANSFER AUTUSER REISSUE; TABLE CENTRE ALL, (YR ALL)*VISA, (NEWUSER*F=COMMA12. AUTUSER*F=COMMA12. FRAUD*F=COMMA12. TRANSFER*F=COMMA12. REISSUE*F=COMMA12.) / MISSTEXT={LABEL='0'} PRINTMISS RTS=20; FORMAT VISA VISAFMT.; KEYLABEL SUM = ' ' ALL = 'TOTAL'; LABEL YR = 'DATE YEAR' NEWUSER = 'TOTAL NEW ACCT' TRANSFER = 'TOTAL TRANSFER' FRAUD = 'TOTAL FRAUD TRANSFER' AUTUSER = 'TOTAL AUTH USERS' REISSUE = 'TOTAL REISSUE'; When I code it like : NEWUSER*N*F=COMMA12. AUTUSER*N*F=COMMA12. I get same amount numbers but to find a NEWUSER I use COUNT(*) and to find AUTUSER I use SUM(xxxx) function so both result shouldn’t be the same my problem is in this point. Could you tell me where the problem in code is. How can I display my result? TX.
What are the implications?
How do you convert basic cube to transaction cube and transaction cube to basic cube?
What is PROC in SAS?
How do dates work in SAS data?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
what is sas data set?
What does the trace option do?
what are several options for creating reports in web report studio? : Sas-bi
What do you code to create a macro? : sas-macro
What is interleaving in SAS?