In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answer Posted / aji cherian
Before
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
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
Which Search verb is equivalent to PERFORM…VARYING?
What is link edit in cobol?
What is Pic 9v99 Indicates in COBOL?
Can we redefine the field of x(200) to less than 200?
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 difference between Structured COBOL Programming and Object Oriented COBOL programming?
When is inspect verb is used in cobol?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is a scope terminator give example?
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 structured cobol programming and object alternativelyiented cobol programming?
how to refer the data field?