Hello Nitesh,
What do you mean by "it doesn't work"?. When compiling, it stops? When running, a problem occurs? Is there an error message? The computation ends with "my work is done" but the result is not good?
Do you run the same set-up and files as the ones you uploaded before, except changing the name of FORTRAN FILE?
I tried to run the previous sentence and if it is the same issue, you should run a debug configuration with debug options to investigate and may help you.
See e.g. the S9.gfortran.debug configuration in the $HOMETEL/configs/systel.edf.cfg configuration file, in particular the flag fflags_debug_gfo for gfortran compiler.
fflags_debug_gfo: -g -Wall -fcheck=all -fbacktrace -fbounds-check -finit-integer=-1 -finit-real=nan -ffpe-trap=invalid,zero,overflow
In this case, there is an issue when trying to read the FORMATTED DATA FILE 1 as there is no such file defined in the steering file.
Hope this helps,
Chi-Tuan