MODULE: sarith, scopy
SYSTEM: V2.12.2
NUMBER:	533
MODULE:	sarith, scopy
SYSTEM:	V2.12.2
DATE:	Tue Mar  9 14:15:08 MST 2004
FROM:	valdes

BUG:	In V2.12.2 a bug was introduced such that the 'merge' option no
	longer works.  It produces a segmentation violation type of error.
	The workaround is to produce a temporary file and then use SCOPY.

	DOES NOT WORK:
	    sarith a - b a clobber+ merge+
	WORKAROUND
	    sarith a - b c
	    scopy a,c a clobber+
	    imdel c

STATUS:	Fixed for the next release.

Comments (0)