Application Delivery Management
Application Modernization & Connectivity
CyberRes by OpenText
IT Operations Management
The following XFD FILE directive caused an "Unknown XFD directive" error message to be generated by the ACUCOBOL-GT compiler:
$xfd file=vxml.xml
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.