.;
.;  LABSTATION 23 system generation customization file 2
.;
.;  This command file is to be run after sysgen part 1 but before invoking
.;  11SGEN2.
.;
	.ENABLE SUBSTITUTION
	.ENABLE GLOBAL
;
;  REMOTE/MINC system generation customization file #2
;
.;
	.SETS SAVUIC "'<UIC>'"
	SET /UIC=[1,24]
.;
.;
.;  Update BASMCR conditional assembly file to include error messages
.;  and TAL command.
.;
	.SETS FILNAM "SY0:[2,20]BMPRE.MAC;1"
	.TESTFILE 'FILNAM'
	.IF <FILERR> NE 1 .GOTO X990
.;
.;
.;  Create a SLP file for updating BMPRE.MAC
.;
	.OPEN #3 RMSLP.TMP
.ENABLE DATA #3
[2,20]BMPRE.MAC/-AU=[2,20]BMPRE.MAC;1
-/;R$$ATL/,/;R$$ERM/
R$$ATL =	0		; INCLUDE ATL (REMOTE/MINC)
R$$ERM =	0		; INCLUDE ERROR MESSAGES (REMOTE/MINC)
/
.DISABLE DATA #3
	.CLOSE #3
	SLP @RMSLP.TMP
	DEL RMSLP.TMP;0
	.GOTO X999
.;
.;  error entry point
.;
.X990:
;
;  ERROR -- File 'FILNAM' could not be located for updating.
;
.X999:
	SET /UIC='SAVUIC'
