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 / suputhru
Para -A.
move 10 to I.
display I.
it will move 10 to I upto 5 times.
10 20 30 40 50.
it will execute 5 times only.
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
) how do u code after getting data?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different types of condition in cobol and write their forms.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How do you define a variable of comp-1 and comp-2?
Write some characteristics of cobol as means of business language.
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between structured cobol programming and object alternativelyiented cobol?
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?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How do define dynamic array in cobol.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
how to convert the recors form vsam file to db2 table tru file aid