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
Differentiate between structured cobol programming and object-oriented cobol programming.
) what is the difference between AID and HANDLE AID?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
For rewrite, why is it mandatory that file needs to be opened?
What is inspect in cobol ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are various search techniques in cobol? Explain.
What is the LINKAGE SECTION used in COBOL?
How do get the result of your program directly on your pc?
Give some examples of command terminators?
how do you reference the esds vsam file formats from cobol programs
example for sub strings ? and refernce modifications whit output pls
How to use the same COBOL program in Batch and CICS on lines? explain with an example