hi, I have a jcl that allocate vsam, but the data file have only dat and don't create the IDX file. in Server Administration I have in Configuration Information [ES-Environment] ESP=D:\ED\progetti\eclipse\IF00\SYSTEM MF_CHARSET=A extfh=$ESP\cfg\extfh.cfg and in extfh.cfg file I have IDXFORMAT=8 (default!): [XFH-DEFAULT] FILEMAXSIZE=8 IDXFORMAT=8 BASENAME=ON RELDATBUF=65000 SEQDATBUF=512000 INDEXCOUNT=65000 IDXDATBUF=65000 STRIPSPACE=OFF when I run jcl that allocate vsam it store data only on phisical file with extension "DAT" instead on MFE its allocate data in DAT and IDX file. why?
↧