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
What is the Purpose of Pointer in the string?
What are the different data types in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between external and global variables in COBOL?
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.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is cobol?
What are 77 levels used for?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the local-storage section?
example for sub strings ? and refernce modifications whit output pls
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(31)
In which area will you utilize 88 level items in cobol?
Give some examples of command terminators?