Re: z/OS version by Sysres Module

2015-10-23 Thread Itschak Mugzach
If you look at almost any module  in linklib you can see fmid and even prf
level. No needs to ipl in order to identify os version.

Best.
ITschak
בתאריך 23 באוק 2015 18:06,‏ "Peter"  כתב:

> Hello,
>
> Is there a module within SYSRES dataset's which can help me to determine
> the z/OS version ?
>
> This Question is just for the Knowledge sake and not trying solve any
> problem.
>
> Any Pointers ?
>
> Regards,
> Peter
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS version by Sysres Module

2015-10-23 Thread Norbert Friemel
On Fri, 23 Oct 2015 20:35:46 +0530, Peter wrote:

>Hello,
>
>Is there a module within SYSRES dataset's which can help me to determine
>the z/OS version ?
>
>This Question is just for the Knowledge sake and not trying solve any
>problem.
>
>Any Pointers ?
>


//STEP1   EXEC PGM=AMASPZAP  
//SYSLIBDD DISP=SHR,DSN=SYS1.NUCLEUS 
//SYSPRINT  DD SYSOUT=*  
//SYSIN DD * 
  DUMPT IEANUC01 IEASYSID
/*   

Norbert Friemel

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: (External):Re: z/OS version by Sysres Module

2015-10-23 Thread J O Skip Robinson
OP asked literally about 'z/OS version'. Several fine answers followed. But if 
OP is actually interested in something like 'maintenance level', then the 
answer is that nothing will tell you that unless you have zapped some literal 
into a user-modifiable area such as (for example) NUCLEUS. We do that as 
discussed in another recent thread. If you do that, then you can examine your 
own literal a very precise answer. 

.
.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
626-302-7535 Office
323-715-0595 Mobile
jo.skip.robin...@sce.com

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Norbert Friemel
Sent: Friday, October 23, 2015 8:31 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: z/OS version by Sysres Module

On Fri, 23 Oct 2015 20:35:46 +0530, Peter wrote:

>Hello,
>
>Is there a module within SYSRES dataset's which can help me to 
>determine the z/OS version ?
>
>This Question is just for the Knowledge sake and not trying solve any 
>problem.
>
>Any Pointers ?
>


//STEP1   EXEC PGM=AMASPZAP  
//SYSLIBDD DISP=SHR,DSN=SYS1.NUCLEUS 
//SYSPRINT  DD SYSOUT=*  
//SYSIN DD * 
  DUMPT IEANUC01 IEASYSID
/*   

Norbert Friemel


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


AW: z/OS version by Sysres Module

2015-10-23 Thread Peter Hunkeler

> Is there a module within SYSRES dataset's which can help me to determine
the z/OS version ?

> This Question is just for the Knowledge sake and not trying solve any
problem.



"D IPLINFO" gives you that and more. Or look at CVT field CVTPRODN.


--
Peter Hunkeler

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS version by Sysres Module

2015-10-23 Thread Lizette Koehler
Or you can install Mark Zelden's IPLINFO REXX and get so much more.

http://www.mzelden.com/mvsutil.html


Lizette


> -Original Message-
> From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
> Behalf Of Peter Hunkeler
> Sent: Friday, October 23, 2015 8:18 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: AW: z/OS version by Sysres Module
> 
> 
> > Is there a module within SYSRES dataset's which can help me to
> > determine
> the z/OS version ?
> 
> > This Question is just for the Knowledge sake and not trying solve any
> problem.
> 
> 
> 
> "D IPLINFO" gives you that and more. Or look at CVT field CVTPRODN.
> 
> 
> --
> Peter Hunkeler

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS version by Sysres Module

2015-10-23 Thread David Mingee
You might consider installing IPLINFO Rexx code from Mark Zelden's web page.  
It provides this info and much more.  It is freeand he does a great job of 
keeping it up to date. 


David Mingee
Mainframe Consulting
9206 Aintree Drive
Indianapolis, IN  46250
317 288-9588  Home317 903-9455  Cell

  From: Itschak Mugzach <imugz...@gmail.com>
 To: IBM-MAIN@LISTSERV.UA.EDU 
 Sent: Friday, October 23, 2015 2:59 PM
 Subject: Re: z/OS version by Sysres Module
   
If you look at almost any module  in linklib you can see fmid and even prf
level. No needs to ipl in order to identify os version.

Best.
ITschak
בתאריך 23 באוק 2015 18:06,‏ "Peter" <dbajava...@gmail.com> כתב:

> Hello,
>
> Is there a module within SYSRES dataset's which can help me to determine
> the z/OS version ?
>
> This Question is just for the Knowledge sake and not trying solve any
> problem.
>
> Any Pointers ?
>
> Regards,
> Peter
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN