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 / kiran
5 times
why bcoze once para-A I times executed,initially the value
of i=5;
5 time para -A executed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
how to convert the recors form vsam file to db2 table tru file aid
Difference between array and sub-script ?
What rules are to be followed while using the corresponding options?
Write a program that uses move corresponding.
What are all the divisions of a COBOL program?
How arrays can be defined in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Why occurs cannot be used in 01 level 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
what is search and searchall?what is the diffrence between them?give an best example?
How to know whether the module is dynamical or statistical?
What is the difference between binary search and sequential search?