ConnectToOnline command: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
 
Line 3: Line 3:


{|
{|
|width="50%"| <span class="f_Label">'''Action:'''</span>
|width="125px"| '''Action:'''
|width="50%"|
|width="575px"|
<span class="f_Para">Connect to an online that has issued [[TN3270 DEBUG WAIT|TN3270 DEBUG WAIT]] by specifying a user number and optionally a worker.</span>
<span class="f_Para">Connect to an online that has issued [[TN3270 DEBUG WAIT|TN3270 DEBUG WAIT]] by specifying a user number and optionally a worker.</span>



Latest revision as of 00:56, 26 January 2023

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