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
i need a small 3d program using inline and outline.
Difference between array and sub-script ?
Mention the guidelines to write a structured cobol program?
What is Pic 9v99 Indicates in COBOL?
What is the compute verb? How is it used?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between Global and External Variables?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the local-storage section?
Name the sections present in data division.
Name the divisions, which are available in a cobol program?
Write a program to explain size error.
What is the usage of comp fields in cobol?
What is amode(24)?
i want a program using by if, evaluate , string, unstring, perform, occurs?