Previous Topic: SYSADR.APTAB TableNext Topic: SYSADR.APAUT Table


SYSADR.APRES Table

The SYSADR.APRES table presents the resources included in the application plan. It contains an entry for every program participating in the application plan.

EXEC SQL     DECLARE SYSADR.APRES TABLE
          (APNAME        CHAR(7)         NOT NULL,    
          SQLMOD         CHAR(8)         NOT NULL,    
          SYSID          CHAR(3)         NOT NULL,    
          PGMNAME        CHAR(8)         NOT NULL,    
          PGMVER         CHAR(4)         NOT NULL,    
          RESTYP         CHAR(4)         NOT NULL,    
          PGMLAN         CHAR(6)         NOT NULL,    
          PGMOCC         SMALLINT        NOT NULL,    
          SQLNUM         SMALLINT        NOT NULL,
          COLLID         CHAR(18)        NOT NULL)

The SYSADR.APRES table has the following columns: