Creating a DMCL
The following statement creates DMCL IDMSDMCL:
create dmcl idmsdmcl;
Assigning Buffers
The following statement assigns buffers to files associated with the DMCL:
alter dmcl idmsdmcl
default buffer def_buff
add segment projseg
add segment empseg
default buffer emp_buff
file empseg.indx_file
buffer indx_buff
add segment payseg;
|
Copyright © 2014 CA.
All rights reserved.
|
|