Rule Definition
Having the naming conventions make the source code more easy to ready and so to maintain.
Remediation
Try to always have SQL Records complying to the naming convention.
Violation Code Sample
Given the follow default values:
First Character - Default value - R
First Character - Default Value - J
First Character - Default Value - T
Second Character - Default value = _
And an SQL record statement as shown below:
record R_USER_LOGON_INFO type SQLRecord
As per the above parameter values the record name Should start with R_ or J_ or T_ because we have given the R , J , T as the first character and the _ as the second character.
So the record R_USER_LOGON_INFO will not be in the violation list .
If The SQL record name is
record K_USER_LOGON_INFO type SQLRecord
The above record violates the rule because its first and second letter K_ are not matching thedefined pattern.
Related Technologies
Technical Criterion
Documentation - Naming Convention Conformity
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.