View previous topic :: View next topic
|
Author |
Message |
Sandeep D. Patil
New User
Joined: 29 Jun 2008 Posts: 23 Location: mumbai
|
|
|
|
Hi,
I would like to know can we know on which mainframe machine we are working on. Like z9 or etc.. is there anyy command by which we can know this ?
Thanks |
|
Back to top |
|
|
genesis786
Active User
Joined: 28 Sep 2005 Posts: 210 Location: St Katherine's Dock London
|
|
|
|
try (might be site specific)
|
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Try
Code: |
SAY 'SYSTEM ID = ' MVSVAR(SYSNAME)
SAY 'DFP LEVEL = ' MVSVAR(SYSDFP)
SAY 'OP SYSLEVEL = ' MVSVAR(SYSMVS)
SAY 'JES2 INFO = ' SYSVAR(SYSJES)
SAY 'JES2 NODE = ' SYSVAR(SYSNODE) |
|
|
Back to top |
|
|
Sandeep D. Patil
New User
Joined: 29 Jun 2008 Posts: 23 Location: mumbai
|
|
|
|
This not working |
|
Back to top |
|
|
PeD
Active User
Joined: 26 Nov 2005 Posts: 459 Location: Belgium
|
|
|
|
or
Code: |
TSO ISPVCALL STATUS |
|
|
Back to top |
|
|
Sandeep D. Patil
New User
Joined: 29 Jun 2008 Posts: 23 Location: mumbai
|
|
|
|
Can any one tell me where to use this above command ? |
|
Back to top |
|
|
Sandeep D. Patil
New User
Joined: 29 Jun 2008 Posts: 23 Location: mumbai
|
|
|
|
thanks I got it ......
thanks Pierre |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Try
Code: |
TSO ISPVCALL STATUS |
What error message does it show? |
|
Back to top |
|
|
Escapa
Senior Member
Joined: 16 Feb 2007 Posts: 1399 Location: IL, USA
|
|
|
|
Quote: |
try (might be site specific)
Code:
TSO SHOWMVS
|
Hi genesis786, Thanks...
The result of it is not only operating system but much more important information like all installed system software versions, Run-time envirnments and UNIX system services etc...
Its |
|
Back to top |
|
|
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 8796 Location: Welsh Wales
|
|
|
|
Sandeep D. Patil wrote: |
This not working |
Could you please be a little more specific here as there are at least two posts to choose from, which one or both are not working. |
|
Back to top |
|
|
Sandeep D. Patil
New User
Joined: 29 Jun 2008 Posts: 23 Location: mumbai
|
|
|
|
Hi Expat,
I did not knew where to use those command, I asked u abt that .
I used TSO ISPVCALL STATUS and this is working .
And
TSO SHOWMVS
This is not working
Thanks any way I got my answer to my query ....... Thanks to all of u |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
I was going to suggest console command D M=CPU will tell you, but if you've got the answer already then you don't need it. |
|
Back to top |
|
|
|