	.TITLE	LIBR Library containing RSO_CLOSE and RSO_OPEN
	.IDENT	/1.000/
;
;		Version:	VMS 4.1
;		Language:	MACRO-32
;		Date:		23-Oct-85
;		Author:		Victor Lindsey
;
;	The information in this document is subject to change without
;	notice and should not be construed as a commitment by VLSystems
;	to support it at this time, unless such is stated elsewhere in
;	writing.  This software is being made available to U.S. DECUS
;	members for use on Digital Equipment Corp. VAX computers running
;	VMS version 4.1 or later.  Neither the author nor VLSystems
;	warrants this software for any purpose; those who elect to use
;	this code do so at their own risk.
;
;	Submitted to the VAX SIG DECUS Library in May, 1986
;

	.PSECT	RLB_TRANSFER	,  PIC,CON,REL,LCL,  SHR,  EXE,  RD,NOWRT,LONG

START_XFER:
	.EXTERNAL RSO_CLOSE
	.TRANSFER RSO_CLOSE
	.MASK	RSO_CLOSE
	JMP	RSO_CLOSE+2

	.EXTERNAL RSO_OPENI
	.TRANSFER RSO_OPENI
	.MASK	RSO_OPENI
	JMP	RSO_OPENI+2

	.EXTERNAL RSO_OPENO
	.TRANSFER RSO_OPENO
	.MASK	RSO_OPENO
	JMP	RSO_OPENO+2

	.EXTERNAL RSO_OPENX
	.TRANSFER RSO_OPENX
	.MASK	RSO_OPENX
	JMP	RSO_OPENX+2

	.REPEAT <128. - <<.-START_XFER>/8.>>
		.WORD	0
		JMP	L^.
	.ENDR

	.END
