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.2 Online Documentation (MoTW) Revision 3

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.2Revision 3Comment on this topic