That makes sense, but there's definitely only one LABEL statement here. It only "picks up" the LABEL statement if I read in the tst_format.inc file prior to reading in the tst_informat.inc file. However, if I do that then that puts me back in my original predicament...So by reading in the tst_informat.inc file first, I get to maintain the correct variable order (which is what I wanted), the FORMAT statements in the tst_format.inc file still work (which is what I wanted), BUT the variable names, as they are listed in the tst_informat.inc file, seem to be unaffected by the LABEL commands in the tst_format.inc file (which is Not what I wanted).
... View more