0727: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
m (1 revision)  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
{{Error  | {{Error  | ||
|0727  | |0727  | ||
|FORM Variable not referenced  | |DEPRECATED ERROR (as of 4.3) FORM Variable not referenced  | ||
|A string variable referenced a USING clause does not appear anywhere else in the program.  | |A string variable referenced a USING clause does not appear anywhere else in the program.  | ||
|Change the variable in either the FORM or USING statements, or change the program; they must match.  | |Change the variable in either the FORM or USING statements, or change the program; they must match.  | ||
}}  | }}  | ||
[[Category:Error Codes]]  | [[Category:Error Codes]]  | ||
Latest revision as of 18:19, 22 September 2014
| 
 Summary:  | 
 DEPRECATED ERROR (as of 4.3) FORM Variable not referenced  | 
|---|---|
| 
 Cause:  | 
 A string variable referenced a USING clause does not appear anywhere else in the program.  | 
| 
 Remedy:  | 
 Change the variable in either the FORM or USING statements, or change the program; they must match.  |