DESCRIPTION = "This file describes the format of the TABLE in the INDEX.TAB file. See the INDEX.LBL file for the full PDS label." OBJECT = COLUMN NAME = VOLUME_ID DATA_TYPE = CHARACTER START_BYTE = 2 BYTES = 9 DESCRIPTION = "The volume identification string of the volume containing the data file referred to in GVDR_FILE_NAME." END_OBJECT = COLUMN OBJECT = COLUMN NAME = DATA_SET_ID DATA_TYPE = CHARACTER START_BYTE = 14 BYTES = 22 DESCRIPTION = "The data set identification string of the data set containing the data file referred to in GVDR_FILE_NAME." END_OBJECT = COLUMN OBJECT = COLUMN NAME = PRODUCT_ID DATA_TYPE = CHARACTER START_BYTE = 39 BYTES = 18 DESCRIPTION = "The product identification string associated with the data file referred to in GVDR_FILE_NAME." END_OBJECT = COLUMN OBJECT = COLUMN NAME = GVDR_DIRECTORY_NAME DATA_TYPE = CHARACTER START_BYTE = 60 BYTES = 13 DESCRIPTION = "The name of the directory containing the data file, including all directories from the root level. The directories are specified with Unix-style pathnames (without the leading slash), e.g. 'DIR/SUBDIR'." END_OBJECT = COLUMN OBJECT = COLUMN NAME = GVDR_FILE_NAME DATA_TYPE = CHARACTER START_BYTE = 76 BYTES = 12 DESCRIPTION = "The name of the data file, omitting the directory specification, e.g. 'GVHDR.TAB'." END_OBJECT = COLUMN