Checklist for TCP/IP Listener Implementation using IDMSServer JDBC Type 4 Driver.
The implementation verification steps are as follows:
netstat <port number>
Test IP Address or Hostname from PC to MVS system using the Command Prompt DOS.
On the PC, at the Command Prompt DOS screen, enter the command
ping <ip address> (or hostname)
Example: C:\Documents and Settings\>ping <hostname>
Reply from ##.###.##.##.###: bytes=32 time=46ms TTL=60 Ping statistics for ##.###.##.##.###: Packets: Sent = 4, Received = 3, Lost =1 (25% loss), Approximate round trip times in mill-seconds: Minimum = 45 ms, Maximium = 47 ms, Average = 46ms
Module Offset Date RHDCD0LV +0 001127 1350
RHDCD0LA +25A0 990802
RHDCCDDS +2828 001127 1349
RHDCD0LB +5A48 001106 1701
Test CA IDMS/DB connectivity via IDMSServer IDMSJCF Demo Apps Test (Java Command Facility).
Start/Programs/CA/IDMSServer/JCF Demo App/
Press the Connect button then enter the following:
<your-cv-userid> <your-cv-password>
Once it's connected, verify you can access IDMS SQL tables from the IDMS mainframe databases.
In the JCF Demo App panel, enter the command:
SELECT * FROM SYSTEM.TABLE
Press the Execute button run the command and receive the output.