XREF by Type reports for PSB and ACB(PSB)

The XREF by Type reports for PSBs and PSB-type ACBs contain information about the specified PSBs or PSB-type ACBs, the type, and the language information for each PSB or PSB-type ACB.

If a LIST PSB control statement is specified, the following two cross-reference reports are generated:
  • PSB XREF by Type - PSB Name Order report
  • PSB XREF by Type - Type Order report
If a LIST ACB control statement is specified, the following two cross-reference reports are generated:
  • ACB(PSB) XREF by Type - ACB(PSB) Name Order report
  • ACB(PSB) XREF by Type - Type Order report

Sample report: PSB Name Order report

This report lists the specified PSB names with the PSB type and language information about each PSB. For ALIAS-type members, the actual name is shown in parentheses. If the ALIAS-type member is specified by the INCLUDE option, the actual name is not shown.

Tip: The PSB LANGUAGE column indicates the language (LANG= value) in the decoded IMS PSBGEN utility control statement. You can use the PGM_COBOL option to change the LANG= value.

The following figure shows an example of the PSB XREF by Type - PSB Name Order report.

Figure 1. PSB XREF by Type - PSB Name Order report
IMS LIBRARY INTEGRITY UTILITIES - DBD/PSB/ACB REVERSAL       "PSB XREF BY TYPE   - PSB NAME ORDER"                       PAGE:     1
5655-U08                                                   DATE: 10/01/2021  TIME: 13.35.1                          FABNCODE - V2.R2
 
VOLUME=IMSVS   DSNAME=IMSVS.PSBLIB 
 
  PSBNAME   PSB TYPES             PSB LANGUAGE            PSBNAME   PSB TYPES             PSB LANGUAGE
  --------  --------------------  --------------          --------  --------------------  --------------
  ALBBPG0   TP DB                 ASSEMBLE/COBOL
  ALRFSEL0  TP DB                 ASSEMBLE/COBOL
  CBSLOAD0  TP DB GSAM            ASSEMBLE/COBOL
  DBACHQ01  TP DB                 ASSEMBLE/COBOL
  DBACHQ02  TP DB                 ASSEMBLE/COBOL
  DBAMAP02  TP DB                 ASSEMBLE/COBOL
  DBFSAMP2  DB                    ASSEMBLE/COBOL
  DBTMP301  TP DB                 ASSEMBLE/COBOL
  DBTMP302  TP DB                 PL/I
  DBTMP303  DB                    PL/I
  GSEDCTL0  TP DB GSAM            ASSEMBLE/COBOL
  KARENPSB  DB                    ASSEMBLE/COBOL
  MPRTCUS0  TP DB                 ASSEMBLE/COBOL
  NF2HA     TP DB                 ASSEMBLE/COBOL
  NHGSAM01  GSAM                  ASSEMBLE/COBOL
  NHGSAM02  GSAM                  PL/I
  NHGSAM03  TP DB GSAM            PL/I
  PSBCLSIL  DB                    PL/I
  PSBCRSIL  DB                    PL/I
  PSBP0010  TP DB GSAM            ASSEMBLE/COBOL
  PSBSMUAL  DB                    PL/I
  PSBSMURE  DB                    ASSEMBLE/COBOL
  PSBSMUUL  DB                    ASSEMBLE/COBOL
  PSBSTUIL  DB                    PL/I
  PSB01     TP DB GSAM            ASSEMBLE/COBOL
  PSB01A    TP                    ASSEMBLE/COBOL
  PSB02     TP DB GSAM            ASSEMBLE/COBOL
  X080015T  TP DB                 ASSEMBLE/COBOL
  ZDALK685  TP DB                 ASSEMBLE/COBOL

Sample report: Type Order report

This report lists the PSB types and the total number of the PSBs for each type, and the PSB names.

The following figure shows an example of the PSB XREF by Type - Type Order report.

Figure 2. PSB XREF by Type - Type Order report
IMS LIBRARY INTEGRITY UTILITIES - DBD/PSB/ACB REVERSAL       "PSB XREF BYTYPE   - TYPE   ORDER"                          PAGE:     1
5655-U08                                                   DATE: 10/01/2021  TIME: 13.35.1                          FABNCODE - V2.R2
 
VOLUME=IMSVS   DSNAME=IMSVS.PSBLIB 
 
  PSB TYPES             COUNT   PSBNAME
  --------------------  ------  --------------------------------------------------------------------------------------------------
  TP                         1  PSB01A
  DB                         9  DBFSAMP2  DBTMP303  KARENPSB  PSBCLSIL  PSBCRSIL  PSBSMUAL  PSBSMURE  PSBSMUUL  PSBSTUIL
  TP DB                     11  ALBBPG0   ALRFSEL0  DBACHQ01  DBACHQ02  DBAMAP02  DBTMP301  DBTMP302  MPRTCUS0  NF2HA     X080015T
                                ZDALK685
  GSAM                       2  NHGSAM01  NHGSAM02
  TP DB GSAM                 6  CBSLOAD0  GSEDCTL0  NHGSAM03  PSBP0010  PSB01     PSB02