M204.2729

From m204wiki
Jump to navigation Jump to search

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