The LISTCONN Proc sorts and lists the connectives defined either in the Master Dictionary or in another specified dictionary. You may want to list this information prior to creating connectives that make INFO/ACCESS queries more like English-language sentences.
Format
LISTCONN [filename] [modifiers] |
Parameter(s)
filename |
Name of the file. If no file name is specified, LISTCONN displays the connectives in the Master Dictionary. |
|
modifiers |
Can be one of the following: |
|
LPTR |
Sends output to the printer. |
|
NOPAGE |
Suppresses automatic paging. |
Description
LISTCONN produces a display sorted by connective code. Connectives that are synonyms (such as EACH and EVERY) have the same code. Additional connectives with the Editor or with the COPY command.
The code CZ indicates a connective that is ignored in an INFO/ACCESS query. CZ connectives (such as THE and A) are known as throwaway connectives; they simply make a query more like an English-language sentence.
Listing Connectives in the Master Dictionary
The following example lists the available connectives in the Master Dictionary on the terminal:
>LISTCONN |
||
|
|
|
PAGE 1 |
|
13:04:48 dd mmm yyyy |
|
|
|
M/DICT... |
*A1...... |
|
|
|
|
BY-EXP-DSNC- |
|
|
BY-XP |
C. |
|
BY-DSND |
C/ |
|
BY |
C0 |
|
& |
C1 |
|
AND |
C1 |
|
WITHIN |
C2 |
|
EACH |
C3 |
|
EVERY |
C3 |
|
IF |
C4 |
|
WITH |
C4 |
|
WITHOUT |
C4D |
|
ONLY |
C6 |
|
> |
CA |
|
AFTER |
CA |
|
GT |
CA |
|
>= |
CAC |
|
GE |
CAC |
|
< |
CB |
|
BEFORE |
CB |
|