FILEDDINT returns a FIXED BIN(31) value that is the value of attribute c for file x.
|
When using FILEDDINT, the following are valid values for c:
|
blksize bufsize delay filesize |
keylen keyloc recsize retry |
The ERROR condition with oncode 1010 is raised when the file is not open or the attribute is invalid for the file being queried.
FILEDDINT(x,'BLKSIZE') is valid only on z/OS. FILEDDINT(x,'BLKSIZE') will return the blocksize for a CONSECUTIVE file. It will return 0 for an HFS file and will return 0 for a VSAM file.
FILEDDINT(x,'FILESIZE') will, on z/OS, return a value of 0 except for HFS files.
FILEDDINT(x,'KEYLOC') and FILEDDINT(x,'KEYLEN') are valid only for VSAM KSDS files.