The SYSADR.APTAB table contains an entry for every generated application plan.
EXEC SQL DECLARE SYSADR.APTAB TABLE
(APNAME CHAR(7) NOT NULL,
DTSTAMP CHAR(12) NOT NULL,
MODNUM SMALLINT NOT NULL,
PGMNUM SMALLINT NOT NULL,
TOTSQL INTEGER NOT NULL)
The SYSADR.APTAB table has the following columns:
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|