0

I have a question regarding the db2 bind process.. Is the sql query stored in any of the catalog tables after the bind process? Can we execute a cobol-db2 program after if the dbrm was deleted just before submitting the job?

mustaccio
  • 18,234
  • 16
  • 48
  • 57

1 Answers1

0

On z/OS if the DBRM was processed in a bind step it will be in the package tables. The DBRM is no longer needed and the program will execute. This is simple to test and validate.