consider the following two statements
MOVE 10 TO N
PERFORM PARA-X N TIMES
STOP RUN
PARA-X
MOVE 5 TO N
how many times PARA-X willbe exicuted?
a.10
b.5
c.infinate
d.execution error
Answer Posted / rehan
I think it'll execute infinite times
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How do you define a variable of comp-1 and comp-2?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Define cobol?
What is static and dynamic call in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write a program to explain size error.
How do u write test cases?
How arrays can be defined in COBOL?
What is an in line perform? When would you use it? Anything else you wish to say about it.
what is the difference between COBOL2 AND COBOL390?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Give some examples of command terminators?
HOw can I get the negative sign while deduct high value from low value