<div dir="ltr"><div>Hi,</div><div><br></div><div>Question. Is anyone aware of a problem with F77 on 3B2/400 running</div><div>System V.3 ? When trying to validate a simple program it works as</div><div>expected on Linux. See below. But, on Unix V.3 it does not. You do</div><div>not get the question until AFTER you enter a number.</div><div><br></div><div>Linux:<br></div><div>      PROGRAM HELLO<br>        INTEGER AGE<br>        PRINT '(A)', 'Hello, world. Enter your age :'<br>        READ '(A)', AGE<br>        PRINT '(A)', 'You entered :'<br>        print '(A)', AGE<br>        STOP<br>      END<br>ken@ken-Inspiron-5755:~/fortran$ ./a.out<br>Hello, world. Enter your age :<br>73<br>You entered :<br>73  <br></div><div><br></div><div>Now under Unix</div><div>$ ./a.out<br>73<br>Hello, world. Enter your age :<br>You entered :<br>73  </div><div><br></div><div>Thanks,</div><div>Ken</div><div><br></div><div><br></div><div><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div></div><div>WWL 📚</div><div><br></div><div><br></div></div></div></div></div>