Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99r-bb - formsc.c24
There are no other files named formsc.c24 in the archive.
 REP 4/1	;24C1
		TV	FORMSC	Miscellaneous routines ,11(5025)
		SUBTTL	Sue Godsell/SRM/EDS/EGM/CDM/AHM/RVM/PLB/MRB/TGS	1-Feb-86
 WIT
		TV	FORMSC	Miscellaneous routines ,11(5041)
	SUBTTL	Sue Godsell/SRM/EDS/EGM/CDM/AHM/RVM/PLB/MRB/TGS/DPM	1-Feb-86
 INS 356/1	;24C2
	5041	DPM	18-Jul-89	SPR:NONE
		Add new TOPS-10 specific error messages to support FORSRT.
			% SII FSORT image cannot be shared
			? CSP Can't create data pages for FSORT
			? CGS Can't merge FSORT
			? CRS Can't remove FOSRT

 INS 47/49	;24C3
	IF10,<
		$FERR (%,SII,21,120,<FSORT image cannot be shared>)	;[5041]
		$FERR (?,CSP,21,120,<Can't create data pages for FSORT>) ;[5041]
		$FERR (?,CGS,21,120,<Can't merge FSORT - error $O>,<T1>) ;[5041]
		$FERR (?,CRS,21,120,<Can't remove FSORT - error $O>,<T1>) ;[5041]
	> ;END IF10

 SUM 200671