FDWOL (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
Line 1: Line 1:
{{DISPLAYTITLE:FDWOL}}
{{DISPLAYTITLE:FDWOL}}
<span class="pageSubtitle"><section begin="desc" /><section end="desc" /></span>
<span class="pageSubtitle"><section begin="desc" />Do Find Without Locks on SDS ports<section end="desc" /></span>


FDWOL is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].
FDWOL is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. See the [[JANUS DEFINE#parmlist|List of JANUS DEFINE parameters]].


This parameter specifies that all FINDs done by the ''[[Janus Specialty Data Store]]'' are to be done as FIND WITHOUT LOCKS. This can minimize the impact of ''[[Janus Specialty Data Store]]'' applications on 3270 applications and reduce record locking conflicts caused by large ''[[Janus Specialty Data Store]]'' request. On the other hand, FDWOL could cause severe ''Model 204'' errors especially in reuse record number files. The default for SDS ports is no FDWOL.  
This parameter specifies that all FINDs done by the ''[[Janus Specialty Data Store]]'' are to be done as FIND WITHOUT LOCKS. This can minimize the impact of ''[[Janus Specialty Data Store]]'' applications on 3270 applications and reduce record locking conflicts caused by large ''[[Janus Specialty Data Store]]'' request. On the other hand, FDWOL could cause severe ''Model 204'' errors especially in reuse record number files. The default for SDS ports is no FDWOL.  

Revision as of 16:48, 11 March 2011

<section begin="desc" />Do Find Without Locks on SDS ports<section end="desc" />

FDWOL is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter specifies that all FINDs done by the Janus Specialty Data Store are to be done as FIND WITHOUT LOCKS. This can minimize the impact of Janus Specialty Data Store applications on 3270 applications and reduce record locking conflicts caused by large Janus Specialty Data Store request. On the other hand, FDWOL could cause severe Model 204 errors especially in reuse record number files. The default for SDS ports is no FDWOL.

Valid only for SDS (also known as OMNI and OAS) ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.