The limits for CTLPAGES used to be not really big, but we HAVE had success with it.Try, and tell us your results.If this does not help, or does not help enough, you may also get results if you explicitly remove
In fixed-format Fortran, embedded spaces in keywords and variable names have no significance to the compiler. They can be used to improve readability or removed/misplaced to incorporate obfuscation. Keep in mind that Fortran is almost as old as Cobol and, while it has evolved over the years,...
if you need an idea what I am doing, I am intending to make a disk refreshing utility, that can hopefully mark off bad blocks it finds. but so far I have found no functions for marking off bad blocks in win32 API. surely there's something, but search for "mark off bad block" nt...