Skip to content

Commit e85689a

Browse files
committed
More jQL Keyword xref updates
1 parent 5cf2337 commit e85689a

File tree

16 files changed

+60
-22
lines changed

16 files changed

+60
-22
lines changed

site/jbase/jql/bselect/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ Creates a list containing all P.CODE values from all the records in the SALES fi
2929

3030
Back to [jQL](./../jbase-query-language/README.md)
3131

32+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
33+
3234
<PageFooter />

site/jbase/jql/count/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ Count the number of records in the SALES file which have a VALUE greater than 10
4040

4141
Back to [jQL](./../jbase-query-language/README.md)
4242

43+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
44+
4345
<PageFooter />

site/jbase/jql/edelete/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,6 @@ Selects all records in the SALES file in which the S.CODE field contains ABC, an
4646

4747
Back to [jQL](./../jbase-query-language/README.md)
4848

49+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
50+
4951
<PageFooter />

site/jbase/jql/esearch/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,6 @@ Generates a list of all records in the SALES file which contain the strings ABC
5555

5656
Back to [jQL](./../jbase-query-language/README.md)
5757

58+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
59+
5860
<PageFooter />

site/jbase/jql/i-dump-and-s-dump/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,6 @@ The following output is generated:
5858

5959
Back to [jQL](./../jbase-query-language/README.md)
6060

61+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
62+
6163
<PageFooter />

site/jbase/jql/jql-keyword-cross-reference/README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| [BREAK-SUP](./break-sup/README.md) | Define a non-displayed break control item|
4444
| [BREAK.ON](,/../break-on/README.md) | Synonym for BREAK-ON |
4545
| [BREAK.SUP](./break-sup/README.md) | Synonym for BREAK-SUP
46-
| BSELECT |
46+
| [BSELECT](./../bselect/README.md) | Creates a select list based on output specifications. |
4747
| BY |
4848
| BY-DSND |
4949
| BY-EXP |
@@ -66,7 +66,7 @@
6666
| COL.SPCS |
6767
| COL.SUP |
6868
| CONV |
69-
| COUNT |
69+
| [COUNT](./../count/README.md) | Counts records. |
7070
| COUNT-SUPP |
7171
| COUNT.SUP |
7272
| COUNT.SUPP |
@@ -83,12 +83,12 @@
8383
| DISPLAYLIKE |
8484
| DISPLAYNAME |
8585
| EACH |
86-
| EDELETE |
86+
| [EDELETE](./../edelete/README.md) | Deletes selected records from a file. |
8787
| ENUM |
8888
| ENUMERATE |
8989
| EQ |
9090
| EQUAL |
91-
| ESEARCH |
91+
| [ESEARCH](.//../esearch/README.md) | Searches records for specified strings. |
9292
| EVAL |
9393
| EVERY |
9494
| FILE | Throwaway |
@@ -106,7 +106,7 @@
106106
| HDR.SUP |
107107
| HEADER |
108108
| HEADING |
109-
| I-DUMP |
109+
| [I-DUMP](./../i-dump-and-s-dump/README.md) | Outputs the entire contents of items. |
110110
| ID-SUPP |
111111
| ID.ONLY |
112112
| ID.SUP |
@@ -119,12 +119,12 @@
119119
| JACSELECT |
120120
| LE |
121121
| LIKE |
122-
| LIST |
123-
| LIST-ITEM |
124-
| LIST-LABEL |
125-
| LIST.ITEM |
126-
| LIST.LABEL |
127-
| LPTR |
122+
| [LIST](.//../list/README.md) | Generates a formatted report of records and fields from a specified file. |
123+
| [LIST-ITEM](./../list-item/README.md) | Outputs the contents of items. |
124+
| [LIST-LABEL](./../list-label/README.md) | Outputs data in a format suitable for producing labels. |
125+
| [LIST.ITEM](./../list-item/README.md) | Synonym for LIST-ITEM |
126+
| [LIST.LABEL](.//../list-label/README.md) | Synonym for LIST-LABEL |
127+
| [LPTR](./lptr/README.md) | Direct report to a printer |
128128
| [LT](./lt/README.md)| Less than |
129129
| MARGIN |
130130
| MATCH |
@@ -155,7 +155,7 @@
155155
| PERCENTAGE |
156156
| PG |
157157
| PRINT | Throwaway |
158-
| REFORMAT |
158+
| [REFORMAT](.//../reformat/README.md) | Generates a formatted report of records and fields to a file or tape. |
159159
| REQUIRE-INDEX |
160160
| REQUIRE-SELECT |
161161
| REQUIRE.INDEX |
@@ -167,19 +167,20 @@
167167
| SAMPLED |
168168
| SAMPLING |
169169
| SAVING |
170-
| SELECT |
170+
| [SDUMP](./../i-dump-and-s-dump/README.md) | Outputs the entire contents of items in sorted order |
171+
| [SELECT](.//../select/README.md) | Generates a list of record keys or specified fields based on the criteria specified. |
171172
| SELECT-ONLY |
172173
| SELECT.ONLY |
173174
| SINGLE.VALUE |
174175
| SINGLEVALUED |
175-
| SORT |
176-
| SORT-ITEM |
177-
| SORT-LABEL |
176+
| [SORT](.//../sort/README.md) | Generates a sorted formatted report of records and fields from a specified file. |
177+
| SORT-ITEM | |
178+
| [SORT-LABEL](.//../sort-label/README.md) | Outputs data in a format suitable for producing labels. |
178179
| SORT.ITEM |
179-
| SORT.LABEL |
180+
| [SORT.LABEL](.//../sort-label/README.md) | Synonym for SORT-LABEL |
180181
| SPOKEN |
181-
| SREFORMAT |
182-
| SSELECT |
182+
| [SREFORMAT](.//../sreformat/README.md) | Generates a sorted formatted report of records and fields to a file or tape. |
183+
| [SSELECT](.//../sselect/README.md) | Generates an sorted list of record keys or fields based on the criteria specified. |
183184
| ST-DUMP |
184185
| STAT |
185186
| SUBVALUE |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# LPTR
2+
3+
<PageHeader />
4+
5+
The LPTR keyword directs the query output to a printer.
6+
7+
Back to [Cross Reference](./../README.md)
8+
9+
<PageFooter />

site/jbase/jql/list-item/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ Lists all jBC program from the BP file that are designated as subroutines on lin
3737

3838
Back to [jQL](./../jbase-query-language/README.md)
3939

40+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
41+
4042
<PageFooter />

site/jbase/jql/list-label/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,6 @@ COL,ROW,SKIP,INDENT,SIZE,SPACE(,C): 2,5,2,0,25,4,C
7777

7878
Back to [jQL](./../jbase-query-language/README.md)
7979

80+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
81+
8082
<PageFooter />

site/jbase/jql/list/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,6 @@ Produce the report on the currently assigned printer.
8080

8181
Back to [jQL](./../jbase-query-language/README.md)
8282

83+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
84+
8385
<PageFooter />

site/jbase/jql/reformat/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ See also the [SREFORMAT](./../sreformat/README.md) command.
5353

5454
Back to [jQL](./../jbase-query-language/README.md)
5555

56+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
57+
5658
<PageFooter />

site/jbase/jql/select/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,7 @@ Using the same file from Example 3, this jBC program generates an exploded selec
147147
```
148148

149149
Back to [jQL](./../jbase-query-language/README.md)
150+
151+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
150152

151153
<PageFooter />

site/jbase/jql/sort-label/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ If **COL-HDR-SUPP** or **HDR-SUPP**, or the **C** or **H** options are specified
4747

4848
See also the [LIST-LABEL](./../list-label) command.
4949

50-
Back to [jQL](./../jbase-query-language/README.md)
50+
Back to [jQL](./../jbase-query-language/README.md)
51+
52+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
5153

5254
<PageFooter />

site/jbase/jql/sort/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,7 @@ Set up a heading for each page which comprises the words "Sales Code: ", the sal
9191
Produce the report on the currently assigned printer.
9292

9393
Back to [jQL](./../jbase-query-language/README.md)
94+
95+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
9496

9597
<PageFooter />

site/jbase/jql/sreformat/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Two EOF marks terminate the file on tape.
3838

3939
See the [REFORMAT](./../reformat) command for examples
4040

41-
Back to [jQL](./../jbase-query-language/README.md)
41+
Back to [jQL](./../jbase-query-language/README.md)
42+
43+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
4244

4345
<PageFooter />

site/jbase/jql/sselect/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Select all the records in SALES file with an S.CODE value that starts with ABC.
5353

5454
See also the [SELECT](./../select/README.md) command.
5555

56-
Back to [jQL](./../jbase-query-language/README.md)
56+
Back to [jQL](./../jbase-query-language/README.md)
57+
58+
Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)
5759

5860
<PageFooter />

0 commit comments

Comments
 (0)