The SQL statement includes invalid syntax or does not include required information. 
	 
 
  
 
	 For example, this error would be generated if you coded: 
		
EXEC SQL INCLUDE END-EXEC
 
	 and did not specify the name of the copybook file to INCLUDE. 
	 
 
	  
		Resolution: 
		
 
		Correct the SQL statement and recompile the program.