In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answer Posted / shubha
here Before is default,but if After is mentioned then
condition will be checked after perform execution.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
How many sections are there in data division in COBOL?
How to print 10 to 1 if the input have only 10 digit number?
What is inspect in cobol ?
What type of SDLC u followed? Why?
how do you define single dimensional array and multidimensional array in your cobol?
) How do u handle errors in BMS macro?
In COBOL, what is the different between index and subscript?
how do you reference the variable block file formats from cobol programs
A table has two indexes defined. Which one will be used by the SEARCH?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
In COBOL programming, what is PERFORM? What is VARYING?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
what is the use of outrecord?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that