in cobol perform stmt whether it first checks the condition
or not
Answer Posted / sruthi
it will check condition frist if the condtion is false
contrl goes to body of the loop, if the condtion is true
contrl will goes to end perform
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
What are different data types in cobol?
) what is the difference between AID and HANDLE AID?
What is rmode(24)
Write the code to count the sum of n natural numbers.
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is a SSRANGE and NOSSRANGE?
what is the difference between COBOL2 AND COBOL390?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is amode(31)
What is static and dynamic call in cobol?
Write the code implementing the perform … varying.
how do you define single dimensional array and multidimensional array in your cobol?
How arrays can be defined in COBOL?