Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cyberix1

    Problem reading blank variables

    Thanks for the reply. I shortened the program to limit it to the problem area: PROGRAM TEST CHARACTER*5 MESS CHARACTER*20 FNAME CHARACTER*67 TEXT ITX1 = 14 IWR = 13 FNAME = 'TEST.TXT' OPEN (ITX1, FILE=FNAME, ACCESS='DIRECT', RECL=78...
  2. cyberix1

    Problem reading blank variables

    Program is reading direct formatted text file. Each record consist of two character variables and two integer variables. The first record has text in both character variables but the second record has only blanks in the first character variable. These are the relevant statements used...
  3. cyberix1

    Fortran77 compiler error ?

    I used the GNU Fortran 77 compiler to resurrect an old program. It brought up an error with this statement: 18 READ(IUNI1, 1001,REC=1, END=17) (LINE(I), I=1,IRL) It printed a (1) under the R of REC and a (2) under the E of END and noted: conflicting I/O control statements at (1) and (2)...

Part and Inventory Search

Back
Top