[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

UNIX and LOG Files



I have opened the script used to execute an SQR.  There was not a -O
flag set in the line SQRFLAGS so I added one.
The old code was:
SQRFLAGS="-f$HOME/output/$filename.lis -i$PS_USQR/;$PS_SQR/
-e$HOME/output/$filename.log"

The revised code became:
SQRFLAGS="-f$HOME/output/$filename.lis -i$PS_USQR/;$PS_SQR/
-e$HOME/output/$filename.log -o$HOME/output/$filename.log"

When I tried executing the script I encountered:
Unknown flag on command line: -o/home/gacker1/output/garncnv.log

Hope this additional information is helpful...
Dave