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


Please Help Members By Posting Answers For Below Questions

Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1693


Why occurs cannot be used in 01 level in COBOL?

708


example for sub strings ? and refernce modifications whit output pls

1838


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

668


Why would you use find and get rather than to obtain?

677






What is the difference between goback, stop run and exit program in cobol?

914


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1915


what is the use of outrecord?

1765


How do you differentiate between cobol and cobol-ii?

647


Discuss about changing dataset name in proc.

757


how to access the file from prodution from changeman tool and to submit a file to production

6667


What is the difference between comp and comp-3?

692


What is a scope terminator give example?

652


Can we change the password using ALTER? anyone tried and changed?

1538


Write a program to enter and display the names of students in a class using the occurs clause.

645