Hi,
I have a format statement as follows;
write(idev,572) lnodef(3,1),lnodef(2,1),lnodef(1,1),lnodef(5,1),lnodef(4,1),lnodef(6,1)
572 format(I7,I7,I7,I7,I7,I7)
However, it is written corrcetly in a windows system but not in Linux
In linux the print is as follows;
************************ 2398 2396 2395
Instead of the first three integers we have *****
please help anyone