Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

This example runs UCHGRLS with the default values, following installation of 0UNV511 with 0UNV410 existing on the system.


Panel
Html bobswift
<pre>
UNVPRD511/UCHGRLS
</pre>


This example runs UCHGRLS to revert back to 0UNV320 for the default names in QSYS with 0UNV511 installed. (This should be done prior to re-installing 0UNV511, assuming that 0UNV320 remains installed on the system.)


Panel
Html bobswift
<pre>
UNVPRD511/UCHGRLS SETTAGVRM(511) RMVTAGVRM(320)
</pre>


This example runs UCHGRLS to change the 0UNV511 commands in QSYS to the default names and to tag the 0UCM121 and 0UEN121 commands in QSYS with 121.


Panel
Html bobswift
<pre>
UNVPRD511/UCHGRLS SETTAGVRM(121) RMVTAGVRM(511)
</pre>


This example runs UCHGRLS to set the 0UNV511 commands in QSYS to the default names, where 0UNV511 is the first Workload Automation installation on an IBM i system.


Panel
Html bobswift
<pre>
UNVPRD511/UCHGRLS SETTAGVRM(*NEW) RMVTAGVRM(511)
</pre>