Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

-host

Directs the command to a computer with a host name of dallas.

Components

Universal Query

  • No labels