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



how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTI..

Answer / guest

option d is correct.

Is This Answer Correct ?    9 Yes 0 No

how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTI..

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

how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTI..

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

how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTI..

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

Post New Answer

More COBOL Interview Questions

What is LENGTH in COBOL II?

2 Answers   CSC,


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.

2 Answers   IBM,


How is sign stored in a COMP field ?

3 Answers   Accenture,


What are VS COBOL 11 special features?

1 Answers  


File status must be checked both while opening and reading the file or only while reading the file?

2 Answers  






explain sorting techniques in cobol program?

0 Answers  


When is inspect verb is used in cobol?

0 Answers  


9(2).99 how many bytes take? Why . consider as a byte?

2 Answers  


Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?

1 Answers  


if someone is using my file,how can i find which user id is using?

4 Answers  


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


is it possible to rename 01 level?

4 Answers  


Categories