SirPro Print All Information facility: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (add graphic)
m (RKTools replaces UL/SPF)
Line 9: Line 9:
==Using the PAI screen==
==Using the PAI screen==
To use the PAI facility, select option 3 from the SirPro [[SirPro#SirPro main menu|main menu]].
To use the PAI facility, select option 3 from the SirPro [[SirPro#SirPro main menu|main menu]].
<var class="product">UL/SPF</var> displays the Print All Information (<b>PAI</b>) screen.
<var class="product">RKTools</var> displays the Print All Information (<b>PAI</b>) screen.


<p class="caption" style="width:450px">PAI facility</p>
<p class="caption" style="width:450px">PAI facility</p>
Line 54: Line 54:
are not available from the <var class="product">Model&nbsp;204</var> dictionary.
are not available from the <var class="product">Model&nbsp;204</var> dictionary.


As long as you remain in <var class="product">UL/SPF</var>, the <b>PAI</b> input screen will retain your latest input.
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">UL/SPF</var>, you lose the contents of the screen.
If you leave <var class="product">RKTools</var>, you lose the contents of the screen.


==See also==
==See also==

Revision as of 22:51, 23 October 2015

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.

PAI facility

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:

To local printer:

$PRINT CLASS=x

To VTAM printer:

PRINT QUEUE xxxx

The printer must have the VTAM printer support option.

To a data set:

OUTxxxx

FILE NAME The name of the file (as many as eight characters) to be searched.
PASSWORD The password for the file, if needed.
FIELD 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 the Dictionary. Use CHECKOFF when editing is not required or the file data are not available from the Model 204 dictionary.

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