User's Reference > General > TCL and General User Commands > Command Reference > L > LISTDFILES

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

LISTDFILES (TCL) (m604806+listdfiles.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

LISTDFILES

Lists the data sections of a specified dictionary file, or all dictionaries in a particular account.

Command Class

Proc.

Syntax

LISTDFILES {file-specifier}{(options}

Syntax Elements

file-specifier is the name of a dictionary file containing the data sections to be listed.

Options

P Printer. Sends the listing to the printer.

Comments

If a dictionary file is not specified LISTDFILES defaults to the MD and reports all the dictionary level files within a particular account.

Report Headings

The following information is displayed:

FILE NAME The name of the dictionary file.

FTYPE The type of file. This is defined by two characters; a letter and a number. The letter can be:

A A clean log binary data section.

B A byte stream file. (A 'normal' Reality file.)

C A clean log user view data section.

D A directory view.

F A file on a foreign database.

G An SQL view.

The number can be:

1 Master Dictionary.

2 File Dictionary.

3 Data Section.

FMOD Modulo.

FSEP Separation.

J Type of alignment (L or R).

WID Number of columns for output.

Example of Report

PAGE    1                                              15:24:35  25 MAY 1999
FILE NAME........................FTYPE FMOD.  FSEP J WID
BP                                  B2     7    1 l  10
NETWORK                             B2     7    1 l  10
SECURITY                            B2     1    1 l  10
SYSBP                               B2     1    1 l  10
SYSBP.MSGS                          B2     1    1 l  10
SYSPL                               B2     1    1 l  10
TEMP                                B2     1    1 l  10
TL-ERRORS                           B2     1    1 l  10
USERS                               B2     1    1 l  10

RealityV15.0Comment on this topic