× 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.



Hi James

SQL on the AS400 can use RRN eg

select rrn(a), a.* from mylib/myfile a

Now you have the rrn, then many possibilities open up.
Just takes a bit of consideration.
Not all SQL db support RRN, go the AS400. (or whatever its called nowdays)


Regards
Frank Kolmann



From: "James H. H. Lampert" <jamesl@xxxxxxxxxxxxxxxxx>
To: "'Midrange Systems Technical Discussion'" <midrange-l@xxxxxxxxxxxx>
Cc:
Date: Fri, 28 Dec 2012 10:54:27 -0800
Subject: Uniquely identifying a record in SQL without a unique key?
I'm beginning to study Scott Klement's JDBCR4 API, as a means of extending
our QuestView product to access external databases (and it would also allow
us to expand our very limited support of data types that are normally
SQL-only), and something suddenly struck me:

Suppose I'm looking at a record, and I decide to make a change to it. And
the file isn't uniquely keyed.

Now, with native RLA, we can easily determine the RRN of the record we're
looking at, and acquire an update lock on that record by its RRN. After
all, RRNs only change if a RGZPFM is done, and that requires an exclusive
lock on the member.

But now, suppose I have to use SQL, JDBC, and the JDBCR4 API. I'm no
expert on SQL (SQL for Dummies is still my primary reference on the
subject), but I don't recall ever reading anything anywhere about a way to
get a record's RRN, or retrieve a record by its RRN, from SQL.

I must be missing *something* here, but what? How do I guarantee that an
update will go to the right record, when I initially read it without a
lock, and apparently can't grab a lock on it by its RRN?

--
JHHL



As an Amazon Associate we earn from qualifying purchases.

This thread ...


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

This mailing list archive is Copyright 1997-2024 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.