LOCATION parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
Line 20: Line 20:
The <var>LOCATION</var> parameter is specific to PQO users. It is required for <i>both</i> clients and servers. The <var>LOCATION</var> value must be unique and from one to eight characters in length. </p>
The <var>LOCATION</var> parameter is specific to PQO users. It is required for <i>both</i> clients and servers. The <var>LOCATION</var> value must be unique and from one to eight characters in length. </p>
<p>
<p>
The <var>LOCATION</var> parameter is used internally, is displayed to identify client users when a service thread issues a <var>[[LOGWHO_command|LOGWHO]]</var> command, and is used with <var>BUMP SUBSYSTEM</var>, <var>MONITOR SUBSYSTEM</var>, and <var>STOP SUBSYSTEM</var> to identify a service subsystem by its associated client. </p>
The <var>LOCATION</var> parameter is used internally, is displayed to identify client users when a service thread issues a <var>[[LOGWHO_command|LOGWHO]]</var> command, and is used with <var>[[BUMP_command|BUMP SUBSYSTEM]]</var>, <var>[[MONITOR_command:_Subsystems|MONITOR SUBSYSTEM]]</var>, and <var>[[STOP_command:_Stopping_an_application_subsystem|STOP SUBSYSTEM]]</var> to identify a service subsystem by its associated client. </p>
<p>
<p>
The <var>LOCATION</var> parameter value does <i>not</i> have to match the value specified for any <var>DEFINE FILE</var> command <var>LOCATION</var> parameter or for any remote file specification (<var><i>filename</i> AT <i>location</i></var>). </p>
The <var>LOCATION</var> parameter value does <i>not</i> have to match the value specified for any <var>[[define_file_command|DEFINE FILE]]</var> command <var>LOCATION</var> parameter or for any remote file specification (<var><i>filename</i> AT <i>location</i></var>). </p>
<p>
<p>
<var>LOCATION</var> is viewable with <var>[[VIEW command|VIEW]]</var>, but it is not resettable. </p>
<var>LOCATION</var> is viewable with <var>[[VIEW command|VIEW]]</var>, but it is not resettable. </p>

Revision as of 12:54, 3 December 2014

D204 location

Summary

Default value
None
Parameter type
System
Where set
On User 0's parameter line
Related products
All
Introduced
Model 204 V3.2 or earlier

Description

LOCATION specifies the locally known name of a node (copy of Model 204) in a Parallel Query Option/204 (PQO) network

The LOCATION parameter is specific to PQO users. It is required for both clients and servers. The LOCATION value must be unique and from one to eight characters in length.

The LOCATION parameter is used internally, is displayed to identify client users when a service thread issues a LOGWHO command, and is used with BUMP SUBSYSTEM, MONITOR SUBSYSTEM, and STOP SUBSYSTEM to identify a service subsystem by its associated client.

The LOCATION parameter value does not have to match the value specified for any DEFINE FILE command LOCATION parameter or for any remote file specification (filename AT location).

LOCATION is viewable with VIEW, but it is not resettable.