SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 1: REPORT SOURCEID (SYSMODIDS operand specified)

SMP/E for z/OS Commands
SA23-2275-01

Assume that you want to find out which source IDs are associated with SYSMODs in target zone TGT1, and you want to know which SYSMODs each source ID is assigned to. You can use the following commands:
SET BDY(GLOBAL).
REPORT SOURCEID
       ZONES(TGT1)
       SYSMODIDS.

Figure 1 is an example of the report SMP/E writes:

Figure 1. Example of a SOURCEID report (SYSMODIDS operand specified)
PAGE nnnn  - NOW SET TO zzzzzz ZONE nnnnnnn  DATE mm/dd/yy TIME hh:mm:ss SMP/E 36.nn SMPLIST OUTPUT

          SOURCEID REPORT FOR TARGET ZONE TGT1

NOTE: * - INDICATES THE SYSMOD HAS MULTIPLE SOURCEIDS

SOURCEID    _________________SYSMOD NAMES__________________

PUT0703     UZ00023*  UZ00024   UZ00035   UZ00037   UZ00039
            UZ00052   UZ00073   UZ00076   UZ00077

SMCREC      UZ00015   UZ00023*  UZ00044

SMP/E also writes the commands shown in Figure 2 to the SMPPUNCH data set:

Figure 2. Example of SMPPUNCH output for REPORT SOURCEID (SYSMODIDS operand specified)
SET BDY(TGT1).
RESETRC.
LIST SYSMOD SOURCEID(
                     PUT0703
                     SMCREC
                    ).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014