Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be
Answer Posted / sweta
Answer will be 10.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
In which area will you utilize 88 level items in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro
What is inspect in cobol ?
Write a cobol program making use of the redefine clause.
Explain what you understand by passing by value.
What is the local-storage section?
How to remove 2 duplicate records and copy only one using job control language?
Write the code to count the sum of n natural numbers.
Why would you use find and get rather than to obtain?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is rmode(any) ?
What are 77 levels used for?