I think RSS should also get the new "bind:" prefix like the VScode Db2 for i extension:

select * from table where col1 = ? and col2 = ?;
bind: 'A' 12;
bind: 'B' 34;

This in VScode/Db2i does execute the statement twice, with each pair or values for the ? markers.

It's not perfect - it works with :var style, but uses position like with ? - if you have :var twice in the statement, you have to supply the value twice.

But it has potential.

HTH
Daniel



Am 08.10.2025 um 13:22 schrieb Charles Wilt <charles.wilt@xxxxxxxxx>:

I'd say you're mis-using what's intended/defined as a "Global Variable"...

Why not just add the colon and have RSS prompt for the value?

I do like the idea of RSS remembering values...

Charles

On Wed, Oct 8, 2025 at 11:11 AM Dan Bale <dan.bale@xxxxxxxxxxxxxxxxxxxxx>
wrote:

That's exactly the point. Bob might want to set testvar in his script to
'PRD09A', whereas John might want to set testvar in his script to 'QAB02'.
Bob and John are running the same script in their own RSS sessions. Being
able to define testvar in QTEMP would ensure one's setting isn't plowing
over the other's.

- Dan Bale

-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
Charles Wilt
Sent: Wednesday, October 8, 2025 1:01 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: Re: Creating host variables in QTEMP using RSS

QTEMP would be unique to each connection...

Not sure how that'd be useful to multiple people.

Charles

On Wed, Oct 8, 2025 at 10:52 AM Dan Bale <dan.bale@xxxxxxxxxxxxxxxxxxxxx>
wrote:

Seems I learn something new every day in SQL / RSS. Today, I
discovered I can do this in a script:

create variable dbale/testvar varchar(30); set testvar = 'PRD09A';
select * from ACXDSPPRB where Server = testvar ;

Originally, I had a colon in front of testvar on the select statement,
but RSS prompted me for a value instead of using the value I set in
the prior statement. It would be nice if I could use the colon so
that I can easily copy the statement into RPG and not have to remember
to prefix all host variables with ':' after I paste it into the RPG
source. I'm guessing there's no way around this, but I would love to be
surprised.

Also, IBM explicitly prohibits creating a variable in QTEMP. Bleahh.
This would be extremely useful for RSS scripts that are used by
multiple people simultaneously. Can anyone think of a reason why this
shouldn't be allowed, at least for RSS scripts? If I don't hear any
reasonable objections, I'll create an idea for it.

- Dan Bale

*** 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. ***
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.