Avoid Functions and Procedures having multiple statements on the same line (PL1) | CAST Appmarq

Avoid Functions and Procedures having multiple statements on the same line (PL1)


Rule Definition
Coding multiple statements on the same line makes the reading and the maintenance more difficult.

Remediation
Do not code more than one statement on the same line.

Violation Code Sample
TEMP1='TEST1';TEMP2='TEST2';TEMP3='TEST3';IF CASTCAST ^= '' THEN RETURN;
Fixed Code Sample
LTTEMP='TEST1';
LTTEMP2='TEST2';
TEMP3='TEST3'
IF CASTCAST^= '' THEN RETURN;

Related Technologies

Health Factor

  Total Quality Index


Technical Criterion
Complexity - Algorithmic and Control Structure Complexity

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

98.20%

Total Violations
694
Total Opportunities
38,477
Average Violations / App.
115.67
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

Manufacturing

98.07%

Financial Services

94.51%

IT & Business Consulting

96.19%