What is an in line PERFORM? When would you use it? Anything
else to say about it?
Answer Posted / sreenath
perform until <cond>
<stmt>
<stmt>
end perform.
-the stmts which are between perform & end perform will be
executed till the specified cond is satisfied.
-there should be no periods between perform & end perform.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we redefine the field of x(200) to less than 200?
Describe the cobol database components?
Name the sections present in data division.
Why would you use find and get rather than to obtain?
How are the next sentence and continue different from each other?
What are the different data types in cobol?
i need a small 3d program using inline and outline.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What do you understand by psb and acb?
What are the different open modes available in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can you please let me know the centre name of INS certification in Kolkata.
What are various search techniques in cobol? Explain.
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?
Which is not true about evaluate statement