The ISPF Table Created by the DECLARE ISPFTABLE Service
Describes the table created by the DECLARE ISPFTABLE service.
If the target ISPF table referenced in the DECLARE ISPFTABLE statement is not open for processing when the
already
RLX
DECLARE ISPFTABLE service is requested, RLX
issues a default ISPEXEC TBCREATE on the dialog's behalf. This is illustrated and explained here.(1) TBCREATE FRUITTBL NAMES(APPLES, ORANGES, PEACHES, IPEACHES) NOWRITE (2) <------------- (3) --------------> (4) 1 - RLX creates the ISPF table identified in the DECLARE ispf_table ISPFTABLE clause. 2 - The ISPF table is comprised entirely of non-key variables 3 - The list of host main and indicator variables appearing in the INTO clause become the column variables of the ISPF target table. 4 - RLX creates a temporary ISPF table (NOWRITE)