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
Answers were Sorted based on User's Feedback
Answer / ram g
O is the right answer...when condition is true in
umtil...loop will comeout...
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / 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 |
Answer / harish
hi,
according to me i think its b. 1 times
initially times-counter is 1 > 0
so its right
condition satisfies
pls correct me if i am wrong
HARISH POOMGAME SHIVAPPA
NIIT TECHNOLOGY
KOLKATA
Is This Answer Correct ? | 1 Yes | 9 No |
What is LENGTH in COBOL II?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
How is sign stored in a COMP field ?
What are VS COBOL 11 special features?
File status must be checked both while opening and reading the file or only while reading the file?
explain sorting techniques in cobol program?
When is inspect verb is used in cobol?
9(2).99 how many bytes take? Why . consider as a byte?
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
if someone is using my file,how can i find which user id is using?
Whtz the specialty of 77 level number ?
is it possible to rename 01 level?