Guardian Procedure Calls Reference Manual
FILERECINFO Procedure (Superseded by FILE_GETINFOLISTBYNAME_
Procedure)
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Condition Code Settings
Considerations
Example
Summary
NOTE: This procedure is supported for compatibility with previous software and should not be
used for new development.
The FILERECINFO procedure obtains record characteristics of a disk file.
Syntax for C Programmers
This procedure does not have a C syntax, because it is superseded and should not be used for
new development. This procedure is supported only for compatibility with previous software.
Syntax for TAL Programmers
CALL FILERECINFO ( [ filenum ] ! i
,[ current-keyspecifier ] ! o
,[ current-keyvalue ] ! o
,[ current-keylen ] ! o
,[ current-primary-keyvalue ] ! o
,[ current-primary-keylen ] ! o
,[ partition-in-error ] ! o
,[ specifier-of-key-in-error ] ! o
,[ file-type ] ! o
,[ logical-recordlen ] ! o
,[ blocklen ] ! o
,[ key-sequenced-parameters ] ! o
,[ alternate-key-parameters ] ! o
,[ partition-parameters ] ! o
,[ file-name ] ); ! i
Parameters
filenum
input
INT:value
is the number of an open file that identifies the file whose characteristics are to be returned.
You must specify either filenum or file-name; specifying both causes a CCL condition
code.
current-keyspecifier
output
INT:ref:1
returns the current key field's key specifier. This parameter is invalid when you specify the
file-name parameter; use filenum.
FILERECINFO Procedure (Superseded by FILE_GETINFOLISTBYNAME_ Procedure) 605