Skip to content

Commit

Permalink
More jQL Keyword xref updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-zum committed May 4, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 5cf2337 commit e85689a
Showing 16 changed files with 60 additions and 22 deletions.
2 changes: 2 additions & 0 deletions site/jbase/jql/bselect/README.md
Original file line number Diff line number Diff line change
@@ -29,4 +29,6 @@ Creates a list containing all P.CODE values from all the records in the SALES fi

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/count/README.md
Original file line number Diff line number Diff line change
@@ -40,4 +40,6 @@ Count the number of records in the SALES file which have a VALUE greater than 10

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/edelete/README.md
Original file line number Diff line number Diff line change
@@ -46,4 +46,6 @@ Selects all records in the SALES file in which the S.CODE field contains ABC, an

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/esearch/README.md
Original file line number Diff line number Diff line change
@@ -55,4 +55,6 @@ Generates a list of all records in the SALES file which contain the strings ABC

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/i-dump-and-s-dump/README.md
Original file line number Diff line number Diff line change
@@ -58,4 +58,6 @@ The following output is generated:

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
39 changes: 20 additions & 19 deletions site/jbase/jql/jql-keyword-cross-reference/README.md
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@
| [BREAK-SUP](./break-sup/README.md) | Define a non-displayed break control item|
| [BREAK.ON](,/../break-on/README.md) | Synonym for BREAK-ON |
| [BREAK.SUP](./break-sup/README.md) | Synonym for BREAK-SUP
| BSELECT |
| [BSELECT](./../bselect/README.md) | Creates a select list based on output specifications. |
| BY |
| BY-DSND |
| BY-EXP |
@@ -66,7 +66,7 @@
| COL.SPCS |
| COL.SUP |
| CONV |
| COUNT |
| [COUNT](./../count/README.md) | Counts records. |
| COUNT-SUPP |
| COUNT.SUP |
| COUNT.SUPP |
@@ -83,12 +83,12 @@
| DISPLAYLIKE |
| DISPLAYNAME |
| EACH |
| EDELETE |
| [EDELETE](./../edelete/README.md) | Deletes selected records from a file. |
| ENUM |
| ENUMERATE |
| EQ |
| EQUAL |
| ESEARCH |
| [ESEARCH](.//../esearch/README.md) | Searches records for specified strings. |
| EVAL |
| EVERY |
| FILE | Throwaway |
@@ -106,7 +106,7 @@
| HDR.SUP |
| HEADER |
| HEADING |
| I-DUMP |
| [I-DUMP](./../i-dump-and-s-dump/README.md) | Outputs the entire contents of items. |
| ID-SUPP |
| ID.ONLY |
| ID.SUP |
@@ -119,12 +119,12 @@
| JACSELECT |
| LE |
| LIKE |
| LIST |
| LIST-ITEM |
| LIST-LABEL |
| LIST.ITEM |
| LIST.LABEL |
| LPTR |
| [LIST](.//../list/README.md) | Generates a formatted report of records and fields from a specified file. |
| [LIST-ITEM](./../list-item/README.md) | Outputs the contents of items. |
| [LIST-LABEL](./../list-label/README.md) | Outputs data in a format suitable for producing labels. |
| [LIST.ITEM](./../list-item/README.md) | Synonym for LIST-ITEM |
| [LIST.LABEL](.//../list-label/README.md) | Synonym for LIST-LABEL |
| [LPTR](./lptr/README.md) | Direct report to a printer |
| [LT](./lt/README.md)| Less than |
| MARGIN |
| MATCH |
@@ -155,7 +155,7 @@
| PERCENTAGE |
| PG |
| PRINT | Throwaway |
| REFORMAT |
| [REFORMAT](.//../reformat/README.md) | Generates a formatted report of records and fields to a file or tape. |
| REQUIRE-INDEX |
| REQUIRE-SELECT |
| REQUIRE.INDEX |
@@ -167,19 +167,20 @@
| SAMPLED |
| SAMPLING |
| SAVING |
| SELECT |
| [SDUMP](./../i-dump-and-s-dump/README.md) | Outputs the entire contents of items in sorted order |
| [SELECT](.//../select/README.md) | Generates a list of record keys or specified fields based on the criteria specified. |
| SELECT-ONLY |
| SELECT.ONLY |
| SINGLE.VALUE |
| SINGLEVALUED |
| SORT |
| SORT-ITEM |
| SORT-LABEL |
| [SORT](.//../sort/README.md) | Generates a sorted formatted report of records and fields from a specified file. |
| SORT-ITEM | |
| [SORT-LABEL](.//../sort-label/README.md) | Outputs data in a format suitable for producing labels. |
| SORT.ITEM |
| SORT.LABEL |
| [SORT.LABEL](.//../sort-label/README.md) | Synonym for SORT-LABEL |
| SPOKEN |
| SREFORMAT |
| SSELECT |
| [SREFORMAT](.//../sreformat/README.md) | Generates a sorted formatted report of records and fields to a file or tape. |
| [SSELECT](.//../sselect/README.md) | Generates an sorted list of record keys or fields based on the criteria specified. |
| ST-DUMP |
| STAT |
| SUBVALUE |
9 changes: 9 additions & 0 deletions site/jbase/jql/jql-keyword-cross-reference/lptr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# LPTR

<PageHeader />

The LPTR keyword directs the query output to a printer.

Back to [Cross Reference](./../README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/list-item/README.md
Original file line number Diff line number Diff line change
@@ -37,4 +37,6 @@ Lists all jBC program from the BP file that are designated as subroutines on lin

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/list-label/README.md
Original file line number Diff line number Diff line change
@@ -77,4 +77,6 @@ COL,ROW,SKIP,INDENT,SIZE,SPACE(,C): 2,5,2,0,25,4,C

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/list/README.md
Original file line number Diff line number Diff line change
@@ -80,4 +80,6 @@ Produce the report on the currently assigned printer.

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/reformat/README.md
Original file line number Diff line number Diff line change
@@ -53,4 +53,6 @@ See also the [SREFORMAT](./../sreformat/README.md) command.

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/select/README.md
Original file line number Diff line number Diff line change
@@ -147,5 +147,7 @@ Using the same file from Example 3, this jBC program generates an exploded selec
```

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
4 changes: 3 additions & 1 deletion site/jbase/jql/sort-label/README.md
Original file line number Diff line number Diff line change
@@ -47,6 +47,8 @@ If **COL-HDR-SUPP** or **HDR-SUPP**, or the **C** or **H** options are specified

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

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
2 changes: 2 additions & 0 deletions site/jbase/jql/sort/README.md
Original file line number Diff line number Diff line change
@@ -91,5 +91,7 @@ Set up a heading for each page which comprises the words "Sales Code: ", the sal
Produce the report on the currently assigned printer.

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
4 changes: 3 additions & 1 deletion site/jbase/jql/sreformat/README.md
Original file line number Diff line number Diff line change
@@ -38,6 +38,8 @@ Two EOF marks terminate the file on tape.

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

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />
4 changes: 3 additions & 1 deletion site/jbase/jql/sselect/README.md
Original file line number Diff line number Diff line change
@@ -53,6 +53,8 @@ Select all the records in SALES file with an S.CODE value that starts with ABC.

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

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

Back to [jQL Cross Reference](./../jql-keyword-cross-reference/README.md)

<PageFooter />

0 comments on commit e85689a

Please sign in to comment.