Versions Compared

Key

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

...

The following figure illustrates the Universal Message Translator for z/OS JCL.


Panel


Html bobswift
<pre>
//UMET     EXEC PGM=UMET,PARM='-TABLE TABLE'
//STEPLIB  DD  DISP=SHR,DSN=UNV.SUNVLOAD
//SYSPRINT DD  SYSOUT=*
//SYSOUT   DD  SYSOUT=*
//CEEDUMP  DD  SYSOUT=*
//TABLE    DD  DISP=SHR,MY.TRANS.TABLE
//SYSIN    DD  DISP=SHR,MY.MSG.FILE
</pre>



UMET options are passed in with the PARM keyword on the EXEC statement.

...

The following figure illustrates the syntax - using the long form of command line options - of UMET for z/OS.


html-bobswift <i>table</i>
 table
[
-file
<i>messages</i>
 messages]
[
-ignorecase
]
[
-level
 {
<b>verbose</b>|<b>info</b>|<b>warn</b>|<b>error</b>
verbose|info|warn|error}]

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