The syntax PAUSE at the end of any fortran code makes the on-screen output stand still instead of flashing momentarily with the prompts:
*** Pause: Enter system command or press ENTER key to restart:
This can be checked by running the application file generated after the first succesful compilation.
My question, is there any elegant way other than PAUSE syntax to hold the on-screen output without showing the texts as quoted above?
Kind regards!