Multiple choice technology mainframe

How to check the success of your binding job

  1. A. Check the bind plan job run success in JMR

  2. B. Checking in the table SYSIBM.SYSPLAN

  3. C. (A) and (B)

  4. D. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Verifying a successful DB2 bind requires two checks: the job execution status (visible in job management tools like JMR) and confirming the plan exists in the DB2 catalog (SYSIBM.SYSPLAN). Using both approaches gives complete confirmation.