Open and close of multiple data sets at the same time
An OPEN or CLOSE macro can be used to begin or end processing of more than one data set. Simultaneous opening or closing is faster than issuing separate macros. However, additional storage space is required for each data set specified. The examples in Processing compressed-format data sets and Closing three data sets at the same time show how to code simultaneous open and close operations.