ERROR: "XCOMM1410E 'parametername' - VALUE CONTAINS INVALID CHARACTERS"
search cancel

ERROR: "XCOMM1410E 'parametername' - VALUE CONTAINS INVALID CHARACTERS"

book

Article ID: 5274

calendar_today

Updated On:

Products

XCOM Data Transport XCOM Data Transport - z/OS

Issue/Introduction

Many jobs are failing with the error message XCOMM1410E 'parametername' - VALUE CONTAINS INVALID CHARACTERS with XCOM for z/OS after upgrading from release 11.5 to 12.0.  The transfers fail.

Environment

XCOM™ Data Transport® for z/OS

Cause

x'00' was used as a termination character after the parameter value.  This is not a valid z/OS termination character.  This was previously erroneously permitted but was corrected in the XCOM for z/OS 12.0 release.

Resolution

The parameter value was terminated with x'00'.  x'00' is not a valid z/OS terminator, even though it was permitted in earlier releases of XCOM. So XCOM is seeing the trailing x'00' as part of the parameter value, because it is not a valid z/OS terminator and therefore takes it as part of the value. 

Terminate the value of the parm with a blank right after the value. That will permit XCOM to parse the value specified correctly. 

In order to find out what is in the parameter field, you will need to look in the XCOMINIT file for the parameter value specified in the error message and view it in HEX to see the problem.

 

Additional Information