|
|
| Author |
Message |
sr14118
New User
Joined: 15 Feb 2005 Posts: 1
|
|
|
|
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 |
|
 |
References
|
Posted: Tue Feb 15, 2005 7:52 pm Post subject: Re: How to find Mainframe Software Version Numbers |
 |
|
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3101 Location: Charlotte,NC USA
|
|
|
|
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 |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3101 Location: Charlotte,NC USA
|
|
| Back to top |
|
 |
|
|