how many times PARA-A is performed :
PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1
UNTIL TIMES-COUNTER >0
PARA-A
MOVE P TO Q
MOVE H TO TIMES COUNTER
a.10
b.1
c.11
d.0

Answer Posted / suresh ramaiyan

At the first time the value of TIMES-COUNTER is 1, so the
PARA-A will not execute even a single time.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you reference the variable block file formats from cobol programs

680


What is the compute verb? How is it used?

653


When is inspect verb is used in cobol?

671


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?

1798


) How do u handle errors in BMS macro?

1425






What is the LINKAGE SECTION used in COBOL?

885


Can we redefine the field of x(200) to less than 200?

814


how do you reference the variable unblock file formats from cobol programs

743


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

637


Write a program that uses move corresponding.

668


How you can characterize tables in cobol?

710


What is the difference between Call and a Link?

694


In which area will you utilize 88 level items in cobol?

713


What are declaratives and what are their uses in cobol?

706


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

679