77 I pic 99 value 5
Perorm para-A I times.
Para -A.
move 10 to I.
How many times the para-A will be executed.?
Answer Posted / prachi
when it will execute perform statement for the first time,
the value in i is 5..Then it is moving 10 to i ..So when it
will execute the perform 2nd time...that time the value of
i is 10..so Para-A will be performed 11 times...
Please let me know my ans is correct or not...
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between binary search and sequential search?
What guidelines should be followed to write a structured cobol prgm?
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
What is the difference between perform … with test after and perform … with test before?
What is a SSRANGE and NOSSRANGE?
What is link edit in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How can you get the ksds file records into your cobol program?
How do we get current date from system with century in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between Global and External Variables?
Write down the divisions of cobol program?
example for sub strings ? and refernce modifications whit output pls