×
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS

Log In

Come Join Us!

Are you an
Engineering professional?
Join Eng-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!
  • Students Click Here

*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Jobs

Why does my program stop writing after the first carriage return?

Why does my program stop writing after the first carriage return?

Why does my program stop writing after the first carriage return?

(OP)
(Fortran 77, Windows 2000)
I am trying to write to a file:

open (2, FILE='outputfile')
write(2,*) 'stuff'
write(2,*) 'more stuff'
...
write(2,*) 'yet more stuff'

The first line writes correctly.  The following lines do nothing and I get no error or warning.
I tried commenting out the first line.  Then the second line writes, but none after.

Any suggestions?

RE: Why does my program stop writing after the first carriage return?

You need to give us the whole program ( or rather, a reduced one ) that shows the problem occuring.

What you've shown above "appears" fine.  However,  you've only shown a few lines out of your code.  There's no way to tell you what is going on here.   Also...  which compiler are you using??

Email me a copy of your code and I wil independently test it for you if you would like.

Dan   
dan@dtware.com
www.dtware.com

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Eng-Tips Forums free from inappropriate posts.
The Eng-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Eng-Tips forums is a member-only feature.

Click Here to join Eng-Tips and talk with other members!


Resources