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
How to print 10 to 1 if the input have only 10 digit number?
What is the local-storage section?
how do you reference the esds vsam file formats from cobol programs
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What are the different rules of SORT operation?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are literals?
What are the access modes of START statement?
How do you reference the following file formats from cobol programs?
What is the difference between comp and comp-3 usage?
What is the difference between goback, stop run and exit program in cobol?
what is search and searchall?what is the diffrence between them?give an best example?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Whats the difference between search & search ALL?
Difference between cobol and cobol-ii?