How many times the loop runs here
01 a pic 9(2) value 10.
perform para1 a times
stop run.
para1:
move 20 to a.
Answer Posted / guest
infinite loop
| Is This Answer Correct ? | 5 Yes | 12 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
how do you reference the variable unblock file formats from cobol programs
What are different data types in cobol?
Why occurs cannot be used in 01 level in COBOL?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
how do you reference the esds vsam file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
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
how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(any) ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
State the various causes of s0c1, s0c5 and s0c7.