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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the utilization of copybook in cobol?
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?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is amode(24)?
Are you comfortable in cobol or jcl?
What is perform what is varying?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the different rules for performing sort operation?
how do you reference the printer file formats from cobol programs
What are the rules of the move verb?