SirPro Print All Information facility: Difference between revisions
m (misc cleanup) |
|||
Line 24: | Line 24: | ||
<tr><th><p>To VTAM printer:</p></th> | <tr><th><p>To VTAM printer:</p></th> | ||
<td><p class="codeInTable">PRINT QUEUE <i>xxxx</i></p> The printer must have the VTAM printer support option.</td></tr> | <td><p class="codeInTable">PRINT QUEUE <i>xxxx</i></p> The printer must have the VTAM printer support option. | ||
<p class="note"><b>Note:</b> VTAM printer support is no longer available as of Model 204 version 7.6.</p></td></tr> | |||
<tr><th><p>To a data set:</p></th> | <tr><th><p>To a data set:</p></th> |
Revision as of 00:34, 28 January 2017
The programmer's PAI facility helps SOUL developers by running an extract of records in order to:
- View a sample of the record structure stored in the Model 204 file.
- Extract a sample of the data for reloading into a test data base.
Using the PAI screen
To use the PAI facility, select option 3 from the SirPro main menu. RKTools displays the Print All Information (PAI) screen.
Supply values in the fields shown, as described below:
Use Parms | The default directs the output to the terminal. To direct the output elsewhere, specify the output destination DDNAME or the printer ID. Use the following syntax:
| ||||||
---|---|---|---|---|---|---|---|
File Name | The name of the file (as many as eight characters) to be searched. | ||||||
Password | The password for the file, if needed. | ||||||
Field Name | The field name to search for. | ||||||
Operator | A standard Model 204 operator command; for example, = , IS GT , IS LT . | ||||||
Value | The value of the field to search for. |
Press F11 to toggle between CHECKON and CHECKOFF. CHECKON checks whether the field names are defined to the file before execution by looking in the Model 204 dictionary for the file/field combination. CHECKOFF executes without first checking the field names against METADATA entries. Use CHECKOFF when editing is not required or the file data are not available from METADATA.
As long as you remain in RKTools, the PAI input screen will retain your latest input. If you leave RKTools, you lose the contents of the screen.
See also
- SirPro
- SirPro procedure-list selection
- SirPro procedure-list operations
- SirPro command processor
- SirPro Print All Information facility
- SirPro field definition display
- SirPro CCASTAT password maintenance
- SirPro file-group maintenance
- SirPro change management tools and functions
- SirPro date processing