RESEQUENCE is a command to resequence the statement labels of a FORTRAN IV-Plus source file. The numbers in each subroutine are resequenced independently. The command sequence is: RESEQUENCE outfile[/qualifiers] [=infile] If the input filename is omitted, it is assumed to be the same as the output filename. Qualifiers: JU:justification 1 - left justified column 1 2 - left justified column 2 4 - right justified column 4 5 - right justified column 5 Default is 5. ST:start positive integer Default is 100. IN:increment positive integer Default is 10. BL:number of blocks (>=1,<=50) If this switch is used, the block definitions are prompted for. If it is not, one block containing all the statement numbers is specified. Keywords must be contained in one line (including the open parentheses in some statements, and the characters ERR= or END= in some). Statement numbers must be contained in one line. In rare instances Hollerith constants may cause errors, particularly if they are continued on another line. Please report all incorrect resequencing to Cyndie Folkins. Keep a copy of the original and resequenced files.