Rule Definition
Mixing multiple builtins in the same statement will depreciate the performance and increase complexity of the program.
Remediation
Try to not have only one build in fonction in the same statement.
Violation Code Sample
I = INDEX(TEST1,REPEAT('T',15)) ;
Fixed Code Sample
CASTTEST1 = REPEAT('N',15);
I=INDEX(TEST1,CASTTEST1);
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.