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
What is the difference between external and global variables in COBOL?
In which area will you utilize 88 level items in cobol?
Define cobol?
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.
Can a Search can be done on a table with or without Index?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write down the divisions of cobol program?
What is redefines clause in COBOL?
What are the different types of condition in cobol and write their forms.
What is cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write some characteristics of cobol as means of business language.
How to remove 2 duplicate records and copy only one using job control language?
When is inspect verb is used in cobol?
What type of SDLC u followed? Why?