View previous topic :: View next topic
|
Author |
Message |
Sayan Bhattacharyya
New User
Joined: 27 Jul 2014 Posts: 7 Location: India
|
|
|
|
Hello,
As part of adding a new functionality,we are integrating a call to a new module in some our online modules.
The new module calls a stored procedure to retrieve data and the data is to be displayed on the CICS screen.
At first there was a problem with promoting the changed onine modules in changeman,after statically linking the new module.
We got over that by calling the new module dynamically in our existing online module and making the load available in one of the concatenated libraries in DFHRPL.
However,now after doing a newcopy,the CICS job is abending with the message CEE3501S The module DSNHADDR was not found.
Do we need to add the sdsnload to the STEPLIB/DFHRPL concatenation ?
We dont deal with CICS and this is a very new venture on our part. Thanks in advance for any help. |
|
Back to top |
|
|
rohitumarjikar
New User
Joined: 15 Dec 2010 Posts: 4 Location: pune
|
|
|
|
Quote: |
Do we need to add the sdsnload to the STEPLIB/DFHRPL concatenation ? |
Yes |
|
Back to top |
|
|
rohitumarjikar
New User
Joined: 15 Dec 2010 Posts: 4 Location: pune
|
|
|
|
what happened to my derails? Is it a Virus ? or I have two Accounts? How can I find my other account? can someone help? Where are all my posts? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
Back to top |
|
|
rohitumarjikar
New User
Joined: 15 Dec 2010 Posts: 4 Location: pune
|
|
|
|
Thanks, I am not sure how can I recover that. I tried on forgot password but it say's invalid userid. Actually this accout has my username as: rohitumarjikar and otheraccount has : RohitUmarjikar but unfortunately something has changed it seems in the system which couldn't recognize my id as 'RohitUmarjikar'. Please suggest. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
your other account is Rohit Umarjikar not RohitUmarjikar
take not of the blank char |
|
Back to top |
|
|
rohitumarjikar
New User
Joined: 15 Dec 2010 Posts: 4 Location: pune
|
|
|
|
my other account is RohitUmarjikar and not Rohit Umarjikar. I tried with both but when I tried with 'Rohit Umarjikar' it doesn't allow and say's invalid password and with 'RohitUmarjikar' or 'rohitumarjikar' username i land here. Is there something changed recently for username proerties as I guess it doesn't care for case anymore ? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
I am able to login back. Thanks Enrico. But not sure what was the issue or what went wrong but I must purge my other account. This is first time I have experienced in last 5 years and may be I was wrong somewhere. |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
Quote: |
my other account is RohitUmarjikar and not Rohit Umarjikar. |
NOPE
the account name is the string displayed above the avatar |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
Quote: |
the account name is the string displayed above the avatar |
Wow!! I thought spaces ( atleast ) are removed before validations.
Thanks..
Btw, Sayan has the answer. |
|
Back to top |
|
|
Sayan Bhattacharyya
New User
Joined: 27 Jul 2014 Posts: 7 Location: India
|
|
|
|
Just wanted to add on that since the existing CICS job is already calling a few batch modules that execute a few call chains pertaining to DB2.So,is it possibile that the sdsnload is already present in the concatenation for the DFHRPL/STEPLIB. Is there a possibility that the DSNHADDR is present in a different library that needs to be added? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
|
|
No Possibilities as, the fact is DSNHADDR member is missing from the lib which is a part of DFHRPL. So you will have to work with CICS admin to rectify and correct DB2 system libs. |
|
Back to top |
|
|
|