Similarly, we do a DELETE first (monitoring for it, of course). Then do an
explicit add (WRITE). For us this is used only for transactional
processing, not things like master files/tables.
Jerry C. Adams
If you can't dazzle them with brilliance, baffle them with bull. -W.C.
Fields
IBM i Programmer/Analyst
--
NMM&D
615-832-2730
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of
(WalzCraft) Jerry Forss
Sent: Wednesday, June 09, 2021 10:04 AM
To: 'RPG programming on IBM i'
Subject: RE: How to prevent CPF5026
How about:
SetLL (Key) File;
If Not %Equal(File);
Write Record;
Else;
Chain (Key) File;
Add amount;
Update Record;
EndIf;
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of
dfreinkel@xxxxxxxxxxxxxxxxx
Sent: Wednesday, June 9, 2021 9:24 AM
To: 'RPG programming on IBM i' <rpg400-l@xxxxxxxxxxxxxxxxxx>
Subject: How to prevent CPF5026
I have a program that writes records to a file, nothing new. However,
occasionally there is a situation where the record already exists and I need
to add the quantity to the total quantity field. That is nothing new.
I do a WRITE(E) followed by IF %ERROR() and then do a update to the record.
This works well.
However, when the system detects the duplicate record, it sends out a
CPF5026 to the job log with an automatic reply C.
I do not want to chain first and then do a WRITE or an UPDATE as needed as
99% of the records will not exist.
How can I prevent the CPF5026 from being generated?
Darryl Freinkel
A4G
Telephone: 770.321.8562 Mobile: 678.355.8562
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
Help support midrange.com by shopping at amazon.com with our affiliate link:
https://amazon.midrange.com
Subject to Change Notice:
WalzCraft reserves the right to improve designs, and to change
specifications without notice.
Confidentiality Notice:
This message and any attachments may contain confidential and privileged
information that is protected by law. The information contained herein is
transmitted for the sole use of the intended recipient(s) and should "only"
pertain to "WalzCraft" company matters. If you are not the intended
recipient or designated agent of the recipient of such information, you are
hereby notified that any use, dissemination, copying or retention of this
email or the information contained herein is strictly prohibited and may
subject you to penalties under federal and/or state law. If you received
this email in error, please notify the sender immediately and permanently
delete this email. Thank You
WalzCraft PO Box 1748 La Crosse, WI, 54602-1748
www.walzcraft.com<
http://www.walzcraft.com> Phone: 1-800-237-1326
As an Amazon Associate we earn from qualifying purchases.