1213: attempt to call DEFINED routine Explanation: The DEFINE link time command has been used to 'stub out' a particular routine, but a call to the routine has been made during execution of the program. Action: Either remove all calls to the defined routine from the program, or remove the DEFINE command from your link script.