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

How to find Mainframe Environment in which OS,MVS etc


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Kather Basha

New User


Joined: 18 Apr 2007
Posts: 13
Location: Coimbatore

PostPosted: Wed May 09, 2007 3:09 pm
Reply with quote

hi

I am using a IBM personal communication to access mainframe.
I am accessing MF using ISPF 5.2

how i can know in which OS,MVS etc i am working in ...
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Wed May 09, 2007 10:47 pm
Reply with quote

TSO ISPVCALL STATUS
Back to top
View user's profile Send private message
Vineet Joshi

New User


Joined: 11 Dec 2006
Posts: 7
Location: Bhubaneswar

PostPosted: Thu May 10, 2007 5:26 pm
Reply with quote

Hi,

By typing the SAREA command on the commad line you can get the OS.

ELSE

You can go to option 7(dialog test) on ISPF menu.
Then go to option 3(variables).

Now here you can see the variable ZOS390RL, it will tell you the OS.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Thu May 10, 2007 7:55 pm
Reply with quote

Hello,

This
Quote:
TSO ISPVCALL STATUS
provides very much info and it is all in one command, entered at the command line - no need for panel navigation or knowing various selectable options.
Back to top
View user's profile Send private message
Kather Basha

New User


Joined: 18 Apr 2007
Posts: 13
Location: Coimbatore

PostPosted: Fri May 11, 2007 12:24 pm
Reply with quote

Thanks to all

i am really excited seeing responses from MF community icon_biggrin.gif

But when i type tso ispvcall status
i am getting the error message as IKJ56500I COMMAND ISPVCALL NOT FOUND

FYI...
My terminal is connected through IBM Personal communications
ISPF version is 5.2
TSO version :-( sorry i don't know
Back to top
View user's profile Send private message
expat

Global Moderator


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

PostPosted: Fri May 11, 2007 1:12 pm
Reply with quote

Put this into a PDS member and type EX next to the member name.

Code:

/* REXX ***/
SAY 'SYSTEM ID         = ' MVSVAR(SYSNAME)       
SAY 'DFP LEVEL         = ' MVSVAR(SYSDFP)       
SAY 'OP SYSLEVEL       = ' MVSVAR(SYSMVS)       
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 -> All Other Mainframe Topics

 


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 Find the size of a PS file before rea... COBOL Programming 13
No new posts Need COBOL COPY Help in MVS Environment COBOL Programming 4
Search our Forums:

Back to Top