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

Re: Unix and log files -Reply



The -F flag/argument is not at issue.  I am having difficulty retrieving the
LOG file formed during successful execution of the SQR.  My
programming has a number of SHOW commands that should populate the
LOG file.  However, upon successful completion of the SQR I have an
LIS but no LOG.  If the program encounters a syntax/programming error
an LOG file is created containing the SQR error messages (ie, &varname
not defined).  Still looking for the right answer...

Dave

>>> Charu Srinivas <C._Srinivas/dsisys/US@DSISYS.COM> Oct 2
7:59am >>>
Dave-
          When you are running the sqr on the Unix prompt just use the
redirect sign(>>) to redirect the output to the desired file in the desired
directory. You can use :
sqr filename.sqr login/password -f directory name >>
directoryname/filename

Hope this helps.

Charu