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

How to find Mainframe Software Version Numbers


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sr14118

New User


Joined: 15 Feb 2005
Posts: 1

PostPosted: Tue Feb 15, 2005 7:52 pm
Reply with quote

Hi everybody,

I would like to know, is there any way to find the MF software versions which we are using.

For example Oracle : It will show Oracle 9i or 8.1.0 etc.

But where as in the Mainframe where we can find the following information.

CICS
COBOL
JCL
DB2
FOCUS
ENDEAVOR
etc

And Where can I get teh Mainframe Architecture??
Please give me the website where can I get the Mainframe Architecture or if you have any documents please send it to me.

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

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Feb 16, 2005 1:23 am
Reply with quote

Assuming that you are authorized to run jobs against SMPE CSI datasets, the following JCL will give you the desired results.
Code:

//STEP0100 EXEC PGM=GIMSMP                   
//SMPCSI   DD  DSN=ZOS/OS390A.SMPE.GLOBAL.CSI,
//             DISP=SHR
//SMPHOLD  DD DUMMY
//SMPCNTL  DD * 
  SET BDY(GLOBAL) .
  LIST FEATURE.   
/*
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Feb 16, 2005 1:26 am
Reply with quote

A basic overview of the architecture:

www.aceshardware.com/read.jsp?id=50000316
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top