Go to LeighWeb Home Page            

Back To LeighWeb Mainframe Utilities Page

View the module associated with this documentation

 This utility allows the user to type "lineupto" on the command line while
 editing their COBOL program and have their "TO"s in COBOL MOVE statements
 automatically aligned together.  The utility will scan the program and process
 each paragraph/section seperately and attempt to line up each "TO" to the
 rightmost "TO" in that paragraph/section.  Before aligning it moves the "TO"s
 as far left as possible so as to make the most of available space on a given
 line.  Lines which could not be lined up are marked as edit error lines
 (==ERR>).  Specifying parm "split" will automatically split lines in error (see
 SPLITTO)