z/OS DFSMS Implementing System-Managed Storage
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Designing the Storage Class Routine for IMS Data z/OS DFSMS Implementing System-Managed Storage SC23-6849-00 |
|
|
The HLQ identifies IMS™ data sets and the LLQ identifies data types requiring specialized performance and availability services. Figure 1 shows the FILTLIST section of the storage class ACS routine that identifies IMS database data sets for special services. Figure 1. FILTLIST Section
for IMS from Storage Class ACS
Routine
This is a common section run before processing IMS database data sets by type. It lets system programmers, database and storage administrators assign storage classes externally, and even allocate these data sets as non-system-managed. Figure 2 shows the ACS code. Figure 2. ACS Code to
Permit Special Users to Override SMS Allocation
Figure 1 shows the
logic to process IMS database
data sets by type. Only production database data sets are assigned
specialized services in this routine. The first character of the
data set's HLQ defines a production (P) or test (T) database data
set. The three low-order characters of the HLQ are set to IMS. The DSN mask defined in the
FILTLIST section for the data set type describes the data set type
in the LLQ. Consider the following when deciding on your naming conventions:
|
Copyright IBM Corporation 1990, 2014 |