Using DNS services in CICS with TCP IP services

We were using sockets in CICS but had to convert to using TCP IP services. I am not to familar with this facility. To complicate the situation, we want to use DNS services but can't find any material on the its installation. Can you assist me in what defintiions I need to use DNS services in CICS with TCP IP services?

    Requires Free Membership to View

I'm assuming you are referring to database lookup for name=value pairs.....If you are referring to accessing a remote site via the dotted named convention as opposed to the dotted number convention, then you don't have a problem as you just use the former instead of the latter on the relevant Start Connection call.

There are no direct facilities to access DNS databases (for info lookup) via the CIS API. However, you can access this sort of information via Java. Thus, you will need to write Java applications (those starting with a main method ; not EJBs) in order to use the APIs to access this sort of information.

If you have a look on the CICS Web site, find my paper on LDAP usage which will point you in the right direction -- and include info on configuring a LDAP server for CICS and Websphere access for this type of DNS lookup.


This was first published in March 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.