LOGAPPEND (JANUS DEFINE parameter): Difference between revisions
m (1 revision) |
mNo edit summary |
||
Line 1: | Line 1: | ||
<span class="pageSubtitle"><section begin="desc" />Open log dataset in APPEND mode<section end="desc" /></span> | |||
<span class="pageSubtitle"><section begin="desc" />Open log dataset in APPEND mode | |||
<var>LOGAPPEND</var> is a parameter on [[JANUS DEFINE]], which defines and sets characteristics of a Janus port. | <var>LOGAPPEND</var> is a parameter on <var>[[JANUS DEFINE]]</var>, which defines and sets characteristics of a Janus port. | ||
This parameter indicates that the | This parameter indicates that the <var class="product">[[Janus Web Server]]</var> log dataset for the port is to be opened in APPEND mode. | ||
This parameter is only available under MVS. Its chief advantage over using DISP=MOD on a DD card (or APPEND on the ALLOCATE command) is that MVS places an exclusive enqueue on a dataset opened with DISP=MOD. This means that a DISP=MOD dataset cannot be opened while the port is started for log analysis or downloading to a system where log analysis can be run. A log dataset with a DISP=SHR DD and specified as <code>LOGAPPEND</code> can be examined while the port is started. While there is no harm in specifying both <code>DISP=MOD</code> and <code>LOGAPPEND</code>, it defeats the purpose of the <var>LOGAPPEND</var> parameter. | This parameter is only available under MVS. Its chief advantage over using DISP=MOD on a DD card (or APPEND on the ALLOCATE command) is that MVS places an exclusive enqueue on a dataset opened with DISP=MOD. This means that a DISP=MOD dataset cannot be opened while the port is started for log analysis or downloading to a system where log analysis can be run. A log dataset with a DISP=SHR DD and specified as <code>LOGAPPEND</code> can be examined while the port is started. While there is no harm in specifying both <code>DISP=MOD</code> and <code>LOGAPPEND</code>, it defeats the purpose of the <var>LOGAPPEND</var> parameter. |
Revision as of 17:54, 1 March 2012
<section begin="desc" />Open log dataset in APPEND mode<section end="desc" />
LOGAPPEND is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.
This parameter indicates that the Janus Web Server log dataset for the port is to be opened in APPEND mode.
This parameter is only available under MVS. Its chief advantage over using DISP=MOD on a DD card (or APPEND on the ALLOCATE command) is that MVS places an exclusive enqueue on a dataset opened with DISP=MOD. This means that a DISP=MOD dataset cannot be opened while the port is started for log analysis or downloading to a system where log analysis can be run. A log dataset with a DISP=SHR DD and specified as LOGAPPEND
can be examined while the port is started. While there is no harm in specifying both DISP=MOD
and LOGAPPEND
, it defeats the purpose of the LOGAPPEND parameter.
Valid only for WEBSERV ports.