Avoid using Unicode or dbCHar datatypes (EGL) | CAST Appmarq

Avoid using Unicode or dbCHar datatypes (EGL)


Rule Definition
String processing is expensive in EGL COBOL Gen for two reasons - All text data has to be converted to Unicode - EGL has to create/manage strings in its own heap memory manager and garbage collection. DBCHAR is for Double-Byte languages so doubt Halkbank will do this. UNICODE should only be used if intentionally trying to do Unicode processing in COBOL Gen as it is a fixed datatype. If not doing Unicode operations in EGL COBOL Gen, then should use CHAR...Unicode to/from CHAR would require data conversion.

Remediation
Try to reduce the use of Unicode or dbCHar datatypes.

Violation Code Sample
abc unicode(5);   // VIOLATION
def dbCHar(10);  // VIOLATION


Reference
EGL Best Practices: Coding For Performance. November 10, 2009. Edition 2

Related Technologies

Health Factor

  Efficiency


Technical Criterion
Efficiency - Memory, Network and Disk Space Management

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.

Benchmark Statistics

Global Compliance

nan%

Total Violations
0
Total Opportunities
0
Average Violations / App.
nan
The compliance score represents 1 minus the ratio between the number of times a rule has been violated compared to the number of opportunities in a set of applications that the rule could have been violated.

Industry Insights