Previous Topic: Runtime (MMR) MessagesNext Topic: MMR0100-0205


MMR0001-0010

MMR0001S

Unable to allocate ttBytes of storage.

Reason:

CA CSM did not get the requested storage of tt B. The problem can occur if the REGION parameter on the JOB statement in the CA CSM startup JCL does not specify enough storage.

Action:

MMR0002S

An error occurred during DYNALLOC. RC: xx:nnnnnnnn Reason: reason_text

Reason:

Dynamic allocation of a data set failed. xx is the return code, nnnnnnnn is the reason code.

Action:

Review the return code. The following return codes indicate typical situations:

020C, 0210

The data set is used by another job.

0214

The device is not available.

021C

Unit is invalid.

0220

Volser is invalid.

0448

The data set already exists.

Note: For more information about the return codes, see the chapter “Requesting Dynamic Allocation Functions” in the z/OS MVS Programming: Authorized Assembler Services Guide.

MMR0003S

An error occurred during shared_memory_function. RC: xx Reason: reason_text

Reason:

An operation with the UNIX System Services shared memory failed. xx is the return code.

Action:

Contact CA Support.

MMR0004S

An error occurred during message_function. RC: xx Reason: reason_text

Reason:

An operation with the UNIX System Services message queue failed. xx is the return code.

Action:

Contact CA Support.

MMR0005S

An error occurred during dynamic_link_function dynamic_link_parameter: reason_text

Reason:

An operation with a dynamic link library failed.

Action:

MMR0007S

An error occurred during message_function (username) failed. RC: xx Reason: reason_text

Reason:

Security setup for the started process has failed. The cause is described by text following the reason code. xx is the return code.

Action:

MMR0008S

An error occurred during setuid(yy): RC: xx Reason: reason_text

Reason:

Security setup for the started process has failed. The cause is described by text following the error code. xx is the return code. yy is user number.

Action:

MMR0009S

An error occurred during crypt(): RC: xx Reason: reason_text

Reason:

An unexpected error has occurred during a call to the crypt() function. xx is the return code from the crypt() function.

Action:

MMR0010S

An error occurred during pipe(): RC xx Reason: reason_text

Reason:

An unexpected error has occurred during a call to the pipe() function. xx is the return code from the pipe() function.

Action: