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 / akhilesh
FRIENDS HAVE ATTENTION
DIRECTLY CODING 05 LEVEL ENTRY WILL SHOW ERROR
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the ksds vsam file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
How do you define a variable of comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
What are the different types of condition in cobol and write their forms.
What is the problem of ordered sequential files access?
what are decleratives in cobol?
what is difference between cobol and cobol/400
Write down the divisions of cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between perform … with test after and perform … with test before?
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
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What are the various section in data division and briefly explain them.