Consider the following:
77 W-NUM PIC 9 VALUE 0
------
MOVE 1 TO W-NUM
PERFORM PARA-X UNTIL W-NUM > 9.
------
PARA-X
ADD 1 TO W-NUM
How many times PARA-X is executed ?
Answer Posted / ram.g
sorry for my wrong ans..
it will be in the infinite loop...
should use different ws variables..
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Define cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain what you understand by passing by value.
What is static and dynamic call in cobol?
When is inspect verb is used in cobol?
What are the pertinent COBOL
What is the difference between PIC 9.99 and 9v99 in COBOL?
) How do u handle errors in BMS macro?
Write a program that uses move corresponding.
What are the rules of the move verb?
What are the different rules for performing sort operation?
What do you understand by psb and acb?
In COBOL, what is the different between index and subscript?
Explain the configuration section of a cobol program with examples of syntax.