M204.0339: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
No edit summary
 
Line 1: Line 1:
{{Template:M204.0339 skeleton}}
{{Template:M204.0339 skeleton}}
<P>
<P>
Model 204 cannot find the CCASTAT data set during initialization. This will prevent Model&nbsp;204 from coming up if logins are required. Logins are required if the SYSOPT parameter includes option 16. </P>
Model 204 cannot find the [[Storing_security_information_(CCASTAT)|CCASTAT]] data set during initialization. This will prevent Model&nbsp;204 from coming up if logins are required. Logins are required if the <var>[[SYSOPT parameter|SYSOPT]]</var> parameter includes option 16. </P>
<p>
<p>
<b>System manager response:</b> You must provide a CCASTAT data set if logins are required. </p>
<b>System manager response:</b> You must provide a CCASTAT data set if logins are required. </p>

Latest revision as of 23:32, 22 February 2018

M204.0339  CCASTAT dataset missing

Model 204 cannot find the CCASTAT data set during initialization. This will prevent Model 204 from coming up if logins are required. Logins are required if the SYSOPT parameter includes option 16.

System manager response: You must provide a CCASTAT data set if logins are required.

  • Run the ZBLDTAB program to create a CCASTAT data set if one does not exist.
  • For z/OS systems, insert a DD statement for CCASTAT into your startup JCL and rerun Model 204.
  • For z/VSE systems, insert the DLBL and EXTENT statements for CCASTAT into your startup JCL and rerun Model 204.
  • For z/VM systems, insert a FILEDEF statement for CCASTAT in your startup EXEC and rerun Model 204.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=0Sets batch (single user) return code
CLASS=IInformation class; the message can be suppressed with the X'02' 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