I'm doing some testing for Fortran code and in the Oracle F77 manual https://docs.oracle.com/cd/E19957-01/805-4939/6j4m0vnc5/index.html there is this statement (at the bottom):
“Internal, list-directed output should be avoided.”
Would anyone explain why this type of output should be avoided? Thanks!