Executing a Command on a Different NetView
Almost all SA z/OS commands can specify the TARGET= parameter to force the command to execute on the target system.
If a command does not have this facility, for example the NetView LIST command, you can use PIPE labels
to send the command to the appropriate NetView, for example:
PIPE CC dom01: LIST STATUS | CONSOLE ONLYOr even:
PIPE CC dom01/auto1: LIST STATUS=OPS | CONSOLE ONLY