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 / ssampath
110
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
What are the cobol coding sheets?
What is the Purpose of Pointer in the string?
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.
What are the different rules for performing sort operation?
What is the difference between comp and comp-3?
Name the sections present in data division.
What is amode(31)
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Write a program to enter and display the names of students in a class using the occurs clause.
Why did you choose to work with ibm mainframe cobol programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What are the different rules of SORT operation?
What are the different types of condition in cobol and write their forms.
Write down the divisions of cobol program?