Using detectable fields
When CICS® generates an HTML page from the 3270 data stream, it simulates detectable fields with a text input field preceded by a check box.
Attention: This topic contains Product-sensitive Programming Interface
and Associated Guidance Information.
Before you begin
To use detectable fields, configure the bridge facility associated with the transaction. Refer to Enabling detectable fields.
About this task
Detectable fields are as follows:
- The field attribute byte identifies the field as being detectable or intensified.
- The primary character of the 3270 field contains a valid designator character. This character can be an ampersand (&), a greater then sign (>), a question mark (?), a blank, or a null.
When the check box and text input field are displayed
on the web client, note these characters:
- The designator character in the 3270 field is not displayed. Accordingly, the field length in the web client is one character shorter than it is in the 3270 data stream.
- If the designator character is a greater than sign (>), the check box contains a check symbol (✓). Otherwise, the check box is empty.
To use the detectable field on the web client: