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 / 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 |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
example for sub strings ? and refernce modifications whit output pls
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How do you differentiate between cobol and cobol-ii?
) how do u code after getting data?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Have you used comp and comp-3 in your project? And how?
When is inspect verb is used in cobol?
What is the difference between perform … with test after and perform … with test before?
What are literals?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
In which area will you utilize 88 level items in cobol?