Talk:z/OS

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia


Version History[edit]

May I please have a version history? even if it was a comparison table or list of new features. Stephen Charles Thompson (talk) 20:43, 6 April 2009 (UTC)[reply]

There are some notes in User:Chatul/Sandbox#IBM Announcement Letters, User:Chatul/References#Timeline and OS/360 and successors#Timeline. The announcement letters talk about new features, but including those data in a timeline would make it very large. Shmuel (Seymour J.) Metz Username:Chatul (talk) 16:47, 15 September 2010 (UTC)[reply]

31-bit[edit]

A 31-bit mode? Don't you mean a 32-bit mode?

  • 31-bit mode is correct. The original OS/360 operating system had 24 bit addressing. After the 31 bit mode was introduced, the 24 bit mode still had to be supported. The high order bit was used to differentiate between the two addressing modes, so they only had 31 bits for the address rather than the full 32. In case you're wondering, the current OS still supports 24 bit addressing mode, and applications are still used that must be run in 24 bit mode. Dave6 19:24, 10 August 2005 (UTC)[reply]

Additionally, the high-order bit in a 4 byte address (which is known as a "full word") was utilized to denote the last address in a list of parameter addresses passed from a calling program to a called program. Ergo it was not available for use as part of the address itself. For example: a calling program passes A, B and C to a called program. The corresponding address for each variable is stored in a full word aligned to a full word boundary (i.e. addresses ending in X'0', X'4', X'8' and X'C'). The last address in this list of addresses will contain a value of X'1' in the high order bit to denote the fact that it is the last address in the list of addresses. All of this is part and parcel of what came to be known as "standard linkage conventions". —The preceding unsigned comment was added by 20.137.18.50 (talkcontribs) 18:23, 13 March 2006 (UTC).[reply]

Shorin887 just today changed a "31" into a "32" where I don't believe it should be "32". Granted REGISTERS were 32-bit but virtual and real addressing wasn't. Perhaps we should rephrase in places to reflect that divergence. But it's still "31-bit mode" to most people. Martin Packer 16:52, 6 July 2007 (UTC)[reply]

I've gone back to "31-bit", linked to the 31-bit page, referred to it as "31-bit addressing", and cleaned that sentence up a bit in other ways. Guy Harris 17:03, 6 July 2007 (UTC)[reply]

Thanks Guy! Martin Packer 17:45, 6 July 2007 (UTC)[reply]

"Robust memory protection"?[edit]

The article now speaks of z/OS having "a robust memory protection capability generally unheard of in the world of microcomputing". Presumably either "a robust memory protection capability" means something more than "putting each task in its own address space, with shared regions write-protected", or "the world of microcomputing" doesn't include Windows NT or Unix-like systems such as Mac OS X, Linux, BSD, Solaris, AIX, HP-UX, etc., as all those OSes have that level of memory protection, or "generally unheard of" means "generally unheard of in what's left of the world of microcomputing once you exclude modern OSes". Guy Harris 04:32, 14 March 2006 (UTC)[reply]

There really exists "a robust memory protection capability generally unheard of in the world of microcomputing" . This refers to the hardware protection key, a unique feature of the early /360 architecture and also of z/OS.
Hardware protection keys eliminate the risk of buffer overflows into kernel space. They isolate z/OS Subsystems from each other, and greatly improve transaction isolation e.g. in the CICS transaction server.
There exists nothing comparable in other platforms. W. G. Spruth 84.57.183.209 22:11, 1 November 2006 (UTC)[reply]
Presumably the buffer overflows to which you're referring are overflows in supervisor-mode code; user-mode code should have no write access to kernel space. That also presumably means that not all supervisor-mode code runs with protection key 0. However, that'd protect only against overflows into regions with different protection keys.
Do MVS and its successors use protection keys within a task to protect parts of the task from other parts? (Protecting one task from another should only be necessary with memory shared between tasks when different tasks have different address spaces.) Guy Harris 22:24, 1 November 2006 (UTC)[reply]
As someone who presents regularly at customer conferences for IBM on the subject of memory I can tell you z/OS's memory management is VERY sopthisticated - and getting MORE so (even in 2007). Martin Packer
The question wasn't about memory management in general; it was about memory protection. Guy Harris 21:23, 17 February 2007 (UTC)[reply]
IIRC MVS used the same protection key value for all user applications, relying on the multiple address spaces (DAT box plus Paging Supervisor) to isolate them; it used different protection keys for different parts of the OS, the least privileged keys for the parts that user apps called directly (SVCs = supervisor calls; many 3rd-party packages included their own custom SVCs). This scheme was known as "rings of confidence". Philcha 00:23, 21 October 2007 (UTC)[reply]
No IBM operating system uses rings of protection. Storage protection keys 1-15 have no hierarchical relationship except that between keys 8 and 9 in CICS. Keys 0-7 are used by various components of the OS, and only a PSW key of 0 gives access to storage with a different key.
In addition to storage key protection, IBM has low storage protection and read-only pages. Shmuel (Seymour J.) Metz Username:Chatul (talk) 21:58, 13 March 2013 (UTC)[reply]

Style Issue[edit]

Good article, but the sentence "z/OS is IBM's flagship operating system, suited for continuous, high volume operation with high security and stability" doesn't sound objective - sounds as if sourced from sales literature. Clivemacd 10:40, 29 July 2007 (UTC)[reply]

That was my thinking on reading the article. As there is a need to indicate what it is "supposed to do", we could change it to be a general description and then indicate that IBM advertises high security and so forth. Few outside of IBM have probably tested its security, stability, etc, so there probably aren't a lot of good sources around. Nitwit005 (talk) 22:58, 5 April 2009 (UTC)[reply]
I think it would be fair if an indication was made that this was IBM's representation, as suggested above. That represents how IBM has portrayed z/OS and its predecessors for many years. Perhaps an alternate wording along the lines of "z/OS is positioned by IBM as its flagship operating system, suited for continuous, etcetera" would be appropriate. Or, to remove passive voice, "IBM positions z/OS as its flagship OS, suited for..." Jsavit (talk) 00:58, 6 April 2009 (UTC)[reply]
extremely high, unbeliveble, incredible, fantastic, awesome performance, quality, stability, reliability, security, philosophy ... It is better than sex!11

nice work, ibm's copy-pasters! 77.52.154.154 (talk) 22:34, 6 April 2013 (UTC) :-/[reply]

Restructure of articles about IBM mainframe operating systems[edit]

After a big edit of MVS I concluded that the whole set of articles about IBM mainframe operating systems from System/360 onwards needed to be re-structured to minimise overlap and to make clearer the evolutionary relationships between these operating systems (notably in memory management, which is historically a major distinguishing feature). There is already some support for this proposal. Please add comments at Talk: MVS. Philcha 23:56, 20 October 2007 (UTC)[reply]

Rewrite of Job Control Language in progress[edit]

As part of the proposed restructure of articles on IBM mainframe operating systems (above), I've rewritten Job Control Language to: cover IBM's DOS/360 and its descendants as well as OS/360 and its descendants; focus more on the facilities and flavour of the 2 JCLs rather than on details of some statement types and some of their options. Please comment in Talk: Job Control Language. I'd be particulary grateful for more info on DOS/360 and its descendants, especially after 1980 - I only used DOS JCL a handful of times, and only in the late 1970s.

The rewrite does not currently take account of Truthanado's point in Talk: Job Control Language about use of "JCL" by computer suppliers other than IBM, which may entail further restructuring of articles about JCLs. Philcha 00:26, 21 October 2007 (UTC)[reply]

Suggestion for a disambiguation page[edit]

The word ZOS which redirects to this page is a metaphysical concept introduced by Austin Osman Spare. I don't know if in computer literature the word z/OS is usually replaced by ZOS or not. But I suggest to create a disambiguation page for ZOS entry. --Sepand (talk) 06:08, 30 May 2008 (UTC)[reply]

"zOS" is used instead of proper "z/OS" quite frequently (not "ZOS"; the first letter is always capitalized by Wikipedia). I would suggest creating Zos (metaphysics) stub. --Kubanczyk (talk) 08:03, 30 May 2008 (UTC)[reply]
That concept can not expand as an independent entry. Only one sentence would suffice: ZOS, an idea of Perfect Man introduced by English occultist, Austin Osman Spare. Hence I think we can place it in a disambiguation page. --Sepand (talk) 08:34, 30 May 2008 (UTC)[reply]

Graphical User Interface?[edit]

I see someone has added "Graphical User Interface" to the opening paragraph. While there are many software tools with GUIs with which you can carry out management tasks (IBM Tivoli range and CA Unicenter range for example), z/OS does not get shipped with them as standard. Therefore this phrase is wrong. I have removed it. Magpie68 (talk) 20:57, 24 June 2010 (UTC)[reply]

Update: IBM ships the z/OS Management Facility GUI with the operating system, but its installation and use is entirely optional. 94.5.179.28 (talk) 13:53, 27 January 2011 (UTC)[reply]

Reference vs footnote[edit]

The deleted material was not a citation; it was a footnote. Shmuel (Seymour J.) Metz Username:Chatul (talk) 21:06, 15 September 2010 (UTC)[reply]

Now it's a footnote. What you had before was a reference citation. --TreyGeek (talk) 00:48, 16 September 2010 (UTC)[reply]
It was never a reference citation. See Help:Footnotes. Shmuel (Seymour J.) Metz Username:Chatul (talk) 11:01, 16 September 2010 (UTC)[reply]
I'm really not sure this is worth debating. However, looking at the state of the article after your initial edit [1], the list of OSes clearly appears in the "References" section at the bottom of the page and does not appear as a "Note" or "Footnote". You may have not intended it to be a reference, but that's how it came out. --TreyGeek (talk) 13:42, 16 September 2010 (UTC)[reply]
I know where it appears. Did you read Help:Footnotes, which mentions having references and footnotes in a single list? The only reason that I split the list was to avoid an edit war with you; certainly other wikipedia articles use a single list for both purposes. Shmuel (Seymour J.) Metz Username:Chatul (talk) 17:45, 16 September 2010 (UTC)[reply]

Perth lab work?[edit]

Err, I don't think the labs in Perth do DFSMS, that's done out of the German labs (at least it was a few years back when I dealt with them). Perth does do ISPF, I believe. In any case, I think this whole thing is irrelevant to the z/OS entry. Why should IBM's internal development model even feature here, it's not like it matters to the OS. — Preceding unsigned comment added by 202.81.18.30 (talk) 08:59, 16 April 2012 (UTC)[reply]

Clarification of term PTF in the IBM world[edit]

The terms Product Temporary Fix and Program Temoporary Fix (PTF) refer to changes larger than a single diff file in the Unix world. A PTF normally includes complete replacements for elements of the product, but may also include updates to elements. One type of update, the ++ ZAP, contains input to the AMASPZAP (Superzap) service aid and is sometimes referred to as a patch. Shmuel (Seymour J.) Metz Username:Chatul (talk) 22:03, 13 March 2013 (UTC)[reply]

Release History[edit]

This section seems to be more about customer support of older versions rather than the history f releases. DGerman (talk) 21:49, 5 September 2015 (UTC)[reply]

Issues of Style and notability[edit]

My deletion of the "other features" section was reverted. The whole thing is unsourced; its few footnotes direct users to a dead link. A lot of it could be outdated. It's also very technical, the average user wouldn't understand half of it. These issues are also present in all other body sections.

The subject might not even be notable to warrant a wikipedia article at all. No sources that meet WP:GNG are listed, and I have yet to find one on google search, books and news. If none exist, then this article should just be deleted. Mottezen (talk) 07:25, 7 March 2021 (UTC)[reply]