mpe_datastatus_libs.ddl
Go to the documentation of this file.
1 /**
2  @file mpe_datastatus_libs.ddl
3  @brief ddl file
4  @details
5 
6  @version 9.3
7  @author 4GL Apps Ltd
8  @copyright 4GL Apps Ltd
9 **/
10 
11 create table &curlib..mpe_datastatus_libs(
12  TX_FROM float format=datetime19.,
13  TX_TO float format=datetime19.,
14  libref char(8) label='Library Name',
15  libsize num format=SIZEKMG. label='Size of file',
16  table_cnt num label='Number of Tables',
17  constraint pk_mpe_datastatus_libs
18  primary key(libref,tx_to));