Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following figure illustrates the Universal Query for z/OS JCL procedure (UQRYPRC, located in the SUNVSAMP library) that is provided to simplify the execution JCL and future maintenance.


Panel


Html bobswift
<pre>
//UQRYPRC  PROC UPARM=,               &#45;&#45; UQUERY options
//             UCMDPRE=#SHLQ.UNV
//*
//PS1      EXEC PGM=UQUERY,PARM='ENVAR(TZ=EST5EDT)/&UPARM'
//STEPLIB  DD  DISP=SHR,DSN=&UCMDPRE..SUNVLOAD
//*
//UNVNLS   DD  DISP=SHR,DSN=&UCMDPRE..SUNVNLS
//UNVTRACE DD  SYSOUT=*
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//CEEDUMP  DD  SYSOUT=*
</pre>


The parameter UPARM is used to specify EXEC PARM keyword values for Universal Query. The PARM values to the left of the slash ( / ) character are IBM Language Environment parameters.

...

The following figure illustrates the Universal Query for z/OS JCL using the UQRYPRC JCL procedure, above.


Panel


Html bobswift
<pre>
//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC UQRYPRC
//SYSIN    DD  *
-i dallas
/*
</pre>



Job step STEP1 executes the procedure UQRYPRC.

...

The following figure illustrates the command line syntax — using the command line, long form of the configuration options — of UQUERY for z/OS.

<pre>
uquery
-host
<i>hostaddress</i>
 hostaddress
[
-port
<i>port</i>
 port]
[
-system_id
<i>ID</i>
 ID]
[
-ping
 {
<b>yes</b>|<b>no</b>
yes|no}]
[
-report
 {
<b>normal</b>|<b>fixed</b>
normal|fixed}]
[
-codepage
<i>codepage</i>
 codepage]
[
-level
 {
<b>trace</b>|<b>audit</b>|<b>info</b>|<b>warn</b>|<b>error</b>
trace|audit|info|warn|error}]
[
-lang
<i>language</i>
 language]
[
-managers
 {
<b>yes</b>|<b>no</b>
yes|no}]
[
-outboundip
<i>host</i>
 host]
[
-cmdid
<i>ID</i>
 ID]
[
-component
<i>ID</i>
 ID]

uquery
{ 
-help
 | 
-version
 }
</pre>
Panel
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift
Html bobswift