[comp.os.cpm] {Assistance with FINREP26

pvpullen@CRDEC-VAX2.ARPA ("Paul V. Pullen") (04/25/88)

Assistance is requested with Find-Replace Version 2.6.  I am trying to change
a program written in Hewlett-Packard technical basic to Mbasic.  I am trying 
to use FINREP26 to change the following lines of code to read 'lprint' instead
of 'print', and will then follow up with a change of 'disp' to 'print'.  I have
set the command up as follows:

	B0> finrep payroll.bas /oh/ "PRINT" "LPRINT"

The disk spins, and finrep does its work until it is ready to write to disk.
It returns the following error:

	No space to write file: ++ ABORTED ++

The disk contains 256K of free area, according to STAT:

	B0>stat b:

	bytes remaining on b: 256K

Any ideas would be appreciated 

Paul Pullen 

pvpullen@CRDEC-VAX2.ARPA