Versions Compared

Key

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

...

This example refreshes a Universal Event Monitor Server (uems) component on a remote system.

<pre>
//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC UCTLPRC
//SYSIN    DD  *    
-refresh uems -cmdid "ABC-dallas" -host dallas -userid joe -pwd akkSdiq
/*
</pre>
Panel
Html bobswift

...


This example refreshes a Universal Automation Center Agent (uag) component on a remote system.

<pre>
//jobname  JOB CLASS=A,MSGCLASS=X
//STEP1    EXEC UCTLPRC
//SYSIN    DD  *    
-refresh uag -cmdid "ABC-dallas" -host dallas -userid joe -pwd akkSdiq
/*
</pre>
Panel
Html bobswift

SYSIN Options

The SYSIN options used in these examples are:

...