I’m having the following Warning reported for the CO (Comments) domain, for the variable values: COVAL1, COVAL2, COVAL3:
SE0058 - “Variable appears in dataset but is not in SEND standard” - Only variables listed in SEND should appear in a dataset. New sponsor defined variables must not be added, and existing variables must not be renamed or modified
Scenario: I have to represent in CO.xpt one domain comment of almost 600 characters. According to SENDIGv3.pdf, pages 43-45, the comment first 200 chars should be added into the COVAL variable, and then “Text over 200 characters can be added to additional columns COVAL1-COVALn”.
In my case, for a 600+ chars text, in CO.xpt the comment is split under 4 columns: COVAL, COVAL1, COVAL2, COVAL3, which should be the proper way to represented, according to SEND specs… The data definition file (define.xml) also mentions these variables:
…
…
…
…
However, the Validator reports the above Warnings. What do you think to be the problem here?