Hello rickyt,
add the following lines to your CATIA.dcls file:
catia.IUA_UNLOAD_SHARED : LOGICAL ;
catia.IUA_UNLOAD_SHARED = TRUE;
catia.IUAPROC = '/qq/xx/prog/proc';
catia.IUAPANEL = '/qq/xx/prog/panel';
catia.IUAMODULE = '/qq/xx/prog/load';
catia.PGMUSR = '/qq/xx/prog/pgm';
create the directories and put the appropriate files in them.
Regards Stefan