ConnectToOnline command

From m204wiki
Revision as of 14:20, 3 November 2022 by Ekern (talk | contribs) (Created page with "__TOC__ <div style="text-align: left; text-indent: 0; padding: 0 0 0 0; margin: 10px 0 10px 0;"> {| |width="50%"| <span class="f_Label">'''Action:'''</span> |width="50%"| <sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Connect to an online that has issued TN3270 DEBUG WAIT by specifying a user number and optionally a worker.

Syntax:

connectToOnline userNo [worker]

Where:

  • userNo is the user number from TN3270 DEBUG WAIT.
  • worker is the name of the worker to use (defaults to 'default').

Both parameters may be specified as a constant, macro variable or macro function.

Client menu: Execution->ConnectToOnline...
Introduced: Build 69