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 / guest
option d is correct.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
What are the different data types in cobol?
What are various search techniques in cobol? Explain.
What are the different rules to perform a Search?
Explain how you can characterize tables in cobol?
Explain about different table spaces.
how do you reference the printer file formats from cobol programs
What are the different rules for performing sort operation?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
How do get the result of your program directly on your pc?
What are the cobol coding sheets?
how do you reference the fixed unblock file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write some characteristics of cobol as means of business language.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?