mpe_loads.ddl
Go to the documentation of this file.
1 /**
2  @file
3  @brief ddl file
4  @details
5 
6 
7  @version 9.2
8  @author 4GL Apps Ltd
9  @copyright 4GL Apps Ltd
10 **/
11 
12 proc sql;
13 create table &curlib..mpe_loads(
14  csv_dir char(255),
15  user_nm char(50) ,
16  status char(15) ,
17  duration num ,
18  processed_dttm num format=datetime19.3,
19  reason_txt char(2048) ,
20  approvals char(64),
21  constraint pk_mpe_loads
22  primary key(csv_dir));