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. vallabhi

    Large file with variable length of both text and numbers!

    Thanks a lot mikrom..... I have used the first tip and finished the development. Will get back to you in case of more questions! Thanks Again!!
  2. vallabhi

    Large file with variable length of both text and numbers!

    Though my issue is resolved, I have one more question: Please see below, I want to append 3 files together, How do I go about this? The last file is the huge one. First I have to replace then append two more files to the same file. Please advise. OPEN(UNIT=ISRC, FILE=ARG1...
  3. vallabhi

    Large file with variable length of both text and numbers!

    This is ratfor code (.r files). Before compiling you have to do $rafor < final.r > final.f And then compile it.
  4. vallabhi

    Large file with variable length of both text and numbers!

    Thank you so much mikrom.... It is working! The power of internet is infinity!
  5. vallabhi

    Large file with variable length of both text and numbers!

    Dear xwb, This is not that simple, ofcourse I know what you have told, but I need any user to execute this, and for that Fortran program is the only way with sticky bit set. I need to do the copying in fortran only. This fortran program is part of a large program and any user should be able to...
  6. vallabhi

    Large file with variable length of both text and numbers!

    I need to write to a file of different owner, So I created a fortran file with that owner and set the sticky bit, so that anybody can write into that file. Please see below the code I have written: The excerpts code is as below: OPEN(UNIT=ISRC, FILE=ARG1, STATUS='OLD', ACTION='READ')...
  7. vallabhi

    Large file with variable length of both text and numbers!

    I cannot do it using OS commands, I need to do it in Fortran only. Thats because I am using sticky bit and it works only executable and not in shell script. Please help!
  8. vallabhi

    Large file with variable length of both text and numbers!

    Hello, I would like to read from a file and write into another file. The input file is very large and has variable length and has both text and numbers. How do I copy? If I read 80 characters at a time, the resulting file is less in size to the original file. Since the file is huge unable to...

Part and Inventory Search

Back
Top