Rule Definition
				Maintainability of the code is facilitated if there is documentation in the code. This rule will ensure there are comments within the Artifact				
								
				
				Remediation
				Document your source code in order to keep a  satisfactory comment/code ratio.				
												
				 Violation Code Sample
				
				
..
DECLARE X(N) FIXED BIN CTL; 
N=20;
ALLOCATE X;
.
				 
												 Fixed Code Sample
				
				
..
DECLARE X(N) FIXED BIN CTL; 
N=20;
ALLOCATE X;
..
FREE X;
				 
												
				 Related Technologies
								
				
				
				
				Technical Criterion
				Documentation - Volume of Comments
				
				
				
				
				
					
				
				
				
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.