UNSTRING 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 paragraph or a section. Alternatively, it could execute several blocks of code contained in a number of consecutive paragraphs by using the PERFORM THRU construct. You can use the PERFORM verb to execute a block […]

PERFORM statement in COBOL Program Read More »