How to know the z/OS version installed in Mainframe?

IBM OS/370, MVS, OS/390, Linux, TPF, VM/CMS, VM/ESA, VSE/ESA, z/VM, z/VSE, z/OS, z/OS.e etc...
LotharLochkarte
Posts: 68
Joined: Fri Aug 27, 2010 6:51 pm
Skillset: Nothing
Referer: Nonone

How to know the z/OS version installed in Mainframe?

Postby LotharLochkarte » Tue Mar 22, 2011 1:29 pm

Hi,

can somebody tell me how I can get to know the version of the installed z/OS?

Thanks! :)

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: How to get to know the z/OS version?

Postby Robert Sample » Tue Mar 22, 2011 4:07 pm

1. Contact your site support group and ask them. This is the type of data they have to know and they should be your FIRST point of reference -- not a forum.

2. If you have access to console commands (and not everyone does), D IPLINFO will return a display with the z/OS version.

User avatar
MrSpock
Global moderator
Posts: 809
Joined: Wed Jun 06, 2007 9:37 pm
Skillset: REXX, JCL, DFSORT, Syncsort, Axway MFT, Connect:Direct, FTP, SFTP
Referer: ibmmainframes.com
Location: Raleigh NC USA
Contact:

Re: How to get to know the z/OS version?

Postby MrSpock » Tue Mar 22, 2011 5:37 pm

If you go to the ISPF Dialog Test menu (Option 7) and look at the Variables (Option 7.3) you'll find a few general systems variables:

ZENVIR - Environment Description
ZOS390RL - Indicates the z/OS release running on your system.

LotharLochkarte
Posts: 68
Joined: Fri Aug 27, 2010 6:51 pm
Skillset: Nothing
Referer: Nonone

Re: How to get to know the z/OS version?

Postby LotharLochkarte » Tue Mar 22, 2011 6:14 pm

Thank you both!

I didn't know 7.3, but it seems interesting :)

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

Re: How to get to know the z/OS version?

Postby steve-myers » Tue Mar 22, 2011 9:02 pm

Many shops put this type of information in the ISPF Primary Options Menu, typically at the top right of the screen.

It is also in several CLIST and Rexx variables, which you find in several refrences like this one and this one.

User avatar
DFSHDC40
Posts: 41
Joined: Sat Oct 16, 2010 4:16 pm
Skillset: MVS IMS DB2 JCL ISPF REXX ... and all the glue that keeps them together
Referer: internet
Location: IMS.SDFSRESL

Re: How to get to know the z/OS version?

Postby DFSHDC40 » Wed Mar 23, 2011 3:33 am

MarkZ's IPLINFO gives this and much much more ... also a great Rexx tutorial
If the code hasn't been changed, why is the LKED date today?

User avatar
jaggz
Posts: 356
Joined: Fri Jul 23, 2010 8:51 pm
Skillset: JCL, VSAM,RACF,ACF2,MQ SERIES
Referer: inernet

Re: How to get to know the z/OS version?

Postby jaggz » Thu Mar 31, 2011 10:45 am

Command : TSO ISPVCALL STATUS

Rita Zhang
Posts: 2
Joined: Mon Jul 14, 2014 2:00 pm
Skillset: Working on Mainframe system as system programmer and PCM analyst. (Newbie)
Referer: mainframe system related knowledge

Re: How to get to know the z/OS version?

Postby Rita Zhang » Mon Jul 14, 2014 2:46 pm

Knowing a lot of new methods now. The option 7.3 and the TSO IPLVCALL STATUS are interesting.
I have another method , under SDSF, issue 'WHO' then you could get the version of zOS too.

zosguy
Posts: 1
Joined: Tue Dec 11, 2018 4:31 pm
Skillset: z/OS systems programmer, zOS software development, z/VM, z/Linux, z/VSE
Referer: Found online

Re: How to know the z/OS version installed in Mainframe?

Postby zosguy » Tue Dec 11, 2018 6:01 pm

Enter the following zOS command from the console, SDSF, etc :

D IPLINFO

The following output will be returned, showing the zOS version etc:

IEE254I 05.25.12 IPLINFO DISPLAY 108
SYSTEM IPLED AT 20.53.33 ON 11/12/2018
RELEASE z/OS 02.02.00 LICENSE = z/OS
USED LOAD00 IN SYS1.IPLPARM ON 00179
ARCHLVL = 2 MTLSHARE = N
IEASYM LIST = (00,L)
IEASYS LIST = 00 (OP)
IODF DEVICE: ORIGINAL(00179) CURRENT(00179)
IPL DEVICE: ORIGINAL(00121) CURRENT(00121) VOLUME(Z22RS1)


  • Similar Topics
    Replies
    Views
    Last post