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 / sivaram
It goes into loop since the variable takes the 10 in it
every time when it performs.Generally the variable should be
decremented by 1 for correct results.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
how do you reference the variable block file formats from cobol programs
How to use the same COBOL program in Batch and CICS on lines? explain with an example
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from 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 are various search techniques in cobol? Explain.
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How many sections are there in data division in COBOL?
Write a program to explain size error.
How are the next sentence and continue different from each other?
What are the different types of condition in cobol and write their forms.
Which mode is used to operate the sequential file?
How do we get current date from system with century in COBOL?
Difference between array and sub-script ?