SirPro Print All Information facility: Difference between revisions
mNo edit summary |
m (mention RKWeb equivalents) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
The programmer's PAI facility helps SOUL developers by running | The programmer's PAI facility helps SOUL developers by running | ||
an extract of records in order to: | an extract of records in order to: | ||
<ul> | <ul> | ||
<li>View a sample of the record structure stored in the <var class="product">Model 204</var> file. | <li>View a sample of the record structure stored in the <var class="product">Model 204</var> file. </li> | ||
<li>Extract a sample of the data for reloading into a test data base. | |||
<li>Extract a sample of the data for reloading into a test data base. </li> | |||
</ul> | </ul> | ||
To use the PAI facility, select | ==Using the PAI screen== | ||
<var class="product"> | To use the PAI facility, select option 3 from the SirPro [[SirPro#SirPro main menu|main menu]]. | ||
<p></p> | <var class="product">RKTools</var> displays the Print All Information (<b>PAI</b>) screen. | ||
<p class="caption">PAI facility</p> | <p> | ||
<p></p> | No equivalent screen and result is directly available in the [[RKWeb]] interface except by issuing an equivalent command using the command processor. | ||
</p> | |||
<p class="caption" style="width:450px">PAI facility</p> | |||
<p class="figure">[[File:SProPAI.png|450px]]</p> | |||
Supply values in the fields shown, as described below: | Supply values in the fields shown, as described below: | ||
<table> | <table class="thJustBold"> | ||
<tr><th> | <tr><th nowrap>Use Parms</th> | ||
<td>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: | <td>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: | ||
<tr><th>To | <table class="thJustBold"> | ||
<td>PRINT | <tr><th><p>To local printer:</p></th> | ||
<td><p class="codeInTable">$PRINT CLASS=<i>x</i></p></td></tr> | |||
<tr><th>To a data set</th> | <tr><th><p>To VTAM printer:</p></th> | ||
<td> | <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> | |||
<td><p class="codeInTable">OUT<i>xxxx</i></p></td></tr> | |||
</table></td></tr> | </table></td></tr> | ||
<tr><th> | <tr><th>File Name</th> | ||
<td>The name of the file ( | <td>The name of the file (as many as eight characters) to be searched.</td></tr> | ||
<tr><th> | <tr><th>Password</th> | ||
<td>The password for the file, if needed.</td></tr> | <td>The password for the file, if needed.</td></tr> | ||
<tr><th> | <tr><th nowrap>Field Name</th> | ||
<td>The field name to search for.</td></tr> | <td>The field name to search for.</td></tr> | ||
<tr><th> | <tr><th>Operator</th> | ||
<td>A standard <var class="product">Model 204</var> operator command; for example, =, IS GT, IS LT.</td></tr> | <td>A standard <var class="product">Model 204</var> operator command; for example, <code>=</code>, <code>IS GT</code>, <code>IS LT</code>.</td></tr> | ||
<tr><th> | <tr><th>Value</th> | ||
<td>The value of the field to search for.</td></tr> | <td>The value of the field to search for.</td></tr> | ||
</table> | </table> | ||
Press | Press F11 to toggle between <var>CHECKON</var> and <var>CHECKOFF</var>. | ||
CHECKON checks whether the | <var>CHECKON</var> checks whether the field names are defined to the file before execution by looking in the <var class="product">Model 204</var> dictionary for the file/field combination. | ||
field names are defined to the file before execution by looking in the | <var>CHECKOFF</var> executes without first checking the field names against METADATA entries. Use <var>CHECKOFF</var> when editing is not required or the file data are not available from METADATA. | ||
<var class="product">Model 204</var> dictionary for the file/field combination. | |||
< | As long as you remain in <var class="product">RKTools</var>, the <b>PAI</b> input screen will retain your latest input. | ||
If you leave <var class="product">RKTools</var>, you lose the contents of the screen. | |||
Use CHECKOFF when editing is not required or the file data | |||
are not available from | |||
As long as you remain in <var class="product"> | |||
latest input. | |||
If you leave <var class="product"> | |||
==See also== | ==See also== |
Latest revision as of 00:40, 22 June 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.
No equivalent screen and result is directly available in the RKWeb interface except by issuing an equivalent command using the command processor.
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