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 is the problem of ordered sequential files access?
Whats the difference between search & search ALL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
How many bytes S(8) comp field occupy and its maximum value?
Write a program to explain size error.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How can you get the ksds file records into your cobol program?
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
Explain how you can characterize tables in cobol?
Define cobol?
Name the divisions, which are available in a cobol program?
What is the difference between comp and comp-3 usage?
What rules are followed by the search verb.
Discuss about changing dataset name in proc.
Write a program that uses move corresponding.