User's Reference > General > TCL and General User Commands > Command Reference > P > PD

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.

RealityV15.1Online Documentation (MoTW) Revision 7

PD (TCL) (m604806+pd.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

PD

Prints file dictionary items via the Spooler.

Command Class

Proc.

Syntax

PD file-name

Syntax Elements

file-nameThe name of the file for which dictionary items are to be listed.  Do not specify the DICT modifier.

Comments

PD uses the default attribute definitions in the MD, that is, 1 (D/CODE), 2 (A/AMC), 3 (S/NAME), 4 (S/AMC) and so on.

Example

:PD MAIL

PD outputs a print report similar to the following:

******************TOP OF PAGE*******************
Page  2                                                
MAIL.......  D/CODE..  A/AMC S/NAME.  .S/AMC V/CONV...  V/CORR..  V/TYP V/MAX
SURNAME     A            2 Surname                            L     10
NAME        S            2 Customer                  C;3 2    T     20
1           S            2 Customer                  C;3 2    T     20
FIRST-NAME  A            3 First Name                         L     15
2           A            4 Address                            L     20
ADDRESS.    A            4 Address                            L     20
3           A            5 Town                               L     14
CITY        A            5 Town/City                          L     14
CODE        A            6 Post-code                          L      8
PHONE       A            7 Telephone                          L     15

RealityV15.1 (MoTW) Revision 7Comment on this topic