Hello all
I am having a very weird problem. I have already written to files whithin Abaqus subroutines, using the commands below:
open(101,file='E:\Abaqus-Temp\...\result.dat',position='append')
write(101,*) "Step 1..." But now it does not print out because of some reason. I have checked the file permission, but write and read is allowed already. I also tried other write ids such as 106,107,15,7(msg).... Can you please help me? Thanks