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 difference between structured cobol programming and object alternativelyiented cobol?
What are the different rules to perform a Search?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do define dynamic array in cobol.
What is link edit in cobol?
Write the code implementing the perform … varying.
how do you reference the variable unblock file formats from cobol programs
What is amode(24)?
Which mode is used to operate the sequential file?
Can a Search can be done on a table with or without Index?
When is inspect verb is used in cobol?
Difference between array and sub-script ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) How do u handle errors in BMS macro?