10 likes | 136 Views
Error Types. SYNTAX : Format of instruction is incorrect Compiler will not create an executable Error may be indentified by the compiler development environment LOGICAL : Programming (programmer) error Program may run – output is incorrect Program may “blow off” (abend/terminate) early
E N D
Error Types • SYNTAX: • Format of instruction is incorrect • Compiler will not create an executable • Error may be indentified by the compiler development environment • LOGICAL: • Programming (programmer) error • Program may run – output is incorrect • Program may “blow off” (abend/terminate) early • Most difficult error to locate