PERFORM Statement

PERFORM statement in COBOL Program

PERFORM statement transfers control to a block of code that will be executed just once. This could either be a…

5 years ago