Skip to main content

"No SELECT for file: CXML-ADD-CHILD" error

  • February 4, 2013
  • 1 reply
  • 0 views

I have acuv8.1.1, I ever use it to successfully compile code which contain statement such as

"CXML-ADD-CHILD"/"CXML-MODIFY-CDATA". But today I want to compile it again, it keeps showing me "No SELECT for file: CXML-ADD-CHILD" compiling error.

It looks like acuv8.1.1 not supporting "CXML-ADD-CHILD".

Does anyone ever have similar experience?

FYI: both acu6.1.0 and acu8.1.1 are installed on my developing environment.


#cxml

1 reply

  • Author
  • Rocketeer
  • 19312 replies
  • February 5, 2013

I have acuv8.1.1, I ever use it to successfully compile code which contain statement such as

"CXML-ADD-CHILD"/"CXML-MODIFY-CDATA". But today I want to compile it again, it keeps showing me "No SELECT for file: CXML-ADD-CHILD" compiling error.

It looks like acuv8.1.1 not supporting "CXML-ADD-CHILD".

Does anyone ever have similar experience?

FYI: both acu6.1.0 and acu8.1.1 are installed on my developing environment.


#cxml

CXML-ADD-CHILD is a constant defined in the copybook "acucobol.def".  An error like this would indicate that the copybook wasn't found, or perhaps the COPY statement was accidentally removed or commented.

I'm not familiar with the CXML-MODIFY-CDATA operation.