DB2/zOS: Recreate DBRMs from remote bounded packages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Rudi

    DB2/zOS: Recreate DBRMs from remote bounded packages

    Hallo,

    I need to recreate (lost) DBRM-sources from packages
    to BIND them on another DB2 system
    which is not accessible via DDF (for remote BIND).

    I've written a REXX program to recreate DBRM-sources from the data in
    SYSIBM.SYSPACKS TMT: reblock to FB(80) and some additional
    informationen: 'DBRM'||X(16+LE NGTH(Stmt))+X(S ECTNO)+X(0)+X(Q UERYNO)+X(20)+S UBSTR(Stmt,5).

    It works fine for DBRMs bound from a DBRMLIB ( BIND PACKAGE/PLAN ...
    LIBRARY() MEMBER() ... ) but not for remote bound packages.

    Does anybody has an idea how to do or where to find information
    between the differences in SYSIBM.SYSPACKS TMT between local and remote
    bound packages?

    So long, Rudi
Working...