rspec/rules/S1743/cobol/rule.adoc
Fred Tingaud 16f6c0aecf
Inline adoc when include has no additional value (#1940)
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.
2023-05-25 14:18:12 +02:00

26 lines
621 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

== Why is this an issue?
Sassurer que lun des mots clés suivants SQLCODE, DSNTIAR, WHENVER sont présents dans le programme DB2
Lun 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[]