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

On Thu, 13 Mar 2014 20:47:50 +0000, "Stone, Joel"
<Joel.Stone@xxxxxxxxxx> wrote:

Is it OK to find the next contract # during the contract add? I would think that this would be risky and it may be better to simply bump the data area by 1 and then wait and validate it is unique whenever the NEXT user tries to add a contact.

In situations like this I always store the last number used.

Then in the program I increment the number until I'm able to
successfully add the record, and save that number.

Generally I do a setll first, then if not %equal attempt the write.

Assuming that all programs now use the data data and that the data
area is being held with an EXCLRD lock during this, if the setll is
not %equal, the write should not have a duplicate key failure.

The instances where I do this, there generally aren't gaps in the
numbers, so I do a SETGT/READP to get the highest existing record,
then do the SETLL/WRITE. In this instance I could get a duplicate key
halt on the WRITE because of another job adding a record between my
SETLL and my WRITE. But I still do the SETLL first to minimize
duplicate key halts getting put into the job log. (It reduces the
window from the time between my SETGT and my WRITE to the time between
my SETLL and my WRITE.)

Ken
Opinions expressed are my own and do not necessarily represent the views
of my employer or anyone in their right mind.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.