Trainguy
Nearly all of the original benchmark FEA packages were written in FORTRAN and the solvers in assembler. The FORTRAN code is written between columns 7 and 71 in an 80 column record length. Columns 1 to 5 are used for logical reference numbering of statements, while column 6 is a line continuation column. Columns 72 to 80 are used for numbering the lines of code. This was done in case the cards were dropped and needed to be put back in order. For a programmer this could spell disaster. NASTRAN used the same record length of 80 characters for their input fields as it lined up with the 80 character length cards. In large measure this has survived, and even if you are able to read a PATRAN generated NASTRAN bulk deck, it will still be in this format. The "ECHO" is also in this format, if my memory serves me correctly. The input reader routines were written in the 70's, and not changed, "don't fix what aint broke". Some preprocessors allow "free format" input, but behind the scenes this is still converted into the 80 character fixed format of the original NASTRAN input.
So, what you are experiencing, comes from a long line of tactical decisions made many years ago, which still impact on your use of the S/W today.
Ed.