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



Tim,

Despite what my distinguished colleagues may have said (oh, and welcome
barb) I would use a trigger in this case.

A client of mine had an identical problem (create dates being updated at
change time) and we used a trigger to identify the offending program. The
biggest problem with the journaling approach is that it may not tell you
what program is corrupting the database; the journal records the program
doing the update, not the program supplying the data. For example, if you
have 10 programs that all call a common program to update your record,
passing the new data values as parameters, the 1 common program will show up
in the journal, you need to see the entire call stack to solve your program.
Also, should you be using embedded SQL to update the database the journal
will show the SQL update program not the RPG (or Cobol) program using it.

Having said that, I would create a trigger program that checked for the
change in the field, and when the change occurs I would record everything I
can. At a minimum I would do a dspjoblog output(*print) and a dspjob
output(*print). You may even want to consider checking if the current job is
an interactive job and if so, pop up a window and ask the user to enter a
brief (unlike this email) description of what they are doing. The dspjob
will show you the entire call stack, and the dspjoblog is always nice to
have.

Now, before everyone flames me on the performance impact of all these DSPxxx
commands remember that Tim is trying to find a program that is CORRUPTING
his database, and once found, and fixed, all this trigger stuff goes away.
IMHO, a little performance hit to find a program corrupting my database is
performance well spent.

-Walden

> -----Original Message-----
> From: mcsnet!midrange.com!midrange-l-owner@Mcs.Net
> [mailto:mcsnet!midrange.com!midrange-l-owner@Mcs.Net]On Behalf Of Tim
> Truax
> Sent: Tuesday, January 06, 1998 8:33 PM
> To: ML - Midrange-L
> Subject: Integrity help?
>
>
> Hello all,
> I would like some advice.  I am working with some software that is
> terrible (alot of atrocious hardcoding) and in this particular instance
> -- there are many, many jobs that are affecting 1 field in 1 file and I
> have to identify what program is making a specific change.  (eg)
> File-CUSTMAST  Field-CSCDE9, one program of many is changing this field
> from an 'F' to an 'E', I gotta identify the program and maintain my
> sanity in hardcode village.
> Should I consider a database trigger program?  Any assistance on doing
> this appreciated
> --
> :-) Tim & Dana Truax (-:

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to "MIDRANGE-L@midrange.com".
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


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