DFHCPxxxx messages

DFHCP0101I
applid CPI initialization has started.
Explanation:

This is an informational message indicating the start of CPI initialization.

System action:

Initialization continues.

User response:

None. You can suppress this message with the system initialization parameter MSGLVL=0.

Destination:

Console

Modules:

DFHCPIN1

XMEOUT Parameter: applid

DFHCP0102I
applid CPI initialization has ended.
Explanation:

This is an informational message indicating that CPI initialization has completed successfully.

System action:

Initialization continues.

User response:

None. You can suppress this message with the system initialization parameter MSGLVL=0.

Destination:

Console

Modules:

DFHCPIN1

XMEOUT Parameter: applid

DFHCP0103I
applid CPI initialization has failed.
Explanation:

CPI has failed to initialize successfully.

System action:

Message DFHSI1522 will be issued following this message. CICS will terminate or continue initialization depending upon the operator’s response to message DFHSI1522.

An exception trace entry will be written at the time the failure was detected.

Other CICS components called by CPI initialization may also issue messages or write trace entries.

User response:

Decide whether CICS can continue execution without CPI support, and respond accordingly to message DFHSI1522.

You should also investigate why CPI failed to initialize.

Destination:

Console

Modules:

DFHCPIN1

XMEOUT Parameter: applid

DFHCP0701I
date time applid tranid program name CPI-C verb verb used unrecognized CONVERSATION_ID Conversation_ID.
Explanation:

The application program has used an unrecognized conversation_ID on one of its calls to CPI-C. This could mean that:

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Determine which error has occurred and amend the application program accordingly.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPIC

XMEOUT Parameters: date, time,applid, tranid, program name,verb, Conversation_ID

DFHCP0702I
date time applid tranid program name Conversation_ID CPI-C verb verb was disallowed because of the conversation state state.
Explanation:

The CPI-C state machine detected a state error. This means that the conversation was in the wrong state to issue this verb.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Use the state machine defined in the SAA CPI Communications Reference manual, (SC26-4399), and the CICS trace information to determine the sequence of CPI-C calls issued that caused the state error. Amend the application program in accordance with the supplied guidelines.

Destination:

CCPI

Modules:

DFHCPIC

XMEOUT Parameters: date, time,applid, tranid, program name,Conversation_ID, verb, state

DFHCP0705I
date time applid tranid program name Conversation_ID invalid conversation_type parameter (X'conv_type') supplied on the CMSCT (Set_Conversation_Type) verb.
Explanation:

The application program has called CMSCT (Set_Conversation_Type) with an invalid conversation_type parameter value.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSCT in the application program to use a valid conversation_type parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSA

XMEOUT Parameters: date, time,applid, tranid, program name,Conversation_ID, X'conv_type'

DFHCP0706I
date time applid tranid program name conversation_ID the supplied conversation_type parameter of CM_MAPPED_CONVERSATION conflicts with the current setting of the fill characteristic CM_FILL_BUFFER.
Explanation:

The application program has called CMSCT (Set_Conversation_Type) with a conversation_type parameter of CM_MAPPED_CONVERSATION when it had previously used the CMSF (Set_Fill) verb to set the fill characteristic.

This is not allowed in CPI-C.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program so that it does not use these two verbs in this invalid combination.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSA

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0707I
date time applid tranid program name conversation_ID the supplied conversation_type parameter CM_MAPPED_CONVERSATION conflicts with the current setting of log_data.
Explanation:

The application program has called CMSCT (Set_Conversation_Type) with a conversation_type parameter of CM_MAPPED_CONVERSATION when it had previously used the CMSLD (Set_Log_Data) verb to create some Log Data.

This is not allowed in CPI-C.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program so that it does not use these two verbs in this invalid combination.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSA

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0708I
date time applid tranid program name conversation_ID invalid deallocate_type parameter (X'deallocate_type') supplied on the CMSDT (Set_Deallocate_Type) verb.
Explanation:

The application program has called CMSDT (Set_Deallocate_Type) with an invalid deallocate_type parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSDT in the application program to use a valid deallocate_type parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSB

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'deallocate_type'

DFHCP0709I
date time applid tranid program name conversation_ID the supplied deallocate_type parameter deallocate_type conflicts with the current setting of the sync_level characteristic sync_level.
Explanation:

The application program has called CMSDT (Set_Deallocate_Type) with a deallocate_type of deallocate_type and with the sync_level characteristic set to sync_level.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSB

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, deallocate_type, sync_level

DFHCP0710I
date time applid tranid program name conversation_ID invalid error_direction parameter (X'error_direction') supplied on the CMSED (Set_Error_Direction) verb.
Explanation:

The application program has called CMSED (Set_Error_Direction) with an invalid error_direction parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSED in the application program to use a valid error_direction parameter.

Destination:

CCPI

Modules:

DFHCPCSC

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'error_direction'

DFHCP0711I
date time applid tranid program name conversation_ID invalid fill parameter (X'fill') supplied on the CMSF (Set_Fill) verb.
Explanation:

The application program has called CMSF (Set_Fill) with an invalid fill parameter fill.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSF in the application program to use a valid fill parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSD

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'fill'

DFHCP0712I
date time applid tranid program name conversation_ID CMSF (Set_Fill) call conflicts with the current conversation_type of CM_MAPPED_CONVERSATION.
Explanation:

The application program has called CMSF (Set_Fill) when the conversation_type is CM_MAPPED_CONVERSATION.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSD

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0713I
date time applid tranid program name conversation_ID CMSLD (Set_Log_Data) call conflicts with the current conversation_type of CM_MAPPED_CONVERSATION.
Explanation:

The application program has called CMSLD (Set_Log_Data) when the conversation_type is CM_MAPPED_CONVERSATION.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSE

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0714I
date time applid tranid program name conversation_ID log_data_length (log_data_length) supplied on CMSLD (Set_Log_Data) verb is not in the range 0-512.
Explanation:

The application program has called CMSLD (Set_Log_Data) with a log_data_length parameter that is not in the range 0-512.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSLD in the application program to use a valid log_data_length parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSE

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, log_data_length

DFHCP0718I
date time applid tranid program name conversation_ID invalid mode_name_length parameter (mode_name_length) supplied on the CMSMN (Set_Mode_Name) verb.
Explanation:

The application program has called CMSMN (Set_Mode_Name) with a mode_name_length parameter outside the range of 0 -8.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSMN in the application program to use a valid mode_name_length parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSF

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name_length

DFHCP0721I
date time applid tranid program name conversation_ID the partner_lu_name_length (partner_lu_name_len) supplied on the CMSPLN (Set_Partner_LU_Name) verb is not in the range 1-17.
Explanation:

The application program has called CMSPLN (Set_Partner_LU_Name) with a partner_lu_name_length parameter outside the range 1-17.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect either on the conversation or conversation characteristics.

User response:

Amend CMSPLN in the application program to use a partner_lu_name_length parameter within the range 1-17.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSG

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, partner_lu_name_len

DFHCP0724I
date time applid tranid program name conversation_ID invalid prepare_to_receive_type parameter (X'ptr_type') supplied on the CMSPTR (Set_Prepare_To_Receive_Type) verb.
Explanation:

The application program has called CMSPTR (Set_Prepare_To_Receive_Type) with an invalid prepare_to_receive_type parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSPTR in the application program to use a valid prepare_to_receive_type parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSH

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'ptr_type'

DFHCP0725I
date time applid tranid program name conversation_ID the supplied prepare_to_receive_type parameter CM_PREP_TO_RECEIVE_CONFIRM is incompatible with the current setting of the sync_level characteristic CM_NONE.
Explanation:

The application program has called CMSPTR (Set_Prepare_To_Receive_Type) with a prepare_to_receive_type parameter of CM_PREP_TO_RECEIVE_CONFIRM and with the sync_level characteristic set to CM_NONE.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSH

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0726I
date time applid tranid program name conversation_ID invalid receive_type parameter (X'receive_type') supplied on the CMSRT (Set_Receive_Type) verb.
Explanation:

The application program has called CMSRT (Set_Receive_Type) with an invalid receive_type parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSRT in the application program to use a valid receive_type parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSI

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'receive_type'

DFHCP0727I
date time applid tranid program name conversation_ID invalid return_control parameter (X'return_control') supplied on the CMSRC (Set_Return_Control) verb.
Explanation:

The application program has called CMSRC (Set_Return_Control) with an invalid return_control parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSRC in the application program to use a valid return_control parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSJ

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'return_control'

DFHCP0728I
date time applid tranid program name conversation_ID invalid send_type parameter (X'send_type') supplied on the CMSST (Set_Send_Type) verb.
Explanation:

The application program has called CMSST (Set_Send_Type) with an invalid send_type parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSST in the application program to use a valid send_type parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSK

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'send_type'

DFHCP0729I
date time applid tranid program name conversation_ID the supplied send_type parameter CM_SEND_AND_CONFIRM is incompatible with the current setting of the sync_level characteristic CM_NONE.
Explanation:

The application program has called CMSST (Set_Send_Type) with a send_type parameter of CM_SEND_AND_CONFIRM and with the sync_level characteristic set to CM_NONE.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSK

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0730I
date time applid tranid program name conversation_ID invalid sync_level parameter (X'sync_level') supplied on the CMSSL (Set_Sync_Level) verb.
Explanation:

The application program has called CMSSL (Set_Sync_Level) with an invalid sync_level parameter.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSSL in the application program to use a valid sync_level parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'sync_level'

DFHCP0731I
date time applid tranid program name conversation_ID the supplied sync_level parameter CM_NONE is incompatible with the current setting of the send_type characteristic CM_SEND_AND_CONFIRM.
Explanation:

The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of CM_NONE. The send_type is CM_SEND_AND_CONFIRM.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0732I
date time applid tranid program name conversation_ID the supplied sync_level parameter sync_level is incompatible with the current setting of the deallocate_type characteristic deallocate_type.
Explanation:

The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of sync_level. The deallocate_type is deallocate_type.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, sync_level, deallocate_type

DFHCP0733I
date time applid tranid program name conversation_ID the supplied sync_level parameter CM_NONE is incompatible with the current setting of the prepare_to_receive_type characteristic CM_PREP_TO_RECEIVE_CONFIRM.
Explanation:

The application program has called CMSSL (Set_Sync_Level) with a sync_level parameter of CM_NONE.

CM_PREP_TO_RECEIVE_CONFIRM is the prepare_to_receive_type.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to remove this conflict.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0734I
date time applid tranid program name conversation_ID tp_name_length parameter (tp_name_length) supplied on the CMSTPN (Set_TP_Name) verb is not in the range 1-64.
Explanation:

The application program has called CMSTPN (Set_TP_Name) with an tp_name_length parameter outside the range 1-64.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend CMSTPN in the application program to use a valid tp_name_length parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCSM

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, tp_name_length

DFHCP0740I
date time applid tranid program name No incoming conversation to accept.
Explanation:

The application program has called CMACCP (Accept_conversation) when there is no incoming conversation.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Ensure that there is an incoming conversation to accept.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCAC

XMEOUT Parameters: date, time,applid, tranid, program name

DFHCP0741I
date time applid tranid program name Duplicate call to CMACCP (Accept_Conversation).
Explanation:

The application program has called CMACCP (Accept_conversation) more than once.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program so that it only calls CMACCP once.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCAC

XMEOUT Parameters: date, time,applid, tranid, program name

DFHCP0742I
date time applid tranid program name Session is not available for CPI-C as it is already in use by another process.
Explanation:

The application program has called CMACCP (Accept_conversation) when it was already using the session for another process, for example, EXEC Interface DTP.

System action:

CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.

User response:

Ensure that the application uses only CPI-C on this session.

Destination:

CCPI

Modules:

DFHCPCAC

XMEOUT Parameters: date, time,applid, tranid, program name

DFHCP0743I
date time applid tranid program name Unable to use CPI-C as this transaction was initiated by ATI.
Explanation:

The application program has called CMACCP (Accept_conversation) after it was started by Automatic Transaction Initiation (ATI). This is not supported.

System action:

CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Ensure that applications abide by this restriction.

Destination:

CCPI

Modules:

DFHCPCAC

XMEOUT Parameters: date, time,applid, tranid, program name

DFHCP0747I
date time applid tranid program name conversation_ID CMCFM (Confirm) call conflicts with sync_level CM_NONE.
Explanation:

The application program has called CMCFM (Confirm) when the sync_level is set to CM_NONE. This is not allowed.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program so this conflict no longer occurs.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCCM

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0749I
date time applid tranid program name Unrecognized sym_dest_name (sym_dest_name) supplied on the CMINIT (Initialize_Conversation) verb.
Explanation:

The application program has called CMINIT (Initialize_Conversation). The sym_dest_name parameter is unrecognized.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program and the partner resource definition to ensure that the sym_dest_name parameter is correct.

The CICS® Resource Definition Guide explains how to use the partner resource correctly.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCIC

XMEOUT Parameters: date, time,applid, tranid, program name,sym_dest_name

DFHCP0750I
date time applid tranid program name Unrecognized profile profile_name supplied in partner resource sym_dest_name.
Explanation:

The application program has called CMINIT (Initialize_Conversation). The profile found in the sym_dest_name supplied is unrecognized.

System action:

CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program and the partner resource definition to ensure that the sym_dest_name parameter is correct.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

In addition, the CICS Resource Definition Guide gives further information on partner resource definitions.

Destination:

CCPI

Modules:

DFHCPCIC

XMEOUT Parameters: date, time,applid, tranid, program name,profile_name, sym_dest_name

DFHCP0751I
date time applid tranid program name conversation_ID invalid requested_length parameter requested_length supplied on CMRCV (Receive).
Explanation:

The application program has called CMRCV (Receive) with a requested_length parameter that has a value greater than 32767.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to use a valid value for the requested_length parameter.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCRI, DFHCPCRW

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, requested_length

DFHCP0752I
date time applid tranid program name conversation_ID data passed on call to CMSEND contains an invalid GDS record.
Explanation:

The application program has called CMSEND (Send_Data). Data passed on this call contains an invalid generalized data stream (GDS) record.

Note: This message is only issued on a basic conversation. That is, when conversation_type is set to CM_BASIC_CONVERSATION.

System action:

The data is not sent.

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Amend the application program to ensure that this parameter is correct.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called together with information about GDS records.

The CICS Distributed Transaction Programming Guide provides additional information about GDS records.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0753I
date time applid tranid program name conversation_ID invalid send_length parameter send_length supplied on CMSEND (send_data).
Explanation:

The application program has called CMSEND (Send_Data) with a send_length parameter that is not in the range 0-32767 bytes.

System action:

CICS returns control to the application program with return_code CM_PROGRAM_PARAMETER_CHECK.

User response:

The send_length parameter should not exceed 32767 bytes. Amend CMSEND to send data that is within the range 0-32767 bytes. This may entail sending the data in two chunks.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPCN1, DFHCPCN2, DFHCPCN3, DFHCPCN4, DFHCPCN5

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, send_length

DFHCP0754I
date time applid tranid program name conversation_ID data sent so far is currently in the middle of a GDS record so cannot send CMDEAL, CMCFM or CMPTR requests.
Explanation:

The application is using a basic conversation (that is, the conversation_type characteristic has been set to CM_BASIC_CONVERSATION).

The application has not sent all the data associated with the last Generalized Data Stream (GDS) record.

However, the application has tried to send one of the following requests:

System action:

CICS returns control to the application program with return_code CM_PROGRAM_STATE_CHECK.

The CPI-C verb has no effect on either the conversation or the conversation characteristics.

User response:

Inspect the data sent to determine why the previous send was in error. Check if the error was caused by the application truncating the last record or if there was an error in one of the length fields which caused CPI-C to misinterpret the data-stream and amend the application program accordingly.

The SAA CPI-C Reference manual, (SC26-4399), provides a detailed description of all the CPI-C verbs and how they should be called together with information about GDS records.

The CICS Distributed Transaction Programming Guide provides additional information about GDS records.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID

DFHCP0756
date time applid tranid program name conversation_ID received an unrecognized sense_code X'sense_code' from the partner {program | program - }tp_name.
Explanation:

A sense code received from the partner program on a remote system was unrecognized. This could be for one of two reasons.

System action:

CICS returns control to the application program with either return_code CM_DEALLOCATE_ABEND or CM_PROGRAM_ERROR_PURGING. This depends on whether the unrecognized sense code has been interpreted as an error or interpreted as a conversation abend.

Note:
Start of change
tp_name is present only if this message is being issued on the front-end system.
End of change
User response:

Use the sense code provided in the message and your knowledge of the two communicating systems to determine which of the two possible cases documented above is the error.

If the error is a protocol error, you need further assistance from IBM to resolve this problem. See CICS Problem Determination Guide for guidance on how to proceed.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'sense_code', {2=program, 1=program - }, tp_name

DFHCP0757I
date time applid tranid program name conversation_ID unrecognized netname netname supplied for CMALLC (Allocate) verb.
Explanation:

The allocation of a session for this conversation failed due to an unrecognized netname netname.

This value is derived from the partner_lu_name specified either in the partner resource for the conversation, or on a CPI-C CMSPLN (set_partner_lu_name) verb.

System action:

CICS returns control to the application program with return_code CM_PARAMETER_ERROR.

No session is allocated.

User response:

Amend the application program to use a recognized netname.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, netname

DFHCP0758I
date time applid tranid program name conversation_ID unrecognized mode_name mode_name supplied for CMALLC (Allocate) verb.
Explanation:

The allocation of a session for this conversation failed due to an unrecognized mode name mode_name.

This value is specified either in the profile named in the partner resource for the conversation, or on a CPI-C CMSMN (Set_mode_name) verb.

System action:

CICS returns control to the application program with return_code CM_PARAMETER_ERROR.

No session is allocated.

User response:

Amend the application program to use a recognized mode_name.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name

DFHCP0759I
date time applid tranid program name conversation_ID invalid use of the SNA service TP X'tp_name'
Explanation:

The allocation of a session for conversation conversation_id failed because the transaction program (TP) specified in the conversation control block (CPC) is an SNA service TP. This is not allowed.

System action:

CICS returns control to the application program with return_code CM_PARAMETER_ERROR.

User response:

Amend the application program so that it uses a different TP.

Destination:

CCPI

Modules:

DFHCPCAL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, X'tp_name'

DFHCP0760I
date time applid tranid program name conversation_ID an invalid partner_lu_name partner_lu_name was specified for the CMALLC (Allocate) verb.
Explanation:

The allocation of a session has failed. This is because the partner_lu_name specified in the conversation control block (CPC) does not conform to the following rules.

  1. The partner_lu_name may take one of the following forms:
    • Netname (1-8 characters long), or
    • Network.netname (where network and netname are EACH 1-8 characters long).
  2. Netname and network both consist of the following character sets, where the first character is always alphabetic.
    • A-Z
    • a-z
    • @
    • $
    • #
    • 0-9

      Note: Lower case letters are translated to uppercase.

System action:

The session is not allocated.

CICS returns control to the application program with return_code CM_PARAMETER_ERROR.

User response:

Depending on the application, the partner_lu_name either comes from the partner resource (specified on the CMINIT (initialize_conversation) verb in the sym_dest_name parameter) or an optional CMSPLN (set_partner_lu_name) verb. This value needs to be changed to conform to the rules above.

Destination:

CCPI

Modules:

DFHCPCAL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, partner_lu_name

DFHCP0761I
date time applid tranid program name conversation_ID an invalid mode_name mode_name was specified for the CMALLC (Allocate) verb.
Explanation:

The allocation of a session for conversation conversation_id has failed. This is because the mode_name mode_name specified in the conversation control block (CPC) is not allowed.

System action:

No session is allocated.

CICS returns control to the application program with return_code CM_PARAMETER_ERROR.

User response:

Amend the application program so that it uses a different mode_name.

Destination:

CCPI

Modules:

DFHCPCAL

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name

DFHCP0763I
date time applid tranid program name conversation_ID the mode_name mode_name specified for the CMALLC (Allocate) verb is unknown to VTAM.
Explanation:

The allocation of a session for conversation conversation_ID has failed. This is because the mode_name specified in the conversation control block (CPC) is known to the remote system, but is unknown to VTAM.

System action:

No session is allocated.

CICS returns control to the application program with return code CM_PARAMETER_ERROR.

User response:

Amend the application program so that it uses a different mode_name.

Destination:

CCPI

Modules:

DFHCPCLR

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, mode_name

DFHCP0764I
date time applid tranid program name Partner Resource Manager is unavailable.
Explanation:

The application program has called CMINIT (Initialize_Conversation), but the partner resource manager (which provides access to the partner resource table) is not available.

System action:

CICS returns control to the application program with return_code CM_PRODUCT_SPECIFIC_ERROR.

User response:

First determine whether message DFHPR0106 was issued during CICS initialization; if so, refer to the advice given for that message. Otherwise it appears that CICS-owned storage (either the static storage address list, or the PR static storage) has been overlaid. Refer to the CICS Problem Determination Guide for guidance on how to deal with storage violations.

Destination:

CCPI

Modules:

DFHCPCIC

XMEOUT Parameters: date, time,applid, tranid, program name

DFHCP0765I
date time applid tranid program name conversation_ID CPI-C verb verb was disallowed because of the BACKOUT-REQUIRED program state.
Explanation:

The CPI-C state machine has detected a state error. The verb verb cannot be issued in BACKOUT-REQUIRED program state.

System action:

CICS returns control to the application program with return code CM_PROGRAM_STATE_CHECK.

User response:

Amend the application program in accordance with the supplied guidelines. See the SAA CPI-C Reference (SC26-4399), which contains a description of CPI-C verbs and how they should be called.

Destination:

CCPI

Modules:

DFHCPIC

XMEOUT Parameters: date, time,applid, tranid, program name,conversation_ID, verb

[[ Contents Previous Page | Next Page Index ]]