Re: What is a PC Call?

2012-06-01 Thread R.S.

W dniu 2012-06-01 00:43, Mike Schwab pisze:

Just because they added something to the hardware, does not mean they
are ready to add it to the operating system.

When z/VM 6 came out, it required a z10 to run on, because they
changed the software to use hardware introduced with that processort.
Which means they need to support z/VM 5 on older processors until they
upgrade or exceed the reasonable hardware lifetime.

When z/OS 2.1 comes out, it will drop support for z/900 and z/990
processors so they can use hardware feature only available on newer
hardware.  You can still run z/OS 1.13 on older processor but not take
advantage of the newer hardware.


(my €0.02)
It is also possible to use new hardware features OPTIONALLY.
So, if HW >= z10 then exploit_new_features else use_legacy_code.

Good example of such approach was z/OS 1.1 - 1.5
It could run on 64-bit machine as well as on 31-bit machines.
IMHO the difference between 9672 G5 and z/900 was significantly bigger 
than difference between z/990 and z9 (z/OS V2) or z9 and z10 (z/VM V6).




--
Radoslaw Skorupka
Lodz, Poland






--
Tre tej wiadomoci moe zawiera informacje prawnie chronione Banku 
przeznaczone wycznie do uytku subowego adresata. Odbiorc moe by jedynie 
jej adresat z wyczeniem dostpu osób trzecich. Jeeli nie jeste adresatem 
niniejszej wiadomoci lub pracownikiem upowanionym do jej przekazania 
adresatowi, informujemy, e jej rozpowszechnianie, kopiowanie, rozprowadzanie 
lub inne dziaanie o podobnym charakterze jest prawnie zabronione i moe by 
karalne. Jeeli otrzymae t wiadomo omykowo, prosimy niezwocznie 
zawiadomi nadawc wysyajc odpowied oraz trwale usun t wiadomo 
wczajc w to wszelkie jej kopie wydrukowane lub zapisane na dysku.

This e-mail may contain legally privileged information of the Bank and is intended solely for business use of the addressee. This e-mail may only be received by the addressee and may not be disclosed to any third parties. If you are not the intended addressee of this e-mail or the employee authorised to forward it to the addressee, be advised that any dissemination, copying, distribution or any other similar activity is legally prohibited and may be punishable. If you received this e-mail by mistake please advise the sender immediately by using the reply facility in your e-mail software and delete permanently this e-mail including any copies of it either printed or saved to hard drive. 


BRE Bank SA, 00-950 Warszawa, ul. Senatorska 18, tel. +48 (22) 829 00 00, fax 
+48 (22) 829 00 33, www.brebank.pl, e-mail: i...@brebank.pl
Sd Rejonowy dla m. st. Warszawy XII Wydzia Gospodarczy Krajowego Rejestru Sdowego, nr rejestru przedsibiorców KRS 025237, NIP: 526-021-50-88. 
Wedug stanu na dzie 01.01.2012 r. kapita zakadowy BRE Banku SA (w caoci wpacony) wynosi 168.410.984 zotych.


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


Re: What is a PC Call?

2012-05-31 Thread Mike Schwab
Just because they added something to the hardware, does not mean they
are ready to add it to the operating system.

When z/VM 6 came out, it required a z10 to run on, because they
changed the software to use hardware introduced with that processort.
Which means they need to support z/VM 5 on older processors until they
upgrade or exceed the reasonable hardware lifetime.

When z/OS 2.1 comes out, it will drop support for z/900 and z/990
processors so they can use hardware feature only available on newer
hardware.  You can still run z/OS 1.13 on older processor but not take
advantage of the newer hardware.

They may be taking advantage of newer hardware features, but some
features you can't fully utilize until all LPARs have the proper
hardware and software levels.

On Thu, May 31, 2012 at 11:34 AM, Charles Mills  wrote:
> Great stuff Chris, thank you!
>
> The problem I have had with a lot of things like this is that the PoOp
> describes the hardware in a vacuum, as though z/OS did not exist. (As it
> probably should.) It is also "non-judgmental" -- never says "this
> instruction is basically an antique, or is likely to get you into trouble --
> use this other one instead." Then the z/OS manuals describe things using
> z/OS terminology, and it is hard to pull the whole big picture together: you
> can use this hardware facility thusly in the z/OS environment. There is some
> whole addressing mode as I recall that the PoOp spends a bunch of time on
> but that z/OS does not support, so it is basically useless unless you are
> running (or writing!) some OS other than z/OS.
>
> This presentation is great!
>
> Charles

-- 
Mike A Schwab, Springfield IL USA
Where do Forest Rangers go to get away from it all?

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


Re: What is a PC Call?

2012-05-31 Thread John Gilmore
We have discussed elements of this topic over and over again here,
chiefly in terms of its difficulties for novices.  As Bob Shannon has
already noted, it is not at all a new once; but it has to be new to
every programmer at some time.

When you have a question, look first in the archives of this and the
assembler list.  (If you pose a question here or there that has been
discussed at length recently, you will inevitably get short shrift.)

The assembler list is likely to be a better forum for detailed
technique questions.  They are legitimate here too, but more of the
people who can answer them authoritatively hang out there.

Let me also offer you the perhaps gratuitous advice to test at least
your early code in a sandbox LPAR.  It is easy to get PC code very
wrong in a way that can compromise an LPAR for use by anyone else,
requiring an IPL for recovery.

John Gilmore, Ashland, MA 01721 - USA

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


Re: What is a PC Call?

2012-05-31 Thread Bob Shannon
The presentation was done 14 years ago. Please check the current publications 
to insure accuracy.

Bob Shannon
Rocket Software

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


Re: What is a PC Call?

2012-05-31 Thread Charles Mills
Great stuff Chris, thank you!

The problem I have had with a lot of things like this is that the PoOp
describes the hardware in a vacuum, as though z/OS did not exist. (As it
probably should.) It is also "non-judgmental" -- never says "this
instruction is basically an antique, or is likely to get you into trouble --
use this other one instead." Then the z/OS manuals describe things using
z/OS terminology, and it is hard to pull the whole big picture together: you
can use this hardware facility thusly in the z/OS environment. There is some
whole addressing mode as I recall that the PoOp spends a bunch of time on
but that z/OS does not support, so it is basically useless unless you are
running (or writing!) some OS other than z/OS.

This presentation is great!

Charles

-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf
Of Blaicher, Christopher Y.
Sent: Thursday, May 31, 2012 9:11 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: What is a PC Call?

Do a google search on 'PC for dummies MVS' and you should get a link to

www.kcats.org/csci/567/ho/pcrtn.pdf

This is a great starting point.

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


Re: What is a PC Call?

2012-05-31 Thread Blaicher, Christopher Y.
Do a google search on 'PC for dummies MVS' and you should get a link to

www.kcats.org/csci/567/ho/pcrtn.pdf

This is a great starting point.

Chris Blaicher
Senior Software Engineer, Software Services
Syncsort Incorporated
50 Tice Boulevard, Woodcliff Lake, NJ 07677
P: 201-930-8260  |  M: 512-627-3803    
E: cblaic...@syncsort.com

www.syncsort.com

Check out our Knowledge Base at www.syncsort.com/support

Syncsort aims for the best product and service experience. 
We welcome your feedback.


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@bama.ua.edu] On Behalf Of 
Bill Ashton
Sent: Thursday, May 31, 2012 10:55 AM
To: MVS List Server 1
Subject: What is a PC Call?

Hi all!

Where can I find out what a PC Call is, and how to use/code these?

Thank you and best regards,
*Billy Ashton*

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

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


What is a PC Call?

2012-05-31 Thread Bill Ashton
Hi all!

Where can I find out what a PC Call is, and how to use/code these?

Thank you and best regards,
*Billy Ashton*

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