.! RESFOR.RNO - RUNOFF SOURCE FOR HELP LIBRARY INPUT
.!
.! IDENTIFICATION - 950040  REV _B
.!
.! UTILIZATION - BECOMES RESFOR.HLP FOR INSERT TO SYSTEM HELP LIBRARY
.!
.! NOTES - TO UPDATE VAX SYSTEM HELP LIBRARY:
.!
.! $ RUNOFF/OUTPUT=RESFOR.HLP RESFOR.RNO
.! $ LIBRARY/REPLACE SYS$HELP:HELPLIB.HLB RESFOR.HLP
.!
.! AUTHOR - W. BROWN, BASD
.!
.! REVISION HISTORY -
.!
.!	REV	V.M	DATE	DESCRIPTION				BY
.!
.!	__	1.0	820715	FIRST RELEASE TO VML			WB
.!	_A	2.2	820915  CLEANED UP TEXT - THIS HEADER		WB
.!	_B	3.0	830301  WILDCARD FILE SPECIFICATIONS ALLOWED	WB
.!

.NO PAGING
.NOHEADER
.NOFILL
.RM 72
1 RESEQUENCE
.FILL
.LM 1
Resequence labels, by program unit, of  VAX-11  compatible  FORTRAN
code.  All program units (e.g., subroutines), contained in a single
file will be resequenced separately.
.NOFILL
.S 1
Format:
.S 1
        RESEQUENCE [file-spec]
.S 1
.LM 0
2 Parameters
file-spec
.FILL
.LM 1
.S 1
Specifies name of FORTRAN source file to be resequenced.  Resequenced
code is written  to a new version under the same file name(s).   Default
file type is "FOR".  All VMS wildcard specifications are permitted.

.S 1
.NOFILL
.LM 0
2 Qualifiers
/INCREMENT[=n] (D=20)
.FILL
.LM 1
.S 1
Incremental difference to be used in generating  new labels.
This qualifier has a maximum value of 99 and must be greater
than zero.
.NOFILL
.LM 0
/FORMAT__LABEL[=n]
.FILL
.LM 1
.S 1
Starting label at which "FORMAT" statements are to  begin  in  each
program unit.  Must be decimal integer having value less than 50001.
The value must be large enough so as to not interfere with the labeling
of other FORTRAN statements.  For example,
.S 1
.BR
		/FORMAT__LABEL=8000
