View previous topic :: View next topic |
Author |
Message |
moyeenkhan Beginner
Joined: 04 Dec 2002 Posts: 64 Topics: 21
|
Posted: Thu Dec 29, 2005 4:44 pm Post subject: DSNREXX CONECT Failure |
|
|
When I issue
Address TSO "SUBCOM DSNREXX"
If RC Then nSfRc=RXSUBCOM('ADD','DSNREXX','DSNREXX')
Address DSNREXX "CONNECT" DB2T in a rexx program, I am unable to connect to the DB2 susbsystem DB2T and I am getting a SQL Code of
-923 for CONNECT.
What am I missing here? |
|
Back to top |
|
|
Ravi Beginner
Joined: 27 Jun 2005 Posts: 88 Topics: 2
|
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Mon Jan 02, 2006 12:39 am Post subject: |
|
|
Hi
Make sure that the DB2 REXX package is bind correctly. You can read more detailes in the manual.
O.
________
Ford HSC engine picture |
|
Back to top |
|
|
|
|