View previous topic :: View next topic |
Author |
Message |
chandhroo Beginner
Joined: 02 Dec 2002 Posts: 36 Topics: 13
|
Posted: Thu Jun 26, 2003 6:33 am Post subject: DBRMLIB vs LIBRARY option in Bind card. |
|
|
Hi,
I'm confused about the overrides between DBRMLIB dataset and the dataset which is given in LIBRARY option in Bind card. Actually in my JCL, I have base verion dbrm dsn in DBRMLIB dd statement and unit testing, system testing dbrm dsn in LIBRARY option of Bind card. Could you please tell me search order during binding process? Which will be taken first either dsn from DBRMLIB or dsn from LIBRARY option?
Should we refresh CICS region to reflect our change in the plan?
Thanks in Advance.
Regards
Chandra |
|
Back to top |
|
|
CZerfas Intermediate
Joined: 31 Jan 2003 Posts: 211 Topics: 8
|
Posted: Wed Jul 02, 2003 6:46 am Post subject: |
|
|
Hi Chandra,
to my eyes, you override the DD-definition given in the JCL with the DBRMLIB keyword supplied in the bind statement. There is no combined search between those two alternatives.
Therefore you should use either one or the other way of defining your input library for the bind process.
There is no need for a refresh of the CICS region, since the qualifying package is searched within DB2. To use new generated load modules you have to do a CEMT NEWCOPY within the CICS of course.
Regards
Christian |
|
Back to top |
|
|
chandhroo Beginner
Joined: 02 Dec 2002 Posts: 36 Topics: 13
|
Posted: Thu Jul 17, 2003 3:12 am Post subject: |
|
|
Thanks Christian |
|
Back to top |
|
|
|
|