MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DB2 V10 - DSNDRIB -Macro

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database
View previous topic :: View next topic  
Author Message
zefrim
Beginner


Joined: 29 Jun 2006
Posts: 22
Topics: 19

PostPosted: Tue Jan 18, 2011 7:17 am    Post subject: DB2 V10 - DSNDRIB -Macro Reply with quote

Hi

I need the structure (definitions) of the new DSNDRIB macros which is located in the SDSNMACS for the new DB2 V.10.

Unfortunately, I can see the IBM-books no exact description of this macro
Thanks
zefrim
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12375
Topics: 75
Location: San Jose

PostPosted: Tue Jan 18, 2011 11:27 am    Post subject: Reply with quote

zefrim,

IIRC, DSNDRIB maps to release information block (RIB) which is used for DSNALI.

You can see if this layout matches

Code:

 DCL   PTR_RIB     POINTER;            /* RELEASE INFORMATION BLOCK   */
 DCL 1 RIB         BASED(PTR_RIB),     /* V2R3: LENGTH 44 BYTES       */
       2 CODE      BIN FIXED(15,0),    /* BLOCK IDENTIFIER            */
       2 TLEN      BIN FIXED(15,0),    /* BLOCK LENGTH                */
       2 EYEC      CHAR(04),           /* EYECATCHER                  */
       2 CID,                          /* COMPONENT IDENTIFIER        */
         3 ECODE   CHAR(04),           /* ENVIRONMENT CODE            */
         3 PCODE   CHAR(03),           /* PRODUCT CODE                */
         3 FCODE   CHAR(02),           /* FEATURE CODE                */
       2 REL       CHAR(03),           /* RELEASE IDENTIFIER          */
       2 CPTR      POINTER,            /* CHANGE INFORMATION -> CINFO */
       2 CNUMB     BIN FIXED(31),      /* # ELEMENTS IN CINFO (8 BITS)*/
       2 RSRV2     CHAR(16),           /* RESERVED                    */
       2 CINFO     CHAR(00),           /* CHANGE LEVEL ARRAY (EMPTY)  */
       2 END       CHAR(00);           /* RIB END                     */



Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
papadi
Supermod


Joined: 20 Oct 2009
Posts: 594
Topics: 1

PostPosted: Tue Jan 18, 2011 4:16 pm    Post subject: Reply with quote

I suppose that if the question is asked enough places . . .

Time to houseclean "over there".

Sad
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Database All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group