FGETINFO (changed) [ Introduction to MPE XL for MPE V Programmers Migration Guide ] MPE/iX 5.0 Documentation
Introduction to MPE XL for MPE V Programmers Migration Guide
FGETINFO
(changed)
The FGETINFO intrinsic now calls the FFILEINFO intrinsic to retrieve item
values. FGETINFO has been retained in MPE XL for compatibility reasons
only. For improved system performance, it is recommended that
programmers use direct calls to FFILEINFO instead of using FGETINFO.
A number of the parameter values returned by FGETINFO are different for
MPE XL:
lrecsize Same as FFILEINFO, Item 4
devtype Same as FFILEINFO, Item 5
hdaddr Same as FFILEINFO, Item 7
physcount Same as FFILEINFO, Item 13
blksize Same as FFILEINFO, Item 14
extsize Same as FFILEINFO, Item 15
numextents Same as FFILEINFO, Item 16
MPE/iX 5.0 Documentation