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
What are the different rules for performing sort operation?
Which mode is used to operate the sequential file?
what are decleratives in cobol?
) how do u code after getting data?
Difference between array and sub-script ?
how do you reference the printer file formats from cobol programs
How to remove 2 duplicate records and copy only one using job control language?
Have you used comp and comp-3 in your project? And how?
What is the difference between Global and External Variables?
What is the LINKAGE SECTION used in COBOL?
how to convert the recors form vsam file to db2 table tru file aid
Write the code implementing the perform … varying.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Write the code to count the sum of n natural numbers.
How many sections are there in data division in COBOL?