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

How to get total system info


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nkothako

Active User


Joined: 26 Nov 2008
Posts: 125
Location: chennai

PostPosted: Wed May 06, 2009 5:16 pm
Reply with quote

Code:
MVSVAR(SYSDFP)   
MVSVAR(SYSMVS)   
MVSVAR(SYSNAME) 
MVSVAR(SYSOPSYS)
MVSVAR(SYSSMFID)
MVSVAR(SYSSMS)   

SYSVAR(SYSPREF) 
SYSVAR(SYSPROC) 
SYSVAR(SYSLTERM)
SYSVAR(SYSWTERM)
SYSVAR(SYSJES)   
SYSVAR(SYSTERMID)
SYSVAR(SYSTSOE)


through the below instructions i could get some of it, but unable to get remain like cobol, db2 etc..

more over i want get all the informations.. is it possible
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: Wed May 06, 2009 5:18 pm
Reply with quote

Why not talk to your site support group about what you want to know?
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Wed May 06, 2009 9:41 pm
Reply with quote

Quote:
get all the informations

I think you will get better answers if you are more specific. 'All' is too vague.

For compilers, when you compile a program, there is usually a some indication of the release level in the output.

For DB2, there may be a way to get the release level, but you should ask in the DB2 forum. And if you know how to get it manually, we might be able to help in a rexx implementation.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


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

PostPosted: Thu May 07, 2009 2:33 pm
Reply with quote

Pedro wrote:
'All' is too vague.
and they lead to vague answers, such as try using: TSO ISPVCALL STATUS
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
No new posts JCL Dynamic System Symbols JCL & VSAM 3
Search our Forums:

Back to Top