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


Example 2: REPORT SOURCEID (SYSMODIDS operand not specified)

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

Assume that you want to find out the source IDs associated with SYSMODs in target zone TGT2, but you are not interested in knowing the specific SYSMODs that each SOURCEID is assigned to. You can use the following commands:
SET BDY(GLOBAL).
REPORT SOURCEID
       ZONES(TGT2).

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

Figure 1. Example of a SOURCEID report (SYSMODIDS operand not 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 TGT2


________________________SOURCEIDS_________________________

PUT0606   PUT0607   PUT0608   PUT0701   PUT0702   PUT0703
PUT0704

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 not specified)
SET BDY(TGT2).
RESETRC.
LIST SYSMOD SOURCEID(
                     PUT0606
                     PUT0607
                     PUT0608
                     PUT0701
                     PUT0702
                     PUT0703
                     PUT0704
                    ).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014