ATB80044I   Value symdestname specified on Sym_dest_name parameter is not defined in active side information data set.

Explanation

A TP tried to allocate or initialize a conversation with another program. The Sym_dest_name parameter specified a value that is not defined in the active side information data set.

In the message text:
symdestname
The symbolic destination name specified on the Sym_dest_name parameter that could not be found in the active side information data set.

System action

The system returns a program_parameter_check (decimal 24) return code to the caller of the Allocate or Initialize_Conversation service.

System programmer response

At the request of the application programmer, add the symbolic destination name to the side information data set (using the DESTNAME parameter).

Programmer response

Do one of the following:
  • Validate that the correct symbolic destination name is specified on the Sym_dest_name parameter. If the name is correct, ask the system programmer to add the name to the side information data set.
  • Specify eight blanks on the Sym_dest_name parameter, and specify valid values on the TP_name and Partner_LU_name parameters on the call to Allocate.

Source

APPC/MVS