[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Tips on how to modify SQR to run multiple input files and cre ate multiple logs
- Subject: Re: Tips on how to modify SQR to run multiple input files and cre ate multiple logs
- From: "Huss, Robert" <Robert_Huss@BAUSCH.COM>
- Date: Thu, 14 Feb 2002 07:20:24 -0500
Couldn't you just rename the log file after creating in from within the sqr.
See the below file functions.
FILE FUNCTIONS+3.0
DELETE(t_filename) --> #n_error_code_or_zero
EXISTS(t_filename) --> #n_error_code_or_zero
RENAME(t_oldname,t_newname) --> #n_error_code_or_zero
from: http://www.ontko.com/sqr/sqrcard6.html
Robert Huss
--------
Date: Wed, 13 Feb 2002 09:34:37 -0500
From: Joe <jej1216@YAHOO.COM>
Subject: Tips on how to modify SQR to run multiple input files and create
multiple logs
Greetings,
We have an SQR that was written to process 1 input file at a time.
We now have a need to use this SQR to process up to 35 input files in =
one run, and we need 35 unique log files to be written as we process.
Currently, we run each file once, and change the log file name before we =
run the next -- very time-consuming (and brain-numbing).
Any tips or sample code?
Thanks much,
Joe Johnson=20
EMAIL DISCLAIMER
Please Note: The information contained in this message may be privileged and
confidential, protected from disclosure, and/or intended only for the use of
the individual or entity named above. If the reader of this message is not
the intended recipient, or an employee or agent responsible for delivering
this message to the intended recipient, you are hereby notified that any
disclosure, distribution, copying or other dissemination of this
communication is strictly prohibited. If you received this communication in
error, please immediately reply to the sender, delete the message and
destroy all copies of it.
Thank You