PQOSYS parameter: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (link repair)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Template:PQOSYS parameter subtitle}}
==Summary==
==Summary==
<dl>
<dl>
Line 10: Line 11:
<dd>All
<dd>All
<dt>Introduced
<dt>Introduced
<dd><var class="product">Model 204 V6.1</var> or earlier
<dd><var class="product">Model 204 V3.2.1</var>
</dl>
</dl>
==Description==
==Description==
<p>Whether <var class="product">Model&nbsp;204</var> uses special record security keys for Parallel Query Option/204 remote users </p>
<p>
<p>Valid PQOSYS settings are:   </p>
Whether <var class="product">Model&nbsp;204</var> uses special record security keys for [[PQO|Parallel Query Option/204]] remote users </p>
<p>
Valid <var>PQOSYS</var> settings are: </p>
<table>
<table>
<tr><th>Setting</th><th>Meaning</th></tr>
<tr class="head"><th>Setting</th><th>Meaning</th></tr>
<tr><th align="right"><var>X'00'</var></th><td>No special record security key is generated. The system manager must ensure that record security keys for local and remote users are unique. </td></tr>
 
<tr><th align="right"><var>X'80'</var></th><td>
<tr><th><var>X'00'</var></th>
<p><var class="product">Model&nbsp;204</var> provides a special record security key for remote users.</p>
<td>No special record security key is generated. The system manager must ensure that record security keys for local and remote users are unique. </td></tr>
<p>The STORE, FIND, and FOR RECORD NUMBER statements use a record security key that is a concatenation of the user's record security ID (either their login user ID or their record security key from a subsystem definition) with a period (.) followed by the value of the CCAIN LOCATION parameter of the user's node. </p>
 
<p>Trailing blanks are stripped from both the record security ID and the  LOCATION part of the record security key.</p>
<tr><th><var>X'80'</var></th>
<p>For local users, the record security key is the user's usual record security ID (that is, without any concatenation). </p>
<td><var class="product">Model&nbsp;204</var> provides a special <var>[[Model 204 security features#Record security|record security]]</var> key for remote users.
<p>
The <var>Store</var>, <var>Find</var>, and <var>For Record Number</var> statements use a record security key that is a concatenation of the user's record security ID (either their login user ID or their record security key from a subsystem definition) with a period (<tt>.</tt>) followed by the value of the CCAIN <var>LOCATION</var> parameter of the user's node. </p>
<p>
Trailing blanks are stripped from both the record security ID and the  <var>[[LOCATION parameter|LOCATION]]</var> part of the record security key.</p>
<p>
For local users, the record security key is the user's usual record security ID (that is, without any concatenation). </p>
</td></tr>
</td></tr>
</table>
</table>
<p>You cannot reset PQOSYS after the <var class="product">Model&nbsp;204</var> run is initialized. </p>
<p>
<p>Setting PQOSYS to X'80' requires extra disk space, because the value of each record security key stored by the system includes the period sign and the LOCATION parameter. Setting PQOSYS to the default minimizes disk space use. </p>
You cannot reset <var>PQOSYS</var> after the <var class="product">Model&nbsp;204</var> run is initialized. </p>
[[Category:System Parameters]]
<p>
Setting <var>PQOSYS</var> to X'80' requires extra disk space, because the value of each record security key stored by the system includes the period sign and the <var>LOCATION</var> parameter. Setting <var>PQOSYS</var> to the default minimizes disk space use. </p>
 
[[Category:System parameters]]
[[Category:Parameters]]
[[Category:Parameters]]

Latest revision as of 21:01, 7 April 2017

Parallel query system options

Summary

Default value
X'00'
Parameter type
System
Where set
On User 0's parameter line on the node where file is located
Related products
All
Introduced
Model 204 V3.2.1

Description

Whether Model 204 uses special record security keys for Parallel Query Option/204 remote users

Valid PQOSYS settings are:

SettingMeaning
X'00' No special record security key is generated. The system manager must ensure that record security keys for local and remote users are unique.
X'80' Model 204 provides a special record security key for remote users.

The Store, Find, and For Record Number statements use a record security key that is a concatenation of the user's record security ID (either their login user ID or their record security key from a subsystem definition) with a period (.) followed by the value of the CCAIN LOCATION parameter of the user's node.

Trailing blanks are stripped from both the record security ID and the LOCATION part of the record security key.

For local users, the record security key is the user's usual record security ID (that is, without any concatenation).

You cannot reset PQOSYS after the Model 204 run is initialized.

Setting PQOSYS to X'80' requires extra disk space, because the value of each record security key stored by the system includes the period sign and the LOCATION parameter. Setting PQOSYS to the default minimizes disk space use.