Tidy up
This commit is contained in:
+11
-13
@@ -1,10 +1,8 @@
|
|||||||
# Developer Utilities
|
These are personal utility commands that I wrote somewhere in my career. They made my life easier. Maybe they will make your life easier.
|
||||||
|
|
||||||
These are personal utility commands that I wrote somewhere in my career, to make my life easier. Maybe they will make your life easier.
|
|
||||||
|
|
||||||
And you can see some examples of simple command definitions.
|
And you can see some examples of simple command definitions.
|
||||||
|
|
||||||
## QRY Query (List) File Contents
|
# QRY - Query (List) File Contents
|
||||||
|
|
||||||
This just a quick and dirty shorthand way to look at the contents of a file. You probably know that you can list the contents of a file by `RUNQRY *NONE filename`. I got tried of typing the *NONE and instead wanted to simply enter `QRY filename`. Hence this command.
|
This just a quick and dirty shorthand way to look at the contents of a file. You probably know that you can list the contents of a file by `RUNQRY *NONE filename`. I got tried of typing the *NONE and instead wanted to simply enter `QRY filename`. Hence this command.
|
||||||
|
|
||||||
@@ -12,11 +10,11 @@ QRY invokes RUNQRY internally. RUNQRY is the runtime component of the old Query/
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Typical QRY, file in library list
|
## Typical QRY, file in library list
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### QRY With Selection
|
## QRY With Selection, specifying the library
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -27,15 +25,15 @@ With results like this:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### QRY
|
### QRY
|
||||||
|
|
||||||
The command source
|
The command source
|
||||||
|
|
||||||
#### QRYC
|
### QRYC
|
||||||
|
|
||||||
The CLP command processing program
|
The CLP command processing program
|
||||||
|
|
||||||
## RC - Display File Record Count
|
# RC - Display File Record Count
|
||||||
|
|
||||||
This provides a popup window showing the number of records in a file.
|
This provides a popup window showing the number of records in a file.
|
||||||
|
|
||||||
@@ -49,21 +47,21 @@ You can press F5 and watch any add or delete activity on the file.
|
|||||||
|
|
||||||
RC defaults to the *FIRST member, but you can specify a member:
|
RC defaults to the *FIRST member, but you can specify a member:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
I also have a PDM User-Defined RC option: `RC FILE(&O/&N)`. So in PDM I can do:
|
I also have a PDM User-Defined RC option: `RC FILE(&O/&N)`. So in PDM I can do:
|
||||||

|

|
||||||
which gives this:
|
which gives this:
|
||||||

|

|
||||||
|
|
||||||
### RC
|
## RC
|
||||||
|
|
||||||
The command source
|
The command source
|
||||||
|
|
||||||
### RCC
|
## RCC
|
||||||
|
|
||||||
The CLLE source of the command processing program
|
The CLLE source of the command processing program
|
||||||
|
|
||||||
### RCDD
|
## RCDD
|
||||||
|
|
||||||
The display file for the window
|
The display file for the window
|
||||||
|
|||||||
Reference in New Issue
Block a user