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 Chriss Miller 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: *

  • Users: moskhan
  • Content: Threads
  • Order by date
  1. moskhan

    file reading question

    Hi One of our progress scripts was reading in a group of files (../irepdata.20070701.txt, ../irepdata.20070801.txt, etc..) using the INPUT STREAM command INPUT STREAM s-in THROUGH VALUE ("cat ../irepdata.*.txt") NO-ECHO. however problems happened when I introduced the following set of files...
  2. moskhan

    appending to an already existing file

    Hi, can anyone tell me how I can open a file in append mode in progress? I wish to append to the existing logfile, rather than creating a brand new logfile. If there is a reason why people prefer seperate logfiles, please tell me. thanks in advance moskhan
  3. moskhan

    fixed format file input

    hi I am a newbie at progress and I am stuck at a simple problem. How can I read text from a fixed format file. The example I am provided with uses SET STREAM to read space delimited numbers. But since text has spaces in it. This code does not work. Can anyone suggest something? moskhan PS: is...

Part and Inventory Search

Back
Top