AMT Help Files
Home Development AMT Databases System Database amt sys vsam file control

amt sys vsam file control

Column Name Data Type Description
FILEID int A unique ID number for this VSAM file.
APPID int ID of the application that this file belongs to.
See amt sys application.
CLOSED boolean If true, the file open-status is closed.
LOGICALNAME string The logical filename for this file to be used in the COBOL code of the application.
PHYSICALNAME string The physical filename of the file.
DESCRIPTION string A free to choose description for this file.
DISABLED boolean If true, the file enable-status is disabled.
FILETYPE int Type of the file.
Uses the CobolVsamFileType enum.
INDEXED = 0 SEQUENTIAL = 1 RELATIVE = 2
MAXRECORDLENGTH int The maximum record length.
MINRECORDLENGTH int The minimum record length, for fixed records this is the same as MaxRecordLength.
KEYPOSITION int The position of the first character of the key in the record (zero based) for indexed files.
KEYLENGTH int The length of the key in characters for indexed files.
DUPLICATES boolean If true, duplicate records are allowed.
ADDREQUESTS boolean If true, records can be added to the file.
BROWSEREQUESTS boolean If true, records can be retrieved sequentially from the file.
DELETEREQUESTS boolean If true, records can be deleted from the file.
READREQUESTS boolean If true, records in this file can be read.
UPDATEREQUESTS boolean If true, records in this file can be updated.

Contents

 Go to top