You have a couple of oddities in your files.
In the steady file you are entering data in EBOU for dofs that are not in the problem.
(Not a real issue, but you can delete all the data on the "cartesian" line after "20 20")
In the transient file you are asking for 2 dofs but there is only 1 in a thermal problem.
In the transient solution the order of the ODE is first order. ORDER refers to the temporal order, not the spatial order. Notwithstanding, you can delete the ORDER command as FEAP will default to the correct value.
Lastly, it is a good idea to carefully check the output file to make sure that all of your input data is being read correctly.