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 are INPUT PROCEDURE and OUTPUT PROCEDURE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is the difference between comp and comp-3?
what are decleratives in cobol?
What kind of error is trapped by on size error option?
What is inspect in cobol ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to know whether the module is dynamical or statistical?
What is a SSRANGE and NOSSRANGE?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between next sentence and continue in cobol programing language?
What do you understand by psb and acb?
What is the difference between comp and comp-3 usage?
How do you differentiate between cobol and cobol-ii?