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


Please Help Members By Posting Answers For Below Questions

how do you reference the ksds vsam file formats from cobol programs

669


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

681


What is redefines clause in COBOL?

851


Mention the guidelines to write a structured cobol program?

622


How do you define a variable of comp-1 and comp-2?

709






Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


What are the different types of condition in cobol and write their forms.

660


What are 77 levels used for?

661


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

678


What is the local-storage section?

685


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


What is cobol?

750


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

934


What is the usage of comp fields in cobol?

662


What is comp-1 and comp-2?

766