×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I've created several stored procedures to run queries using three-part naming to remote systems, but I haven't figured out how to use that to run commands on remote systems. What am I missing?
- Dan Bale
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Rob Berendt
Sent: Friday, March 21, 2025 1:21 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Automate spool download using ACS
I'd write a stored procedure looping through a cursor opened over
https://www.ibm.com/docs/en/i/7.5?topic=services-output-queue-entries-view...
for each selected row I'd pump it through something to do a
- Create or clear a db2 work file (ie crtpf qtemp/spool rcdlen(150))
- CPYSPLF to this file
- CPYTOSTMF
Quite easily done. Really this stuff is so easy I've almost given up on CL instead of trying to shoehorn SQL into CL. I just use Stored Procedures.
Now, implementing that into your corporate change management system is a hoot. The FNG's should pick up on this stuff easily enough.
*** CONFIDENTIALITY NOTICE: The information contained in this communication may be confidential, and is intended only for the use of the recipients named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution, or copying of this communication, or any of its contents, is strictly prohibited. If you have received this communication in error, please return it to the sender immediately and delete the original message and any copy of it from your computer system. If you have any questions concerning this message, please contact the sender. ***
As an Amazon Associate we earn from qualifying purchases.