Versions Compared

Key

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

...

The following figure illustrates the execution of Universal Message Translator from a z/OS Universal Command Manager.

<pre>
//S1 EXEC UCMDPRC        
//SCRIPTDD DD *        
/opt/universal/ucmdsrv-2.2.0/bin/umet -file /home/log.file -table\
/home/umet.table -level verbose    
/*       
//SYSIN    DD  *       
-host dallas      
-script SCRIPTDD  
-userid joe 
-pwd abcdefg  
/*   
</pre>
Panel
Html bobswift

Anchor
1031395
1031395
Universal Message Translator is executed in order to interrogate a log file and set the return code based on the translation table.

...

The script options used in this example are:

...

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

...

:

...

Option

...

...

Description

...

...

...

...

...

Input message file name. If the option is not specified, UMET reads its input from stdin.

...

...

...

...

...

Translation table file name.

...

...

...

...

...

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;

Level of messages that will be displayed.

Anchor
1036065
1036065
SYSIN Options

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

...

:

...

...

Option

...

...

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;

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

...

...

...

...

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;

...

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

...

...

...

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;

...

Remote user ID with which to execute the command.

...

...

...

...

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;

...

Password for the user ID.

Anchor
1033453
1033453
Components

...