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
What is a scope terminator give example?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is a report item?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is rmode(any) ?
IF I mention stop run in CICS what happens?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Define cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is Pic 9v99 Indicates in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do we get current date from system with century in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
What is the compute verb? How is it used?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic