z/OS MVS Program Management: Advanced Facilities
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Binder identification data (version 1)

z/OS MVS Program Management: Advanced Facilities
SA23-1392-00

Figure 1. Format for binder identification data
    Field              Field  Off Leng         Description
    Name               Type   set

   IEWBIDB                              Binder IDR Data, Version 1
   IDBH_BUFFER_ID      Char     0   8   Buffer identifier "IEWBIDB"
   IDBH_BUFFER_LENG    Binary   8   4   Length of the buffer,
                                           including the header
   IDBH_VERSION        Binary  12   1   Version identifier
   *** RESERVED ***    Binary  13   3   Reserved, must be zeros
   IDBH_ENTRY_LENG     Binary  16   4   Length of each entry
   IDBH_ENTRY_COUNT    Binary  20   4   Number of entries in the buffer
   *** RESERVED ***    Binary  24   8   Reserved, must be zeros
   IDBH_ENTRY_ORIGIN           32       First IDR entry


1  IDB_ENTRY                            Binder IDR Entry
   IDB_BINDER_ID       Char     0  10   Binder identification
   IDB_VERSION         Char    10   2   Binder version
   IDB_RELEASE         Char    12   2   Binder release
   IDB_DATE_BOUND      Char    14   7   Date of binding (YYYYDDD)
   IDB_TIME_BOUND      Char    21   6   Time of binding (HHMMSS)
   *** RESERVED ***    Binary  27   1   Reserved, must be zeros
   IDB_MODULE_SIZE     Binary  28   4   Length of module text
   IDB_CALLERID_CHARS  Binary  32   2   Number of significant characters
                                           in IDB_CALLERID
   IDB_CALLERID        Char    34  80   Caller identification
   *** RESERVED ***    Binary 114   2   Reserved, must be zeros
Note:
  1. Generated by binder during binding.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014