Message No.: 056 Length: 13 Date: 07/04/88 From: BRUCE MORGEN To: ALL Title: DBASEII'S $$$.SUB PLACEMENT (msg edited by sysop) You can solve the problem with dBaseII $$$.SUB files not going into user area 0 as required by Z33/Z34 from dBaseII rather than by mucking about with the CCP? Using the dBaseII machine code interface before the "QUIT TO ????" with the following line should do it: ORG 0A400H MVI C,32 MVI E,0 JMP 5 END That way dBaseII will temporarily be logged into user 0 when it writes $$$.SUB. On exit, the CCP will reassert the entry drive and user, so all will be OK under Z33/Z34/NZCOM. Ê°E ‚nx