1 DISPLAY_FILE Displays the file specification in the database root (.rdb) file for a storage area (.rda) or snapshot (.snp) file. You can also use this command to display the current setting of the inconsistent flag or corrupt flag for a storage file. If you specify the DISPLAY FILE command, but do not specify any parameters, RdbALTER will display the full file specification for the .rda or the .snp file of the storage area, the current setting of the inconsistent flag, and the current setting of the corrupt flag for .rda files. 2 Format (B)0DISPLAY FILE qwqqqqqqq>qqqqqqwqwqqqqqq>qqqqqqwqk tq> * qqqqqqqqqu mq> SNAPSHOT qj x tq> area-id qqqu x mq> area-name qj x lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqwq> tq> INCONSISTENT qqu tq> SPECIFICATION qu mq> CORRUPT qqqqqqqj 2 Arguments 3 asterisk * Displays all file characteristics for all files. 3 area-id Specifies the number of the storage area for which you want to display information from the .rdb file. 3 area-name Specifies the name of the storage area for which you want to display information from the .rdb file. 3 SNAPSHOT Displays information about an .snp file. If you select the SNAPSHOT parameter, you can specify the SPECIFICATION parameter; the INCONSISTENT and CORRUPT parameters are not valid options for .snp files. 3 INCONSISTENT Displays the current setting of the inconsistent flag. This parameter applies only to .rda files. 3 SPECIFICATION Displays the full file specification (including version number) for the .rda or the .snp file of the storage area. 3 CORRUPT Displays the current setting of the corrupt flag. This applies only to .rda files. 2 Examples Example 1 The following example displays the file specification for the JOBS storage area file: RdbALTER> DISPLAY FILE JOBS Area JOBS: File specification is: "DISK1:[RICK.RDB]JOBS.RDA;1" Corrupt flag is: OFF Inconsistent flag is: OFF