COMPUTE X = A * B - C * D and
COMPUTE X = (A * B) - (C * D)
(a) Are not the same
(b) Are same
(c) Syntactically wrong
(d) Will yield a run time error
Answer Posted / guest
b
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
Difference between cobol and cobol-ii?
What is perform what is varying?
) How do u handle errors in BMS macro
What rules are followed by the search verb.
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Write the code to count the sum of n natural numbers.
how do you reference the variable unblock file formats from cobol programs
What type of SDLC u followed? Why?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
IF I mention stop run in CICS what happens?
What is report-item in COBOL?
Write a program that uses move corresponding.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do u write test cases?