in cobol perform stmt whether it first checks the condition
or not
Answer Posted / deepa
If TEST BEFORE option is used the condition is checked
first.
If TEST AFTER option is used the condition is checked later.
Default is TEST BEFORE
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Which mode is used to operate the sequential file?
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Explain about different table spaces.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the Purpose of Pointer in the string?
Describe the cobol database components?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Mention the guidelines to write a structured cobol program?
What is report-item in COBOL?
what happens if parmparameter passes zero bytes to the program