No issue at all, it is great!
Just curious if there was a better way of doing SQL in CL. It is a nightmare trying to get all the quotes, double quotes, + CL continuations, etc just right.
Nothing to do with the DOCSQL command, it is the CL parser that is so cumbersome.
I was hoping with SQL so commom these days, and the Iseries at 25 years old now, there would be some magically better way to handle SQL within CL so it wasn't so intimidating and time consuming to get variables into a complex CL stmt!
DOCSQL works perfectly!
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Richard Schoen
Sent: Thursday, March 29, 2012 10:52 AM
To: midrange-l@xxxxxxxxxxxx
Subject: RE: Is there a better way to run SQL in a CL pgm?
So Joel, what's the issue with DOCSQL ?
It does create a source member in QTEMP, but I don't see that as a PCI issue since only that job has access to the source and you can delete the temp file immediately after running the SQL if needed.
You can use RUNSQLSTM, but I believe that needs a source member as well.
Regards,
Richard Schoen
RJS Software Systems Inc.
Where Information Meets Innovation
Document Management, Workflow, Report Delivery, Forms and Business Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site:
http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT
------------------------------
message: 4
date: Thu, 29 Mar 2012 14:13:13 +0000
from: "Stone, Joel" <Joel.Stone@xxxxxxxxxx>
subject: RE: Is there a better way to run SQL in a CL pgm?
Just curious - what IS acceptable in your shop? Placing SQL stmts in a source member? Other methods?
Thanks
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Charles Wilt
Sent: Thursday, March 29, 2012 8:51 AM
To: Midrange Systems Technical Discussion
Subject: Re: Is there a better way to run SQL in a CL pgm?
Note that in our shop...
Doing dynamic SQL like this means and automatic failure of our Secure
Code Review as required for PCI compliance...
Unless RJS's DOCSQL doing something other than what I assume it does...
Charles
On Wed, Mar 28, 2012 at 12:05 PM, Stone, Joel <Joel.Stone@xxxxxxxxxx> wrote:
To do this in CL gets a bit messy with the single-quotes, 2x single quotes, etc.
I am using the RJS software command DOCSQL.
Does IBM provide an SQL interface for running in directly in CL similar to what is shown below?
(without storing commands in a source file member?)
Any idea why they dont?
Is there a better way to do this in CL?
Thanks again!
As an Amazon Associate we earn from qualifying purchases.