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


Please Help Members By Posting Answers For Below Questions

What are various search techniques in cobol? Explain.

650


Name some of the examples of COBOl 11?

2688


What is inspect in cobol ?

806


How do you reference the following file formats from cobol programs?

699


Explain the configuration section of a cobol program with examples of syntax.

661






I have a File that has duplicate records. I need only those records that occur more than thrice.?

8668


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

1775


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5696


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

678


What is redefines clause in COBOL?

851


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1808


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

650


Write the code to count the sum of n natural numbers.

705


What is the compute verb? How is it used?

666


What is the Purpose of POINTER Phrase in STRING command in COBOL?

723