If I needed a macro, then given the below I would have a macro about as fast
as I could write a note

         MACRO
         CCB
CCB      DSECT
CCBCODE  DS    XL2
CCBTLEN  DS    H
CCBRMID  DS    X
...

Charles

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On
Behalf Of [email protected]
Sent: Monday, July 18, 2016 3:53 PM
To: [email protected]
Subject: Re: Need Help Idenifying Control Blocks

these structures look about the right size, I have these structures in both
DB2 and MQ dumps but no macro ??? 
2
---------- Original Message ----------
From: Ron hesketh <[email protected]>
To: [email protected]
Subject: Re: Need Help Idenifying Control Blocks
Date: Mon, 18 Jul 2016 12:23:00 +0800

Hi ,
      Have a look in member DSNWCBDS in your DB2 SDSNSAMP dataset,  the
definition is in there.
Its not a macro, but a description of the fields  eg


CCB : COMPOSITE CAPABILITY BLOCK

     OFFSET   OFFSET
    DECIMAL     HEX  TYPE        LENGTH  NAME (DIM)
   ======== ======== ==================  ==============
          0      (0) STRUCTURE     1152  CCB
          0      (0) BIT(16)          2   CCBCODE
          2      (2) SIGNED           2   CCBTLEN
          4      (4) UNSIGNED         1   CCBRMID
          5      (5) UNSIGNED         1   CCBFCOD
          6      (6) UNSIGNED         1   CCBWTNG

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to