Universal Query - zOS
Universal Query for z/OS
The Universal Query utility is used to list all active components on a remote server.
The output will be written to the SYSPRINT DD statement.
//S1 EXEC UQRYPRC
//SYSIN DD *
-host dallas
/*
All active component information for server dallas will be written to DD statement SYSOUT.
SYSIN Option
The SYSIN option used in this example is:
Option | Description |
|---|---|
Directs the command to a computer with a host name of dallas. |