I assume you are trying to use DB2 Connect V8 to connect to DB2 V7(or lower) on Z/OS ?
Have you checked the compatability of this version of Connect V8 to the database server ?
You can try using CLI Trace to know what request is being sent to the server
Cheers
Sathyaram
Quote:
Originally posted by rkalani
connect to {DB} user {userid} using {password};
call SYSPROC.DSNWZP(?);
terminate;
|