Defect Number: 130003
Product: ACUCOBOL-GT
Modules: Compiler, Runtime
Machines Affected: All
The <file-organization> element used in XML-style XFD files has been updated to enable distinguishing between line sequential and binary sequential files. Valid values are:
indexed | indexed files |
relative | relative files |
sequential | old-style sequential files |
binary sequential | binary sequential files |
line sequential | line sequential files |
The A4GetXFDFileType function now returns:
12 | indexed file |
8 | relative file |
4 | binary sequential or unknown sequential file |
5 | line sequential file |