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

How to find the OS Version installed


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
deepaannjohn

New User


Joined: 23 Feb 2006
Posts: 19
Location: Bangalore

PostPosted: Wed Feb 04, 2009 3:11 pm
Reply with quote

Hi,

How can I find out the OS version installed in the MF?

TIA
Deepa

Sorry, if this isn't the right place to post this.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Feb 04, 2009 3:15 pm
Reply with quote

Code:

MVSVAR(SYSDFP)
MVSVAR(SYSMVS)                                         
SYSVAR(SYSJES)


All readily available in the manuals.
Back to top
View user's profile Send private message
deepaannjohn

New User


Joined: 23 Feb 2006
Posts: 19
Location: Bangalore

PostPosted: Wed Feb 04, 2009 3:28 pm
Reply with quote

Thank You expat,
used MVSVAR(SYSOPSYS) and got the result.
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Wed Feb 04, 2009 3:40 pm
Reply with quote

this is what I get when I try SYSVAR(SYSOPSYS)


Code:
IRX0221E This system variable is not supported for SYSVAR processing.
     7 +++ SAY SYSVAR(SYSOPSYS)                                     
IRX0040I Error running MYPROGRAM, line 7: Incorrect call to routine   


icon_question.gif
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Wed Feb 04, 2009 4:00 pm
Reply with quote

You can also have other ( more information ) via


Code:
TSO ISPVCALL STATUS
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Feb 04, 2009 5:58 pm
Reply with quote

PeD wrote:
Code:
TSO ISPVCALL STATUS
I had been always using this.. icon_smile.gif
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Feb 04, 2009 6:10 pm
Reply with quote

I can see z/OS version thru' ISPF option 7.3, in that...
Code:
Variable P A Value
ZOS390RL S N z/OS   01.09.00


I guess ZOS390RL is a variable which has OS version.
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Feb 05, 2009 2:12 am
Reply with quote

Quote:
this is what I get when I try SYSVAR(SYSOPSYS)

It should be MVSVAR(sysopsys)
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
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
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts How to copy the -1 version of a membe... TSO/ISPF 4
No new posts Find the occurrence of Key Field (Par... DFSORT/ICETOOL 6
Search our Forums:

Back to Top