A LESS 1200 IF B GREATER 25 MOVE 47 TOC
ELSE MOVE 57 TO C
IF A GREATER 249 MOVE 67 TO C
ELSE NEXT SENTENCE ELSE IF B LESS 67
MOVE 27 TO C
What will be the value of C, when A is 137 and b is 25
Answer Posted / sachin
C Should be 57.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the usage of comp fields in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how do you reference the variable unblock file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between comp and comp-3 usage?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you define single dimensional array and multidimensional array in your cobol?
What type of SDLC u followed? Why?
Why would you use find and get rather than to obtain?
What guidelines should be followed to write a structured cobol prgm?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is link edit in cobol?
How do you differentiate between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
how do you reference the esds vsam file formats from cobol programs