-
Notifications
You must be signed in to change notification settings - Fork 0
/
moulinette.sqlrpgle
860 lines (706 loc) · 27.6 KB
/
moulinette.sqlrpgle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
*%CSTD===========================================================*
** Application. : BSA World - Base Adherent *
** Composant. . : MOUBSAGDE2 Type: SQLRPGLE *
**===============================================================*
** Sous-système : *
** Fonction . . : *
** Sous-fonction: *
**%S=============================================================*
** Description des fonctionnalités: *
** *
** *
** *
**%E=============================================================*
** AUTEUR: MAZO 17/03/2015 12:38 V150317C *
** MODIFS: ** MAZO 17/03/2015 : V150317C 00/ *
*%ECSTD==========================================================*
//-------------------------------------------------------------------------
// RESUME PROGRAMME
// ----------------
// moulinette qui permet :
// - de mettre à jour : gdecdc, gdedec, gdecn1, gdecn2, gdecn3
// si écart entre sr et bsa
//
// à lancer en 3 étapes:
// - etape 1 : cielst = 1 / cieano = 0 / cieupd = 0
// -> listeAdherents de this compagnie origine sr présents dans p0egdepf
// - etape 2 : cielst = 0 / cieano = 1 / cieupd = 0
// - etape 3 : cielst = 0 / cieano = 0 / cieupd = 1
//
// Auteur : N Mazo Date : 09/03/2015
//
//-------------------------------------------------------------------------
H dftactgrp(*no) actgrp(*new) bnddir('OUTILS')
/copy h1frptechs/qcopsrc,s_errords
// Définition des DS
// -----------------
d padh e ds extname(t4padhpf)
d mdec e ds extname(p0mdecpf)
d egde e ds extname(p0egdepf)
d mexc e ds extname(p0mexcpf)
// prototype
d Main pr extpgm('MOUBSAGDE2')
d in_parm1 6
d in_parm2 4
d in_parm3 8
d Main pi
d option 6
d compagnie 4
d quantite 8
// Définition des constantes
// Indicateur Valeur nulle
d c_indnull C const(-1)
// type entrée dans le programme
d c_lst c '*lst '
d c_ano c '*ano '
d c_upd c '*upd '
// Définition des variables de travail
d wnumDemSR s 11 0
d wnumObaSR s 11 0
d wkronoAdh s 11 0
d wadhkro s like(adhkro)
d wgdegar s like(gdegar)
d wgdedec s like(gdedec)
d wgdecdc s like(gdecdc)
d wgdecn1 s like(gdecn1)
d wgdecn2 s like(gdecn2)
d wgdecn3 s like(gdecn3)
d wdecdec s like(decdec)
d wdecgar s like(decgar)
d wdecdat s like(decdat)
d wdectdp s like(dectdp)
d wexcord s like(excord)
d wexccod s like(exccod)
d wErrParm s n
d wErrSqlMaj s n
d wErrMajListeAdherent...
d s n
d wErrcorrectionAnos...
d s n
d wErrMajDecision...
d s n
d wErrRechAno s n
d obFound s n
d oneDecSRFound s n
d oneDecGDEFound s n
d wsqlCod_cursAdherent...
d s like(sqlcode)
d wsqlCod_cursDecGarADH...
d s like(sqlcode)
d wsqlCod_cursExcDecSR...
d s like(sqlcode)
d wsqlCod_cursAdherentAnos...
d s like(sqlcode)
d wsqlCod_SR s like(sqlcode)
d wmajDecision s 1n
d wcount s 2s 0
d wcompagnienum s 3s 0
d wquantitenum s 8s 0
d wdecisionGde s 3s 0
d wparm s 9
d wDecGarAdherent...
d s 1s 0
d wnatureDecision...
d s 1a
d uneDecisionAMettreAJour...
d s 1n
d uneDecisionSRRenseignee...
d s 1n
d wdecdatn s 8s 0
d wgaranties s 20a
d wdecisionsSR s 20a
d wdecisionsGDE s 20a
d wCountLu s 8s 0
/free
// constitution laeref :
//
// Cas 1 :
// pos 1 à 11 = num demande sr
// pos 13 à 23 = num OB sr
// pos 25 à... = blanc
// -> l'Ob correspond à la demande SR = OK
//
// Cas 2 :
// pos 1 à 11 = num demande sr
// pos 13 à 23 = num OB 1 sr
// pos 25 à 35 = num OB 2 sr
// -> l'Ob 1 ne correspond pas à la demande SR = KO
// -> l'Ob 2 correspond à la demande SR = ??
//
// ex en R2 : SELECT * FROM p0elaepf WHERE substr(laeref, 5, 7) = '2642739'
// cie laeref kro adh
// 2 00002642739 00003001366 5736157 -> OK ob 3001366 liée à 2642739
// 2 00002642739 00003606253 00003001366 5737703 -> KO ob 3606253 liée à 3240943 ??
//
// --> Donc est exclu l'adherent (ex: 5737703) dont pos 24 long 2 = ' 0' <--
// Curseur des adherents origine SR par compagnie
exec sql
declare cursAdherent cursor for
select kronoADh,
numDemSR,
numObaSR
from qgpl/adhgde2
where rechercheAno is null;
// Curseur des adherents origine SR par compagnie avec Anos
exec sql
declare cursAdherentAnos cursor for
select kronoADh,
numDemSR,
numObaSR
from qgpl/adhgde2
where garantie is not null
and compagnie = :wcompagnieNum
and rechercheAno = 'O'
and correctionAno is null;
// lecture des derniere décision par garantie en Adherent pour une OB
exec sql
declare cursDecGarADH cursor for
select gdegar,
gdedec,
ifnull(gdecdc, 0)
from p0egdepf inner join egdeDerDec on gdekrh=derkroDec
where derkroAdh = :wadhKro;
// lecture des exclusions par décisions/garantie
exec sql
declare cursExcDecSR cursor for
select excord,
exccod
from p0mexcpf
where excdec = :wdecdec
and excgar = :wdecgar
and excoba = :wnumObaSr
order by excgar, excord;
//---------- DEBUT DE PROGRAMME ---------------------------------------
exsr controlParm;
if not wErrParm; // pas erreur parm
select;
when option = c_lst;
exsr listeAdherents;
when option = c_ano;
exsr listeAnos;
when option = c_upd;
exsr correctionAnos;
if not wErrcorrectionAnos;
dsply ('pas erreur -> maj p0egdepf validées');
// sauvegarde adherents modifiés
exsr saveModif;
exec sql commit;
else;
dsply ('erreurs -> maj annulées');
exec sql rollback;
endif;
endsl;
else; // erreur parametre option invalide
m_error('001227'
:*omit
:'parametre '
+ %trim(wparm)
+ ' invalide'
:'*Other'
:'WARN'
:' '
);
endif;
*inlr = *on;
//---------- FIN PROGRAMME ------------------------------------------
//--------------------------------------------------------------------
begsr saveModif;
// ajout dans le fichier de sauvegarde des adhérents modifiés
// car le fichier egdederdec est rab à chaque lancement
exec sql
insert into qgpl/adhgde2sav
(
select *
from qgpl/adhgde2
where dateModif is not null
);
endsr;
//--------------------------------------------------------------------
begsr listeAnos;
exec sql open cursAdherent;
wsqlCod_cursAdherent = sqlCode;
if wsqlCod_cursAdherent = 0; // pas erreur open cursor
// lecture des adhérents
exec sql
fetch next from cursAdherent
into :wadhKro,
:wnumDemSR,
:wnumObaSR;
wsqlCod_cursAdherent = sqlCode;
// curseur adherent :tant que pas d'erreur
dow wsqlCod_cursAdherent = 0 and wCountLu < wquantiteNum;
wgaranties = *blank;
wdecisionsSR = *blank;
wdecisionsGDE = *blank;
wmajDecision = *off;
oneDecGDEFound = *off;
oneDecSRFound = *off;
wCountLu += 1;
exsr rechercheAnos;
// lecture des adhérents
exec sql
fetch next from cursAdherent
into :wadhKro,
:wnumDemSR,
:wnumObaSR;
wsqlCod_cursAdherent = sqlCode;
enddo; // fin boucle curseur adherent
// fermeture curseur
exec sql close cursAdherent;
else; // erreur open curseur adhérent
m_error('001329'
:*omit
:'erreur open curseur cursAdherent'
:'*Other'
:'WARN'
:%char(wsqlCod_cursAdherent)
);
endif;
endsr;
//---------------------------------------------------------------------
begsr rechercheAnos;
werrRechAno = *off;
// lecture des garanties pour cet adhérent
exec sql open cursDecGarADH;
wsqlCod_cursDecGarADH = sqlCode;
if wsqlCod_cursDecGarADH = 0; // pas erreur open cursor
// lecture des garanties de p0egdepf
exec sql
fetch next from cursDecGarADH
into :wgdegar,
:wgdedec,
:wgdecdc;
wsqlCod_cursDecGarADH = sqlCode;
// curseur decision garantie : tant que pas d'erreur
dow wsqlCod_cursDecGarADH = 0;
oneDecGDEFound = *on;
// recherche de la derniére décison renseignée en Sr pour cette Ob/garantie
exec sql
select decdec,
ifnull(decdat, '0001-01-01'),
ifnull(dectdp, 0)
into :wdecdec,
:wdecdat,
:wdectdp
from sri1ddopf
inner join p0mdecpf on ddodec = decdec
and ddooba = decoba
where decoba = :wnumObaSR
and decgar = :wgdegar;
wsqlCod_SR = sqlcode;
if wsqlCod_SR = 0; // decision trouvée en sr pour cette OB/garantie
obFound = *on;
oneDecSRFound = *on;
if wgdecdc <> wdectdp; // decision bsa différente décison sr
select;
when option = c_ano;
wgaranties = %trim(wgaranties)
+ %trim(%char(wgdegar)) + '/';
wdecisionsSR = %trim(wdecisionsSR)
+ %trim(%char(wdectdp)) + '/';
wdecisionsGDE = %trim(wdecisionsGDE)
+ %trim(%char(wgdecdc)) + '/';
when option = c_upd;
exsr majDecision;
endsl;
else; // égalité décision sr/bsa = ne rien faire
endif;
else; // décision non trouvée en SR pour cette OB/garantie
if wsqlCod_SR = 100;
obFound = *off;
select;
when option = c_ano;
wgaranties = %trim(wgaranties)
+ %trim(%char(wgdegar)) + '/';
wdecisionsSR = %trim(wdecisionsSR)
+ '-' + '/';
wdecisionsGDE = %trim(wdecisionsGDE)
+ %trim(%char(wgdecdc)) + '/';
when option = c_upd;
if wgdecdc <> 0;
wdecdat = d'0001-01-10';
wdectdp = 0;
exsr majDecision;
endif;
endsl;
else;
//werrRechAno = *on;
endif;
m_error('001401'
:*omit
:'décision non trouvée pour OB '
+ %char(wnumObaSR)
+ ' garantie ' + %char(wgdegar)
:'*Other'
:'WARN'
:%char(wsqlCod_SR)
);
endif; // fin décision non trouvée
exec sql
fetch next from cursDecGarADH
into :wgdegar,
:wgdedec,
:wgdecdc;
wsqlCod_cursDecGarADH = sqlCode;
enddo; // fin boucle curseur decision garantie pour cet adhérent
exsr majListeADherent;
// fermeture curseur
exec sql close cursDecGarADH;
else; // erreur open curseur cursDecGarADH
m_error('001325'
:*omit
:'erreur open curseur cursDecGarADH'
:'*Other'
:'WARN'
:%char(wsqlCod_cursDecGarADH)
);
endif; // fin erreur open curseur cursDecGarADH
endsr;
//-----------------------------------------------------------------------
begsr affich;
m_error('001443'
:*omit
:' on est à '
+ %char(wCountLu)
:'*Other'
:'INFO'
:' '
);
endsr;
//----------------------------------------------------------------------
begsr exclusions;
wgdecn1 = 0;
wgdecn2 = 0;
wgdecn3 = 0;
exec sql open cursExcDecSR;
wsqlCod_cursExcDecSR = sqlCode;
if wsqlCod_cursExcDecSR = 0; // pas erreur open cursor
// lecture des exclusions
exec sql
fetch next from cursExcDecSR
into :wexcord,
:wexccod;
wsqlCod_cursExcDecSR = sqlCode;
dow wsqlCod_cursExcDecSR = 0; // tant que pas d'erreur
// contrôle parametre -> option
select;
when wexcord = 1;
wgdecn1 = wexccod;
when wexcord = 2;
wgdecn2 = wexccod;
when wexcord = 3;
wgdecn3 = wexccod;
other;
// c'est bizarre...
endsl;
// lecture des exclusions
exec sql
fetch next from cursExcDecSR
into :wexcord,
:wexccod;
wsqlCod_cursExcDecSR = sqlCode;
enddo;
exec sql close cursExcDecSR;
else; // erreur open curseur
m_error('001500'
:*omit
:'erreur open curseur cursExcDecSR'
:'*Other'
:'WARN'
:%char( wsqlCod_cursExcDecSR)
);
endif;
endsr;
//--------------------------------------------------------
// Traitement generation liste des adhérents à traiter
begsr listeAdherents;
wCount = 0;
// recherche si table existe
exec sql
select count(*) into :wCount
from systables
where table_schema = 'QGPL'
and table_name = 'ADHGDE2';
if wCount = 0; // si table pas créée alors création
exec sql
create table qgpl/adhgde2
(compagnie numeric(03, 0) not null,
kronoAdh numeric(11, 0) not null,
numDemSR numeric(11, 0),
numObaSR numeric(11, 0),
garantie character(20),
decisionSR character(20),
decisionGDE character(20),
rechercheAno character(1),
correctionAno character(1),
dateModif timestamp);
else; // si table déjà créée alors suppression lignes
exec sql
delete from qgpl/adhgde2 with nc;
endif;
// alimentation pour cette compagnie
exec sql
insert into qgpl/adhgde2
(compagnie,
kronoAdh,
numDemSR,
numObaSR)
(select adhcie,
adhkro,
dec(substr(laeref, 01, 11), 11, 0),
dec(substr(laeref, 13, 11), 11, 0)
from t4padhpf
inner join p0elaepf on adhkro=laekro
where adhcie = :wcompagnienum
and adhcor = 4
and exists
(select * from p0egdepf where gdekro=adhkro))
;
// EGDEDERDEC
wCount = 0;
exec sql
select count(*) into :wCount
from systables
where table_schema = 'QGPL'
and table_name = 'EGDEDERDEC';
if wCount = 0; // si pas créée alors création
exec sql
create table qgpl/egdeDerDec
(derkroAdh numeric(11, 0) not null,
derkroDec numeric(11, 0) not null);
else; // si créée suppression lignes de la cie
exec sql
delete from qgpl/egdeDerDec with nc;
endif;
// alimentation par rapport à adhgde2
exec sql
insert into qgpl/egdederdec
(derkroAdh, derkroDec)
(
select gdekro, max(gdekrh)
from p0egdepf
where gdekro in (select kronoadh from qgpl/adhgde2)
group by gdekro
);
// adhgde2SAV
wCount = 0;
exec sql
select count(*) into :wCount
from systables
where table_schema = 'QGPL'
and table_name = 'ADHGDE2SAV';
if wCount = 0; // si pas créée alors création
exec sql
create table qgpl/ADHGDE2SAV
(compagnie numeric(03, 0) not null,
kronoAdh numeric(11, 0) not null,
numDemSR numeric(11, 0),
numObaSR numeric(11, 0),
garantie character(20),
decisionSR character(20),
decisionGDE character(20),
rechercheAno character(1),
correctionAno character(1),
dateModif timestamp);
endif;
endsr;
//-------------------------------------------
begsr controlParm;
wErrParm =*off;
// contrôle parametre -> option
select;
when option = c_lst; // generation liste adhérent par cie dans adhgde2
wErrParm = *off;
when option = c_ano; // recherche ano
wErrParm = *off;
// controle parametre quantite obligatoire
if quantite <> *blank;
// test si quantite est numérique
monitor;
wquantiteNum = %dec(quantite:8:0);
on-error; // ko
wErrParm = *on;
wparm = 'quantite';
endmon;
else;
wErrParm = *on;
wparm = 'quantite';
endif;
when option = c_upd; // maj
wErrParm = *off;
other; // optin diff de *lst, *ano, *upd
wparm = 'option';
wErrParm = *on;
endsl;
if wErrParm = *off; // pas d'erreur parametre option
// contrôle parametre -> compagnie
if compagnie <> ' '; // ok
// test si compagnie est numérique
monitor;
wcompagnienum = %dec(compagnie:3:0);
on-error; // ko
wErrParm = *on;
wparm = 'compagnie';
endmon;
if not wErrParm; // valeur du parametre compagnie numerique
wcount = 0;
exec sql
select count(*) into :wCount
from t4pciepf
where ciecie = :wcompagnienum
and cieban = 0;
if sqlcode = 0;
if wCount = 1;
// OK parm compagnie
else;
wErrParm = *on;
wparm = 'compagnie';
endif;
else; // compagnie non trouvée
wErrParm = *on;
wparm = 'compagnie';
endif;
else; // valeur parametre cie non numérique
endif;
else; // parametre compagnie non renseigné
wErrParm = *on;
wparm = 'compagnie';
endif;
else; // erreur parametre option
endif;
endsr;
//----------------------------------------------------------------------
begsr majDecision;
wErrMajDecision = *off;
wmajDecision = *on;
wdecdatn = 0;
if wdecdat <> d'0001-01-01';
wdecdatn = %dec(wdecdat:*iso);
else;
endif;
// boucle de chargement des exclusions de l'ob en sr
if obFound;
exsr exclusions;
endif;
// maj fichier p0egcdepf : gdecdc, gdedec, gdecn1, gdecn2, gdecn3
exec sql
update p0egdepf
set gdedec = :wdecdatn,
gdecdc = :wdectdp,
gdecn1 = :wgdecn1,
gdecn2 = :wgdecn2,
gdecn3 = :wgdecn3
where gdekro = :wadhkro
and gdegar = :wgdegar
with cs;
if sqlcod <> 0;
wErrMajDecision = *on;
wmajDecision = *off;
m_error('001738'
:*omit
:'erreur maj p0egdepf, adhérent ' + %char(wadhkro)
+ ' garantie ' + %char(wgdegar)
:'*Sql'
:'WARN'
:%char(sqlcod)
);
endif;
endsr;
//----------------------------------------------------------------------
begsr correctionAnos;
wErrCorrectionAnos = *off;
exec sql open cursAdherentAnos;
wsqlCod_cursAdherentAnos = sqlCode;
if wsqlCod_cursAdherentAnos = 0; // pas erreur open cursor
// lecture des adhérents
exec sql
fetch next from cursAdherentAnos
into :wadhKro,
:wnumDemSR,
:wnumObaSR;
wsqlCod_cursAdherentAnos = sqlCode;
// curseur adherent :tant que pas d'erreur
dow wsqlCod_cursAdherentAnos = 0;
exsr rechercheAnos;
// lecture des adhérents
exec sql
fetch next from cursAdherentAnos
into :wadhKro,
:wnumDemSR,
:wnumObaSR;
wsqlCod_cursAdherentAnos = sqlCode;
enddo;
exec sql close cursAdherentAnos;
else; // erreur open curseur
m_error('001808'
:*omit
:'erreur open curseur cursAdherentAnos'
:'*Other'
:'WARN'
:%char(wsqlCod_cursAdherentAnos)
);
endif;
endsr;
//----------------------------------------------------------------------
begsr majListeAdherent;
wErrMajListeAdherent = *off;
if oneDecGDEFound;
if oneDecSRFound;
select;
when option = c_ano;
if wgaranties <> *blank; // si au moins une garantie modifiée
exec sql
update qgpl/adhgde2
set garantie = :wgaranties,
decisionSR = :wdecisionsSR,
decisionGDE = :wdecisionsGDE,
rechercheAno = 'O'
where kronoAdh = :wadhkro
with nc;
else; // si aucune garantie modifiée
exec sql
update qgpl/adhgde2
set rechercheAno = 'O',
correctionAno = 'N'
where kronoAdh = :wadhkro
with nc;
endif;
when option = c_upd; // option maj avec des corrections
if wmajDecision; // si correction
exec sql
update qgpl/adhgde2
set correctionAno = 'O',
dateModif = current timestamp
where kronoAdh = :wadhkro
with nc;
endif;
endsl;
else; // aucune decision trouvée pour cette Ob en SR
exec sql
update qgpl/adhgde2
set decisionSR = 'not found',
rechercheAno = 'N'
where kronoAdh = :wadhkro
with nc;
endif;
else; // aucune decision trouvée pour cette Ob en BSA
exec sql
update qgpl/adhgde2
set decisionGDE = 'not found',
rechercheAno = 'N'
where kronoAdh = :wadhkro
with nc;
endif;
if sqlcod <> 0;
wErrMajListeAdherent = *on;
m_error('001842'
:*omit
:'erreur pendant maj adhgde2, adhérent '
+ %char(wadhkro)
:'*Sql'
:'INFO'
:%char(sqlcod)
);
endif;
endsr;
/end-free