IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

[FAQ]What is the current version of DB2


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
narvapreddy
Warnings : 1

New User


Joined: 29 May 2005
Posts: 5

PostPosted: Thu Oct 13, 2005 3:47 pm
Reply with quote

Hi every one,

may i know what is the current version of db2
Back to top
View user's profile Send private message
withnams

New User


Joined: 06 Jul 2005
Posts: 26
Location: Chennai

PostPosted: Fri Oct 14, 2005 4:53 pm
Reply with quote

In Db2 run commands....type
- DISPLAY GROUP and press enter.

You wil get all the details about DB2 installed in your system.
Back to top
View user's profile Send private message
bheemas

New User


Joined: 19 Sep 2005
Posts: 6

PostPosted: Wed Oct 19, 2005 12:43 pm
Reply with quote

Hi,

alternatively you can execute this query in SPUFI to view DB2 Version parameters.

SELECT JUR_CODE, SSID, MVS, DSGROUP
FROM USS@DB2.DSSJTAB, USS@DB2.DSSKTAB
WHERE MVS = LPAR
ORDER BY DSGROUP DESC, JUR_CODE, MVS
;

Let me know if it works in ur shop.

Regards,
Bheemas
Back to top
View user's profile Send private message
EnjoyMF

New User


Joined: 27 May 2005
Posts: 88

PostPosted: Sun Nov 13, 2005 11:45 pm
Reply with quote

hi bheemas


The query give by u in not working
i am getting -204
SQLCODE = -204, ERROR: USS@DB2.DSSJTAB IS AN UNDEFINED NAME


Regards
prasad
Back to top
View user's profile Send private message
bheemas

New User


Joined: 19 Sep 2005
Posts: 6

PostPosted: Tue Nov 15, 2005 9:59 am
Reply with quote

The table name on which you need to run this query is DSSJTAB. Find out on what qualifier it exists in your project. probably you may not be having USS@DB2.

Regards,
Bheemas
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts Changeman - how can we know the curr... Compuware & Other Tools 2
No new posts Fetch data from programs execute (dat... DB2 3
No new posts replace word 'MONTH' with current mon... SYNCSORT 11
Search our Forums:

Back to Top