FILE directive causes error: Unknown XFD directive

0 Likes

Problem:

The following XFD FILE directive caused an "Unknown XFD directive" error message to be generated by the ACUCOBOL-GT compiler:

$xfd  file=vxml.xml

Resolution:

The error may be resolved by adding quotes around the full file name as in this example:

$xfd  file="vxml.xml"

Or by removing the file extension as in this example:

$xfd  file=vxml

For more information on the XFD FILE directive can be found in the ACUCOBOL-GT User's Guide

Version 8.0, Chapter 5: File Processing > 5.3 XFD Files > 5.3.3 Syntax >5.3.3.6 FILE directive.

Old KB# 3171
Comment List
Related
Recommended