We also need to provide our users with a field into which they can type the table ID for the table they want to query. We'll do this by creating an interface field based on the original input field on the DEMO91 screen.
The name of this field, FLD0004, is not particularly descriptive. Because this field is really the input field for the table ID, we will rename it in the Interface Mapper so that it is more recognizable. The name we use here will appear as the field label in our generated Windows Forms client.
The original FLD0004 field is defined as an input/output field, so by default the Interface Mapper has created its service interface equivalent as an input field, which is what we want here. No further adjustments are necessary.
Notice that the Mappings pane shows the interface field with its new name, TableID, mapping to the COBOL field FLD0004.