When you solve any problem for the first times it is always good to iterate on the solution part, that is, for a problem with a proportional load use
LOOP,,nt (where nt is the number of time steps)
TIME
LOOP,,5
TANG,,1
NEXT,ni
....
NEXT,nt
If the problem converges in one iteration then you can replace the "5" by a "1" -- but it is good to leave the loop so the "jump" is to the command after the NEXT,ni