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 / vineet pasricha
It will execute 10 times
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Describe the cobol database components?
What are 77 levels used for?
how do you reference the variable unblock file formats from cobol programs
What is the compute verb? How is it used?
What is report-item in COBOL?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
When is inspect verb is used in cobol?
what are decleratives in cobol?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
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 a binary search and a sequential search? What are the pertinent cobol commands?
i need a small 3d program using inline and outline.
Which is not true about evaluate statement
how to move the records from file to array table. give with code example
Which Search verb is equivalent to PERFORM…VARYING?