M204.2729: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 2: Line 2:


<P>
<P>
You cannot open a file that includes <var>FOPT</var> X'10' if the job does not support the date/time stamp feature.</P>
You cannot open a file that includes <var>[[FOPT parameter|FOPT]]</var> X'10' if the job does not support the date/time stamp feature.</P>


<p>
<p>
<b>File manager response:</b> To process a date/time stamp file in a run that does not support date/time stamp processing, exclude the <var>FOPT</var> X'10' bit. The date/time stamp field will not be automatically updated. Remember to reactivate date/time stamp processing with the <var>FOPT</var> X'10' bit for later runs that include the <var>DTSFN</var> parameter.</p>
<b>File manager response:</b> To process a date/time stamp file in a run that does not support date/time stamp processing, exclude the <var>FOPT</var> X'10' bit. The date/time stamp field will not be automatically updated. Remember to reactivate date/time stamp processing with the <var>FOPT</var> X'10' bit for later runs that include the <var>[[DTSFN parameter|DTSFN]]</var> parameter.</p>
<p>
<p>
<b>System manager response:</b> Provide the <var>DTSFN</var> parameter in the job stream when DTS processing is desired.
<b>System manager response:</b> Provide the <var>DTSFN</var> parameter in the job stream when DTS processing is desired.

Latest revision as of 23:30, 20 March 2018

M204.2729  Date time stamp file may not be opened when DTSFN not specified in run

You cannot open a file that includes FOPT X'10' if the job does not support the date/time stamp feature.

File manager response: To process a date/time stamp file in a run that does not support date/time stamp processing, exclude the FOPT X'10' bit. The date/time stamp field will not be automatically updated. Remember to reactivate date/time stamp processing with the FOPT X'10' bit for later runs that include the DTSFN parameter.

System manager response: Provide the DTSFN parameter in the job stream when DTS processing is desired.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages