Once the user has entered the selection fields, the system will selected records that match the values entered and display them on the screen. The user will then be prompted to enter an option. These options are detailed below.

 Display next page

The user can display the next page of the selected records, assuming there is more than 1 page, by pressing either the PFWD$ or DROP$ function keys. Pressing [RETURN] or by entering either '>' or '.' will also cause the next page of the menu to be displayed. If the user is already on the last page, the system will display the first page of the menu.

 Display previous page

The user can display the previous page of selected records by pressing either PBACK$, CLIMB$ or BACK$ function keys. Entering either '<' or ',' will also cause the previous page of the menu to be displayed. If the user is already on the first page, the system will display the last page of the menu.

 SI

When the developer sets up an invert, they will specify a display sort order based on the inverted attribute. However, there are times when the user would like the selected records displayed in ID order. The user can ask the system to present the selected records in ascending ID order where the ID is left justified by entering SI at the option entry.

 Select record

Having performed the inversion, the user is presented with a list of codes by the search routine. If the user identifies a code from the list that wish to enter in the original entry screen, they can have the value transferred back to the original routine by entering the line number representing the desired record.
On entering the line number, the screen refreshes with the original PARADYME routine. The selected value will be loaded into the appropriate input field. NOTE that the user MUST press [RETURN] to accept the value as the entry for the selected field.

 Exit screen

Should the user wish to exit the screen WITHOUT selecting a record, this can be done by entering 0 where prompted for input. This will then return control to the process which initially invoked the inversion routine.