A reference was found in the source code at line {0}, column {1} for which a name could not be determined.
Explanation
- {0}
- Line number
- {1}
- Column number
The New CICS Component Type wizard examines the
program source and creates a component reference element for each
occurrence of EXEC CICS INVOKE SERVICE or EXEC CICS INVOKE WEBSERVICE
that is found. If the name of the service being invoked by the EXEC
CICS command cannot be determined because a data item is being used
instead of a string literal, this warning is logged.
User response
Examine the program source, specifically the EXEC
CICS command at the specified line and column numbers, to determine
a proper name to use for the newly created component reference. After
you determine the value, update the component reference name by using
the Properties view.