In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?

Submitted by: Administrator
In COBOL II the optional clause WITH TEST BEFORE or WITH TEST AFTER can be added to all perform statements. By default the test is performed before the perform.
Submitted by: Administrator

Read Online Cobol Job Interview Questions And Answers