VM Library Waterloo Tape VM/370 Rel. 5 or earlier

2008-06-18 Thread Mark S Waterbury
Does anyone have a copy of the VM Library (aka. Waterloo tape) for VM/370 Release 5 or earlier? We have a copy of the VM Library tape for VM/370 Rel. 6, but several mods that were on earlier tapes were removed at Release 6 due to space considerations for fitting onto a single 9-track reel tape.

Re: SHARE no handouts(?)

2008-03-01 Thread Mark S. Waterbury
COMMON, the IBM midrange (System i, iSeries and AS/400) user group (www.common.org), which is very similar to SHARE, began a similar exercise about 5 years ago. They started distributing hand-outs on CDs, instead of paper copies, to reduce costs and save a tree. Many people complained loudly

Re: Questions Regarding Disk Cache

2008-02-21 Thread Mark S. Waterbury
What is this VSAM Bible you are referring to? Ron Hawkins wrote: Bob, Notes on the bookshelf. VSAM Bible in one of three boxes next to where I am sitting right now. The notes were part of convincing a customer to use a large CISZ to solve a CI/CA split problem. The notes are lifted from

Re: Linux zSeries questions

2008-02-18 Thread Mark S. Waterbury
BSL was the first version of IBM's internal HLL for systems programming. BSL is to PL/S as PL/S is to PL/X. AFAIK, OS/360 PCP, MFT and MVT were developed almost entirely in BAL. It was not until well into the evolution of MVT that BSL was first used for much of TSO and some other utilities.

Re: Linux zSeries questions

2008-02-18 Thread Mark S. Waterbury
C++ is a low-level language comparable to C, being only slightly higher-level than assembler or machine language. So, there is no technical reason why parts of an OS kernel (even the z/OS nucleus) could not be written in C++. It is well-documented that when IBM transitioned the AS/400 from

Re: Linux zSeries questions

2008-02-18 Thread Mark S. Waterbury
C++ was intentionally developed by grafting on OO concepts to C, while still keeping the language at essentially the same level. In other words, you can still do pretty much the same kinds of low-level things in C++ that you could do in C. The main difference is, you can also use the OO