How many times the loop runs here
01 a pic 9(2) value 1.
perform para1 until a=10
move 1 to a.
stop run.
para1:
move 10 to a.
Answer Posted / harish
It depends on two coditions with PERFORM WITH TEST BEFORE/AFTER.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
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
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 is the local-storage section?
Explain how to differentiate call by context by comparing it to other calls?
Mention the guidelines to write a structured cobol program?
How arrays can be defined in COBOL?
Can we change the password using ALTER? anyone tried and changed?
how to convert the recors form vsam file to db2 table tru file aid
What is the usage of comp fields in cobol?
What is the difference between Call and a Link?
How do define dynamic array in cobol.
What are the different types of condition in cobol and write their forms.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How you can read the file from bottom?