| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
murthy79
Joined: 22 Sep 2005
Posts: 2
|
| Posted: Fri Oct 21, 2005 3:30 pm Post subject: How to know operating system name and version we are using |
|
|
H all,
How to know operating system name and version I am using? is there any command?
Thanks
Murthy |
|
| Back to top |
|
Kevin
Joined: 25 Aug 2005
Posts: 255
|
| Posted: Fri Oct 21, 2005 4:15 pm Post subject: Re: How to know operating system name and version we are usi |
|
|
| I don't know about a TSO command, but if you go into ISPF option 7.3 and press DOWN a couple of times will get you to the variable ZOS390RL. The contents of ZOS390RL will be what you need. |
|
| Back to top |
|
spanda
Joined: 31 Aug 2005
Posts: 49
Location: U.K.
|
| Posted: Fri Oct 21, 2005 4:27 pm Post subject: Re: How to know operating system name and version we are usi |
|
|
Hi,
I have a little REXX code that shows versions of MVS components being used. You can save this code in a PDS and type 'exec' on the command line.
The code basically derives the version numbers from the TCBs. Try this and let me know if it helps.
Thanks,
Panda. |
|
| Back to top |
|
ikumar
Joined: 02 Aug 2005
Posts: 85
|
| Posted: Fri Oct 21, 2005 4:56 pm Post subject: Re: How to know operating system name and version we are usi |
|
|
Go to spool option SD and type 'WHO', you can see some information about the OS and all....
Cheers,
Kumar. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|