|
John Carr <74711.77@compuserve.com> wrote: >After I sent that a I had another question. The trigger thing. >I'm mirroring 6 AS/400's back to a central AS/400. Using DB triggers >on the Plant boxes that feed an APPC program that sends the record to Corp. >On the Corp. AS/400 the APPC program puts the records away (Update/Add >RPG program)to the data base based on the trigger event. How would >I write those fields which have the Null Flag set to YES (on a V3R2 CISC >box using RPGIV)? > >I guess I'm lucky I'm not using Nulls yet huh? Hi John! From what I understand, perhaps you are lucky you aren't using null-capable fields! I'm no expert on trigger programs, but I believe there's no easy way to write a db record passed to a trigger program when the record contains a null map. It seems like you have to move the corresponding null flag explicitly to %NULLIND(field) for each null-capable field before writing out the record. I've been told that you can do this relatively easily using a C program, though. (Please don't ask me how!) Hans Boldt, ILE RPG Development, IBM Toronto Lab, hboldt@vnet.ibm.com +--- | 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 MAJORDOMO@midrange.com | and specify 'unsubscribe MIDRANGE-L' in the body of your message. | Questions should be directed to the list owner/operator: david@midrange.com +---
As an Amazon Associate we earn from qualifying purchases.
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.