
Inline adoc files when they are included exactly once. Also fix language tags because this inlining gives us better information on what language the code is written in.
26 lines
621 B
Plaintext
26 lines
621 B
Plaintext
== Why is this an issue?
|
||
|
||
S’assurer que l’un des mots clés suivants SQLCODE, DSNTIAR, WHENVER sont présents dans le programme DB2
|
||
|
||
|
||
L’un des mots clés suivants SQLCODE, SQLSTATE, DSNTIAR, WHENVER sont présents dans le programme DB2
|
||
|
||
|
||
----
|
||
IF SQLCODE ou SQLSTATE
|
||
EXEC SQL WHENEVER SQLERROR ….
|
||
EXEC SQL WHENEVER NOT FOUND ….
|
||
----
|
||
|
||
|
||
|
||
ifdef::env-github,rspecator-view[]
|
||
'''
|
||
== Comments And Links
|
||
(visible only on this page)
|
||
|
||
=== on 27 May 2014, 15:43:32 Freddy Mallet wrote:
|
||
As currently defined, this rule is not so valuable as this would generate a lot of false-negatives.
|
||
|
||
endif::env-github,rspecator-view[]
|