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 / raj
10 times
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between PIC 9.99 and PIC9v99?
Which division and paragraphs are mandatory for a COBOL program?
What rules are followed by the search verb.
Write the code implementing the perform … varying.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is cobol?
State the various causes of s0c1, s0c5 and s0c7.
Name the sections present in data division.
What is Pic 9v99 Indicates in COBOL?
Difference between array and sub-script ?
explain sorting techniques in cobol program?
What is the difference between external and global variables in COBOL?