Guardian Procedure Calls Reference Manual
In security[1:4], the returned values are:
76543210Returned Value
SuperUCNn/aOGASecurity Level
num-extents-allocated
output
INT:ref:1
returns the number of extents that are allocated for the file. This parameter is invalid with
filenum; use file-name.
max-file-size
output
INT(32):ref:1
returns the maximum number of bytes configured for the file. This parameter is invalid with
filenum; use file-name. A returned value of -1 in this parameter means that the true value
cannot fit into this unsigned four-byte parameter. The superseding procedure must be used to
get the correct value.
partition-size
output
INT:ref:1
returns the size in words of the area needed for the file's partition information array. This file
partition information is retrieved from the partition-parameters array in the FILERECINFO
procedure. In H06.28/J06.17 RVUs with specific SPRs and later RVUs, the maximum size that
may be returned for the partition array size is 35,224 (large enough to hold a partition array
for 127 secondary partitions). (For a list of the required H06.28/J06.17 SPRs, see SPR
Requirements for Increased Enscribe Limits for the H06.28/J06.17 Release (page 31).) This
parameter is invalid with filenum; use file-name.
num-partitions
output
INT:ref:1
returns the number of secondary partitions configured for the file. In H06.28/J06.17 RVUs
with specific SPRs and later RVUs, the maximum value that can be returned is 127. (For a list
of the required H06.28/J06.17 SPRs, see SPR Requirements for Increased Enscribe Limits for
the H06.28/J06.17 Release (page 31).) This parameter is invalid with filenum; use
file-name.
file-type
output
INT:ref:1
returns the file type and other information about the file. This parameter is invalid with filenum;
use file-name. All bits are 0, except as described below:
For systems with the Transaction Management Facility, indicates this file is audited.1<2>
Specifies object type for SQL object file:<5:7>
File is not SQL.0
File is an SQL table.2
File is an SQL index.4
File is an SQL protection view.5
FILEINFO Procedure (Superseded by FILE_GETINFOLIST_ Procedure) 555