Using RM/Cobol 12.08 on Linux (RHEL 2.6...). Getting started here using XML Extensions. Just started working through examples in Users Guide. Getting the following error when running sample program trying to export the data record, CUSTOMER-ADDRESS, to XML. Though it might be an issue with differences in case between record name, program name and parameters passed to the EXPORT command but have tried the various permutations with no success. What is wrong here?
Code:
559 *
561 000078>0< CALL "XMLExportFile" GIVING XML-Status USING
562 CUSTOMER-ADDRESS
563 "address"
564 "get-started#customer-address"
565 .
566 *
567 000110 IF NOT XML-OK
568 GO TO Z000-ERRORS.
569 *
570 000126 GOBACK
571 .
Results:
Status: 0020
Error: 20[0] - in function: GetRootNode
Called from line 561 in GET-STARTED(/u/home/dsalazar/work/get-started.cob), com\\
piled 2014/02/19 13:19:56.
COBOL STOP RUN at line 600 in program GET-STARTED (/u/home/dsalazar/work/get-st
arted.cob).