Consider the following COBOL entries
05 X PIC 99 VALUE 10.
ADD 40 X TO X.
COMPUTE X = 3 * X - 40.
The result in X is
Answer Posted / ad
110
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
What are various search techniques in cobol? Explain.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is a scope terminator give example?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
In COBOL, what is the different between index and subscript?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Mention the guidelines to write a structured cobol program?
What are the different open modes available in cobol?
What is the difference between external and global variables in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the rrds file formats from cobol programs
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How many bytes S(8) comp field occupy and its maximum value?