Common programming errors

A failure in running a PL/I program can be caused by:

  • Logical errors in a source program
  • Invalid use of PL/I (for example, uninitialized variables)
  • Loops and other unforeseen errors
  • Unexpected input/output data
  • Unexpected program termination
  • Other unexpected program results
  • System failure
  • Poor performance