×
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,
you need to use CHAIN(e) (e for error handler)
-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxxxxxxxx] On Behalf Of Gad
Miron
Sent: Wednesday, 14 December 2022 13:14
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Trap Record lock error
Hello all
I'm wrestling with trapping Record lock in RPGLE PGM With mixed results
Here is a snippet of Birgitta Code
DCL-DS PGMSDS PSDS Qualified; MsgTxt Char(80) Pos(91); End-DS Chain(E)
YourKey YourFile; If %Status = '01218' //Record Lock; //Error Message incl.
the qualified Job who holds the row is in PGMDSD.MsgTxt EndIf;
The %status does not get the 01218 value but the MsgText does get the error
text .
In this code the on-Error never fires
Monitor;
Chain Key MyFileF;
On-Error 1218; // Record-Lock
//Handle Record-Locks
On-Error;
//Handle other errors;
EndMon;
What am I doing wrong?
TIA
Gas
--
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
As an Amazon Associate we earn from qualifying purchases.