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

Find which mainframe I am working on


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Sandeep D. Patil

New User


Joined: 29 Jun 2008
Posts: 23
Location: mumbai

PostPosted: Fri Jun 26, 2009 3:26 pm
Reply with quote

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
View user's profile Send private message
genesis786

Active User


Joined: 28 Sep 2005
Posts: 210
Location: St Katherine's Dock London

PostPosted: Fri Jun 26, 2009 3:32 pm
Reply with quote

try (might be site specific)

Code:

TSO SHOWMVS
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Jun 26, 2009 3:36 pm
Reply with quote

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
View user's profile Send private message
Sandeep D. Patil

New User


Joined: 29 Jun 2008
Posts: 23
Location: mumbai

PostPosted: Fri Jun 26, 2009 3:36 pm
Reply with quote

This not working icon_sad.gif
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Fri Jun 26, 2009 3:40 pm
Reply with quote

or
Code:
TSO ISPVCALL STATUS
Back to top
View user's profile Send private message
Sandeep D. Patil

New User


Joined: 29 Jun 2008
Posts: 23
Location: mumbai

PostPosted: Fri Jun 26, 2009 3:45 pm
Reply with quote

Can any one tell me where to use this above command ?
Back to top
View user's profile Send private message
Sandeep D. Patil

New User


Joined: 29 Jun 2008
Posts: 23
Location: mumbai

PostPosted: Fri Jun 26, 2009 3:50 pm
Reply with quote

thanks I got it ......
thanks Pierre
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Fri Jun 26, 2009 3:54 pm
Reply with quote

Try
Code:
TSO ISPVCALL STATUS
Quote:
This not working
What error message does it show?
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Fri Jun 26, 2009 4:02 pm
Reply with quote

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 icon_cool.gif
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri Jun 26, 2009 4:05 pm
Reply with quote

Sandeep D. Patil wrote:
This not working icon_sad.gif

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
View user's profile Send private message
Sandeep D. Patil

New User


Joined: 29 Jun 2008
Posts: 23
Location: mumbai

PostPosted: Fri Jun 26, 2009 4:23 pm
Reply with quote

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
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jun 26, 2009 5:10 pm
Reply with quote

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
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 FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Mainframe openings in Techmahnidra fo... Mainframe Jobs 0
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
Search our Forums:

Back to Top