Close Topic

The Close Topic function closes the topic archive associated with the session handle.

Call Format

CALL 'EXCCLT' USING RETURN-STATUS-BLOCK,

SESSION-HANDLE

CLOSE-TOPIC.

CLOSE-TOPIC

The request block for the Close Topic function is illustrated below. The copy book name is EXCCLT.

01 CLOSE-TOPIC.

05 REQUEST-BLOCK-ID PIC X(4) VALUE '$CLT'.

05 REQUEST-BLOCK-VERSION PIC X(4) VALUE '0630'.

05 REQUEST-BLOCK-LENGTH PIC S9(8) COMP VALUE +12.