View previous topic :: View next topic |
Author |
Message |
kingo Intermediate
Joined: 01 Sep 2006 Posts: 167 Topics: 40 Location: chennai
|
Posted: Mon Mar 03, 2008 12:34 am Post subject: To find the DB2 subsystem |
|
|
How to find the DB2 subsystem id using rexx ?
Regds,
Kingo _________________ IF YOU ARE NOT FOCUSSED ON GOAL ALL YOU SEE IS OBSTACLE. |
|
Back to top |
|
|
stefan Beginner
Joined: 20 Nov 2003 Posts: 41 Topics: 2 Location: Germany
|
Posted: Tue Mar 11, 2008 3:36 am Post subject: |
|
|
As far as I understand it's not possible to get the subsystem id, but maybe it's ok to know the name of the server you're connected to.
Use DSNREXX or RLX or similar product and issue the following SQL:
Code: | SELECT CURRENT SERVER FROM SYSIBM.SYSDUMMY1 |
Hope this helps _________________ Stefan
There are 10 types of people in the world: Those who understand binary, and those who don't. |
|
Back to top |
|
|
|
|