Statements in a common business oriented language (COBOL) source program are obeyed in sequence except when the programmer wishes to jump to a particular part of the program. The verb "GO TO" can be used to jump out of sequence. The programmer should be careful that the locations have been...