Versions Compared

Key

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

...

The application log, from the previous day at 15:00 until current time, will be dumped to the stdout of the manager process to be archived.

<pre>
//S1 EXEC UCMDPRC
//LOGONDD  DD DISP=SHR,DSN=hlq.userid(userid)
//SCRIPTDD DD *
ueld -logtype APPLICATION -stime "*-1,15:00 PM"
//SYSIN    DD *
 -script SCRIPTDD
 -encryptedfile LOGONDD
 -host dallas
/*
</pre>
Panel
Html bobswift

The JCL procedure UCMDPRC is used to execute the ueld command. The command is sent to a remote system named dallas for execution. The UNVOUT DD in the UCMDPRC points to sysout, and is where the stdout of the remote command will be written. Additional command line options are read from the encrypted file allocated to DD LOGONDD.

...

The script options used in this example are:

...

:

...

...

Option

...

stylebackground-color: #F0F0F0; border-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: middle; width: 309.6pt;

...

Description

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Event log to be dumped.

...

...

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Starting date and time.

Anchor
1031991
1031991
SYSIN Options

Anchor
1031992
1031992
The SYSIN options used in this example are:

...

cellspacing0
stylemargin-top: 0.0pt; text-align: left; width: 100%;
classTable_with_Header

...

:

...

Option

...

...

Description

...

...

...

ddname from which to read a script file. The script file is sent to the remote system by UCMD Manager for execution

...

...

...

File from which to read an encrypted command options file.

...

...

styleborder-bottom-color: #E8E8E8; border-bottom-style: solid; border-bottom-width: 1px; border-left-color: #E8E8E8; border-left-style: solid; border-left-width: 1px; border-right-color: #E8E8E8; border-right-style: solid; border-right-width: 1px; border-top-color: #E8E8E8; border-top-style: solid; border-top-width: 1px; padding-bottom: 3pt; padding-left: 4pt; padding-right: 4pt; padding-top: 4pt; vertical-align: top;

...

Host name or IP address of the remote system on which to execute the script.

Components

Universal Command Manager for z/OS

...