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.

...

Anchor
1067068
1067068
The UEC started task, UECTLR, is started with the z/OS START command:

Panel
Html bobswift
<pre>
*S UECTLR*
</pre>

Anchor
1067195
1067195
Stopping UEC

Anchor
1067071
1067071
The UEC started task, UECTLR, is stopped with the z/OS MODIFY STOP command:

Panel
Html bobswift
<pre>
*P UECTLR*
</pre>

After the STOP command is issued, UEC may take several seconds to shut down.

...

Anchor
1067080
1067080
In the following example, the procedure name UECTLR is assumed:

Panel
Html bobswift
<pre>
*F UECTLR,APPL=DUMP*
</pre>

The DUMP command is used for diagnostic purposes. It should be executed only at the request of Stonebranch, Inc.

...

Anchor
1067089
1067089
In the example below, the procedure name UECTLR is assumed:

Panel
Html bobswift
<pre>
*F UECTLR,APPL=BROKERSTAT*
</pre>

Anchor
1067091
1067091
Alerts issued on-demand (by BROKERSTAT) are not sent to the I-Activity Monitor client. (When issued under normal processing by UEC, the alerts are sent to I-Activity Monitor.)

...