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 / ram g
compiler wont support 05 level direct coding ..assuming
that its a 01 level .. ans is 40.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
What are the pertinent COBOL
What is the difference between goback, stop run and exit program in cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the rules of the move verb?
Describe the cobol database components?
What are the various section in data division and briefly explain them.
How do we get current date from system with century in COBOL?
What are the different data types in cobol?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is a report item?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
how to convert the recors form vsam file to db2 table tru file aid
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are the different rules for performing sort operation?