Maybe I'm wrong but it sounds more like you're trying to capture the console output from QShell.
If you don't want to set up all the plumbing yourself, check this out:
http://www.github.com/richardschoen/qshoni
The QSHEXEC command will run any Qshell script or command and capture out to an outfile, IFS file, joblog or spool file if you need to keep it.
QSHEXEC CMDLINE(ls)
IFSSTDOUT(*YES)
IFSFILE('/tmp/qshlog.txt')
IFSOPT(*REPLACE)
Regards,
Richard Schoen
Web:
http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
------------------------------
message: 5
date: Thu, 14 Oct 2021 17:51:24 +0000
from: Alan Shore via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx>
subject: RE: [EXTERNAL] Re: Clearing an ifs file
Hi Scott
It is dealing with using QShell's
ability to log its output to a file?
You said that you can specify to tell it to
replace the data vs. append the data.
How would that be accomplished?
Alan Shore
Solutions Architect
IT Supply Chain Execution
[cid:image001.png@01D7C102.9341FE30]
60 Orville Drive
Bohemia, NY 11716
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
E-mail : ASHORE@xxxxxxxxxxxxxxxxxxxx
?If you're going through hell, keep going.?
Winston Churchill
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
Sent: Thursday, October 14, 2021 1:48 PM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Subject: Re: [EXTERNAL] Re: Clearing an ifs file
I'm still not clear on whether you're doing this in a program or
interactive. And, by "the log" do you mean you are using QShell's
ability to log its output to a file? Or are you generating a log in
another way?
The QShell envvar has a directive that you can specify to tell it to
replace the data vs. append the data.
If you do want to do it yourself, is there any reason not to just delete
the log when you're done with it? (Or move it to an archive location?)
On 10/14/2021 12:21 PM, Alan Shore via MIDRANGE-L wrote:
Hi Scott
It?s the log for sftp?ing data to a particular company
We have not been successful ? and the log was just appending the latest dump into the SFTP log in the ifs
The log was just becoming unwieldy
Hence my request ? to clear the SFTP log so that the latest data will be in the log by itself
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L@xxxxxxxxxxxxxxxxxx>
To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l<
https://lists.midrange.com/mailman/listinfo/midrange-l>
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx<mailto:MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx>
Before posting, please take a moment to review the archives
at
https://archive.midrange.com/midrange-l<
https://archive.midrange.com/midrange-l>.
Please contact support@xxxxxxxxxxxxxxxxxxxx<mailto:support@xxxxxxxxxxxxxxxxxxxx> for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com<
https://amazon.midrange.com>
------------------------------
Subject: Digest Footer
As an Amazon Associate we earn from qualifying purchases.