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 / ram g

O is the right answer...when condition is true in
umtil...loop will comeout...

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

709


What is the problem of ordered sequential files access?

693


what is the difference between COBOL2 AND COBOL390?

2447


What is a report item?

737


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1607






What are the pertinent COBOL commands?

2620


Are you comfortable in cobol or jcl?

639


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052


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

627


) How do u handle errors in BMS macro

1505


What is the LINKAGE SECTION used in COBOL?

885


How do define dynamic array in cobol.

669


What is redefines clause in COBOL?

844


What are the different open modes available in cobol?

713


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

647