z/OS DFSMS Implementing System-Managed Storage
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example: FILTLIST section for database from storage group ACS routine

z/OS DFSMS Implementing System-Managed Storage
SC23-6849-00

Figure 1. FILTLIST Section for Database from Storage Group ACS Routine
/**********************************************************************/
/*  Start of FILTLIST Statements                                      */
/**********************************************************************/
FILTLIST CICS                INCLUDE(PCICS*.**)
                              EXCLUDE(**.DFHXRMSG,**.DFHXRCTL,**.LOADLIB,
                                      **.COB2CICS,**.COB2LIB,**.PLILINK,
                                      **.DFHJ01%,**.DFHRSD,**.DFHCSD,
                                      **.DFHINTRA,**.DFHTEMP)
FILTLIST DB2                 INCLUDE(PDB*.**)
                              EXCLUDE(*.*.DSNDB01.**,**.LOG*)
FILTLIST IMS                 INCLUDE(PIMS*.**)
                              EXCLUDE(**.LGMSG,**.OL*,**.QBLKS,
                                      **.RDS,**.SHMSG,
                                      **.SPA,**.WADS*,**.RECON)
FILTLIST SPECIAL_USERS       INCLUDE('SYSPROG','STGADMIN','DBA')
/**********************************************************************/
/*  End of FILTLIST Statements                                        */
/**********************************************************************/

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014