1 RESEQUENCE 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. Format: RESEQUENCE [file-spec] 2 Parameters file-spec 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. 2 Qualifiers /INCREMENT[=n] (D=20) Incremental difference to be used in generating new labels. This qualifier has a maximum value of 99 and must be greater than zero. /FORMAT_LABEL[=n] 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, /FORMAT_LABEL=8000