From: <hud...@so...> - 2002-08-14 16:41:11
|
Hi all, I created a indexed file with TinyCOBOL and I notice that it generate a index file called <filename>1. Ex: select Arq assign to "arq" organization is indexed access mode is dynamic record key is KeyVar file-status is wsFileStatus. The data file is generated as arq The index file is generated as arq1 Developers, is possible modify TinyCOBOL to generate an indexed file called arq.idx? Exist a config file to this? Thanks Hudson |