These error messages describe generation errors that the Generate
Runtime Code wizard can encounter when it is generating
COBOL source code.
CRRZE7329W
The {resource type} in the screen description {screen description name}
in screen message {screen message name}
is not supported for screen recognition in this context.The {resource
type} is ignored.
CRRZE7330W
The field pattern descriptor or string descriptor in screen description {screen description
name} in screen message {screen message name}
contains invalid data for screen recognition. The
field pattern descriptor or string descriptor is ignored.
CRRZE7331W
Field {field name} in screen description {screen description
name} in screen message {screen message name} has a length greater than the maximum of 160 characters. Screen recognition
will be performed using only the first 160 characters.
CRRZE7332E
A code page conflict occurred. The host code page for the flow is {code page} but the host code page for screen description {screen description name} is {code page}.
CRRZE7333E
A code page conflict between screendescriptions occurred. Screen description {screen description name} has a code
page of {code page}, but screen description {screen description name} has a code
page of {code page}.
CRRZE7334E
An error occurred during Web service
generation in {method name}: {error message}
CRRZE7335E
Web service generation failed. File {file name} was not
generated.
No additional information is available. Runtime code was successfully
generated.
CRRZE7336E
An error occurred during Web service
generation in method {method name}. See the error log for more information.
CRRZE7337E
The field named {field name} in the message {message
name} generates to the same value as the COBOL PROGRAM-ID {id}. This name conflict will cause a compile error.
CRRZE7338E
The field {field name} in message {message name} generates
to the same value as the COBOL keyword {keyword}. This name conflict will cause a compile error.
CRRZE7339E
Two messages with different data structures have
the same name: {message name}. This conflict will cause data reference errors at compile time. Rename and
refactor one of the messages.
CRRZE7340E
The {resource type} named {resource name} references the
field {field name}. This field does not have a BMS
name and therefore cannot be used in a Link3270
Invoke screen operation node.
CRRZE7341E
COBOL generation stopped with an error.
The maximum COMMAREA length for Invoke node {invoke name} cannot be calculated. Manually enter a valid length value in the generation properties
editor.
CRRZE7342W
The length {numeric value} of a message specified for use
with the Invoke nonterminal node {node name} is greater than the maximum COMMAREA
length specified for this node in the generation
properties editor. This problem can cause a storage violation
error at runtime.
CRRZE7343W
The flow contains multiple output paths. Web service
artifacts can be generated only for a single
input path and a single output path. Web service artifacts for the output path resulting
in a Reply node were generated, and the other output paths were ignored