Provides a directory of a TFF library file. You can specify selective, brief, or full directory listings. If you specify a library name, that library becomes the current work library. Format: DIRECTORY [library-name]
1 – Parameter
library-name Indicates the name of the library for which a directory listing is requested. If you have already established a work library, the library-name is optional. If you do not specify a library name, the default file specification is: SYS$DISK:[].DAT
2 – Qualifiers
2.1 /ALL
/ALL Lists all tables in the target library.
2.2 /COMPOSE
/COMPOSE Lists only compose sequence tables. You cannot use /COMPOSE simultaneously with /ALL or /FALLBACK.
2.3 /FALLBACK
/FALLBACK Lists only fallback tables. This is the default for the DIRECTORY command. You can not use /FALLBACK simultaneously with /ALL or /COMPOSE.
2.4 /FULL
/FULL Displays more detailed table information. By default, only one line of information is displayed about each table you select.
3 – Examples
1. TFU> DIRECTORY SYS$SYSTEM:TFF$MASTER.DAT/FALLBACK/FULL Directory of TFF library SYS$COMMON:[SYSEXE]TFF$MASTER.DAT;1 Name Type Base Description ---- ---- ---- ----------- ASCII Fbk MCS MCS for ASCII (US) ASCII_OVST Fbk MCS MCS for hardcopy ASCII terminal (overstrike) BRITISH Fbk MCS MCS for British NRC(BS 4730 [ISO 646 variant]) CANADIAN Fbk MCS MCS for French-Canadian NRC (CSA Z243.4-1985) . . . SWEDISH_D47 Fbk MCS MCS for Swedish NRC (old type D47) SWEDISH_E47 Fbk MCS MCS for Swedish NRC (SEN 85 02 00 - E47) SWISS_VT102PY Fbk MCS MCS for Swiss VT102PY TURKISH Fbk MCS MCS for Turkish NRC (partial ISO 6937/2) VT100_MCS Fbk MCS MCS for VT100s with DEC-Supp in ROM#1 YUGOSLAVIAN Fbk MCS MCS for Yugoslavian NRC (JUS I B1.002) A total of 28 tables TFU> This example shows how to produce a brief directory listing of all the fallback tables in the current work library. 2. TFU> DIRECTORY SYS$SYSTEM:TFF$MASTER.DAT/FALLBACK/FULL Directory of TFF library SYS$COMMON:[SYSEXE]TFF$MASTER.DAT;1 Name Type Base Description ---- ---- ---- ----------- ASCII Fbk MCS MCS for ASCII (US) Table edit level: V1.0-0 Size (in bytes): 1128 Table format version: 0 ASCII_OVST Fbk MCS MCS for hardcopy ASCII terminal (overstrike) Table edit level: V1.0-0 Size (in bytes): 1352 Table format version: 0 BRITISH Fbk MCS MCS for British NRC (BS 4730 [ISO 646 variant]) Table edit level: V1.0-0 Size (in bytes): 1128 Table format version: 0 . . . . VT100_MCS Fbk MCS MCS for VT100s with DEC-Supp in ROM#1 Table edit level: V1.0-0 Size (in bytes): 1413 Table format version: 0 YUGOSLAVIAN Fbk MCS MCS for Yugoslavian NRC (JUS I B1.002) Table edit level: V1.0-0 Size (in bytes): 1128 Table format version: 0 A total of 28 tables TFU> This example shows how to display full information about all fallback tables in the library SYS$SYSTEM:TFF$MASTER.DAT.