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
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?
What rules are to be followed while using the corresponding options?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between Call and a Link?
Give some examples of command terminators?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the LINKAGE SECTION used in COBOL?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
what are decleratives in cobol?
how to convert the recors form vsam file to db2 table tru file aid
explain sorting techniques in cobol program?
How do define dynamic array in cobol.
) what is the difference between AID and HANDLE AID?