Mike
thank you for the suggestion, however FILE-INFO will not work with relative paths if the PROPATH variable is not set, I cannot set that variable on the machines the script is running, how can I then provide paths of type "../data/irepdata.fil" ?
moskhan
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...
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
Thanks Mad Michael,
Your suggestions showed me another way of tackling that problem. I later found examples of fixed format code which showed me my error.
Apparently, progress expects to see 1 space between variables (regardless of whether there are spaces within your string inputs). My 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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.