Example: CLOSE macro

This example shows how to close an ACB with a parameter list that may reside above 16 megabytes.
BLOCK1  ACB    .
               .
               RMODE31=ALL     VSAM control blocks and I/O buffers      x
               .               may be above 16 megabytes.
               .
        OPEN   BLOCK1,         OPEN/CLOSE parameter list may reside     x
               MODE=31         above 16 megabytes.
 
        CLOSE  BLOCK1,                                                  x
               MODE=31,                                                 x
               TYPE=T
The CLOSE parameters are: