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


Example 3: List specific entries

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

Suppose you encounter a problem on your system and need to determine whether SYSMOD UR12345 has been installed in target zone TGT1. To do this, use the LIST command with the SYSMOD operand and the SYSMOD ID, as shown:
SET      BDY(TGT1)          /* Set to target zone.      */.
LIST     SYSMOD(UR12345)    /* List this SYSMOD.        */.

If you want to check for that SYSMOD in the all the zones defined to the global zone, add the ALLZONES operand to the previously shown LIST command. (The global zone or any zone defined to it can be specified on the SET command.)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014