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

What is the difference between external and global variables in COBOL?

1036


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

882


Define cobol?

1060


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.

2225


Can a Search can be done on a table with or without Index?

1035


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1728


Write down the divisions of cobol program?

826


What is redefines clause in COBOL?

1025


What are the different types of condition in cobol and write their forms.

858


What is cobol?

933


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

613


Write some characteristics of cobol as means of business language.

823


How to remove 2 duplicate records and copy only one using job control language?

965


When is inspect verb is used in cobol?

903


What type of SDLC u followed? Why?

1713