Start of changeExample: Generating PSB maps, PSB reports, and a PSB summary report for the IMS catalog databaseEnd of change

Start of changeThe following figure shows a JCL example for the map function for the IMS catalog database.End of change

The following example is for generating maps and reports of the specified PSB with the TIMESTAMP parameter in the IMS catalog database.

Figure 1. Example of generating PSB maps, PSB reports, and a PSB summary report for an instance in the IMS catalog database
//CATMANJ    JOB .......
//STEP     EXEC PGM=FABXCATM
//STEPLIB  DD DSN=HPS.SHPSLMD0,DISP=SHR
//         DD DSN=IMS15.SDFSRESL,DISP=SHR
//         DD DSN=ITB.SGLXLOAD,DISP=SHR
//DFSRESLB DD DSN=IMS15.SDFSRESL,DISP=SHR
//IMS      DD DSN=PROD.PSBLIB,DISP=SHR
//         DD DSN=PROD.DBDLIB,DISP=SHR
//DFSVSAMP DD *
0512,9
1024,9
2048,9
4096,9
16384,9
32768,9
IOBF=(2048,4,N,N)
IOBF=(4096,4,N,N)
IOBF=(8192,4,N,N)
IOBF=(32000,4,N,N)
/*
//PROCLIB  DD DSN=IMS15.PROCLIB
//RECON1   DD DSN=PROD.RECON1,DISP=SHR
//RECON2   DD DSN=PROD.RECON2,DISP=SHR
//*
//FABXCRP0 DD SYSOUT=*
//FABXCRP1 DD SYSOUT=*
//FABXCRP2 DD SYSOUT=*
//FABXPPRM DD *
DLI,FABXCATM,DFSCP000,,,,,,,,,,,Y,N,,,,,,,,,,,,,DFSDF=CAT
//FABXCIN DD *
  PROC   FUNC=MAP,INPUT=CATALOG_DB
  REPORT MAP_REPORT=YES
  PSB NAME=PSB001,INSTANCE_TIMESTAMP=2306521040977
  END                     
/*