Previous Topic: CALL to Subroutine SHRKHCX

Next Topic: CALL to Subroutine SHRINKZ


CALL to Subroutine SHRKHCC

SHRKHCC frees the small dynamic area acquired by SHRKHCS or SHRKHCS subroutines. This call should be used by online applications when they finish processing. SHRKHCC accepts one parameter—the work area (WRK) used by SHRKHCS or SHRKHCS. The following are model statements for calling SHRKHCC:

Assembler Language

CALL SHRKHCC,(WRK),VL

COBOL

CALL 'SHRKHCC' USING WRK.

PL/I Optimizer

CALL SHRKHCC(WRK);