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 / rams

I tried this code. It executed 11 times...

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how to differentiate call by context by comparing it to other calls?

683


What kind of error is trapped by on size error option?

740


how can i see junk values in dclgen or in hostvariable of comp ?

2542


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

2093


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.

1699






What is the difference between Call and a Link?

696


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

629


How do u write test cases?

1633


What is static and dynamic call in cobol?

592


Write down the divisions of cobol program?

666


What is amode(31)

718


What is amode(24)?

682


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

2730


Mention the guidelines to write a structured cobol program?

618


What is the difference between PIC 9.99 and 9v99 in COBOL?

730