OK INPUT


OK INPUT is used in input processes to make an item modifiable. This can be used for fields that are conditionally modifiable depending on prior entries.

    ••••• OK INPUT ••• •••••••••••••••••••••• ••• (AT APPEARANCE # •••)
    (1)            (2) (3)                    (4)                  (5)

(1) T/F execution conditions

(2) Application ID

(3) Field name or predefined field

(4) Occurrence (constant/index)

(5) Appearance (constant/index)

Using the Statement

OK INPUT is used in input processes to make an item modifiable. This can be used for fields that are conditionally modifiable, depending on prior entries. The appearance number can be used if the same field appears more than once on the image.

The application ID, field name, occurrence, and appearance may all be left blank, in which case the statement is applied to all items on the image.

Restrictions

OK INPUT statements are only valid in image-related event points.

Related Statements

NO INPUT

Example

The following example allows a user to enter a General Ledger account number into a customer’s record if the General Ledger Chart of Accounts file exists.

          IF EXIST TGL BALANCE1            FAIL 0
    T     OK INPUT TAR CUSTOMER ACCOUNT           (AT APPEARANCE #    )