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
Write the code to count the sum of n natural numbers.
What is the difference between PIC 9.99 and PIC9v99?
What are various search techniques in cobol? Explain.
Name the sections present in data division.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
In COBOL, what is the different between index and subscript?
what happens if parmparameter passes zero bytes to the program
What is the Purpose of Pointer in the string?
What are the rules of the move verb?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
When is inspect verb is used in cobol?
What rules are followed by the search verb.