Talk:IBM System/36

From Wikipedia, the free encyclopedia

Contents

[edit] What the heck? (June 9, 2006)

Neutrality dispute? Fanboy-ish? Not objective? Yikes.


I wrote this original article and I certainly don't think it is a puff piece. IBM tried several times to motivate S/36 owners to jump to AS/400, but it took IBM a decade to refresh the 5360 hardware to the Advanced 36; it took IBM 5 years from Release 5.1 to issue Release 6.0 - and the software improvements included programs that helped you calculate the size AS/400 you needed to buy. S/36 prices basically didn't go down in 10 years... but IBM market share on its own devices (displays, printers) went from near-100 percent to about 20 percent. Toward the end of the S/36 lifespan, those IBM brand prices were far above anything the third-party brand was selling, and a businessman would have to be pretty daft to pay that much money for a less-functional product.

I think the article leaves open the question of whether IBM broke the company in half (S/370, S/38 and the Future System AS/400 versus IBM System/34 and System/36) to accommodate a potential DOJ lawsuit. The 370-38-400 camp received a lot of developer attention whereas 34-36 did not.

Yes, it's true that midrange computers worked better than 1970s/1980s home computers and were more functional, and were faster, and made more sense in a networking scheme. Is <that> really a point of view?

Saying that $6,000 printers and $15,000 printers were "great"... is fanboyish? Surely not.

Yes, in my own opinion, the S/36 was a great machine. It still is a great work machine, in that it is totally focused on work: you do your job and you sign off and go home; you can't bring a game from home and run it, and you can't use the Internet.

This article doesn't tell all there is to know about S/36, or nearly all that I know about it... but it is absolutely my own writing (aside from the cleanups offered here) and it's hardly a fawning fanboy article.

Jessemckay 07:57, 9 June 2006 (UTC)

[edit] Is This Better? (9th November 2005)

I edited the top section of the page to make it read more, well, neutral. Is this closer to what is desired? (Please revert it if not and leave feedback) I can come back and do the same stuff for the rest of the article later. All I was doing is replacing "glowing" descriptions with less, well, fanboy-ish ones, and reducing comparisons to other things to more objective descriptions.

It's kinda hard to put into words, but if you look at it you can see where I messed with it.

[edit] Previous Post

The following statement is not quite correct (but as I'm not sure of the best way to fix it, I'll through out this comment, rather than edit the article):

"Its displays (at 24x80) were twice the size of its ancestor."

Though 'ancestor' is not clarified, this presumably refers to the S/34. The S/34, however, used the same 24x80 format (though an alternate 'pushme-pullyou' display was available that supported two keyboards and -- with a mirror arrangement -- split the standard size screen into two 12x80 areas for two operators).

Another ancestor, the S/3 supported (when running CCP) 3270 terminals in 24x80 mode, and the only previous, related model with a smaller screen, the System/32, displayed 12x40 -- or was it 8x40?

Ah, the memories!

This page is pretty ratty... Very fanboy-esque... --155.201.35.50 21:22, 27 September 2005 (UTC)

[edit] Article needs cleanup

I added an {{npov}} tag as someone (possibly 66.243.231.224) has added a bunch of unformatted text (including POV stuff) to the article. Much of the added text may also be copyright violation(s); I'll look at it later. Bumm13 21:49, 4 November 2005 (UTC)

Looks fine now --JeremyStein 14:23, 31 August 2006 (UTC)

[edit] WSU on the S/36?

I worked on the S/3 (Model 15D), S/34, S/36 and AS/400. I only recall WSU being available on the S/34, not on the S/36. I even used it for a while, after we proved that it was quicker to write a front end data entry suite in WSU rather than RPG and SDA :-) Cymruisrael 14:40, 29 May 2006 (UTC)

Unless my memory is failing, I'm sure we used WSU on the S/36. It was VERY basic and perhaps we ported it off the S/34, but I'm sure we used it. -- I@n ≡ talk 14:55, 29 May 2006 (UTC)

Thanks for the input, gentlemen. My recollection is that WSU was supported on the 5360/62 because I worked on those models of the S/36. Even though I used the A/36 over a period of five years, I don't remember trying to do anything related to WSU on that model and I am not sure that WSU was supported.

Jessemckay 00:21, 2 July 2006 (UTC)

[edit] What about POP/36

I think I was using something called POP/36 sort of a programmers toolbox where you could do a lot more then with the standard SEU editor that came with SSP.

I am pretty sure that POP/36 replaced the standard editors in many cases. As far as I remember it was a free tool given away by IBM, but later became a product.

Anyone that perhaps knows a bit more?

(unknown user)

Thanks for the info! I am going to write an article about #POPLIB someday... oops! I already did!

Jessemckay 21:46, 2 January 2007 (UTC)

[edit] System/36 Version

I have an old System/36 which I need to migrate to iSeries. On the System/36 how do I determine what version SSP I am running and what products are installed on it? Phwray 15:49, 4 December 2006 (UTC)

Print the system's VTOC by using the CATALOG procedure.

At the top of each page, on the left, will be the following code:


PACK ID - SS1R05M00

(Approximately.)

This tells you that the SSP release is, in this case, Release 5, Modification 0.

Presence of certain library names will indicate installations of what are called utility program products.

  WHAT'S ON THE SYSTEM?
  
  #LIBRARY  SSP.
  
  #SEULIB   Source Entry Utility.
  #DFULIB   Data File Utility.
  #WSULIB   Work Station Utility.
  #SDALIB   Screen Design Aid.
  #RPGLIB   RPG (Report Program Generator) Compiler.
  #COBLIB   COBOL Compiler.
  #FORTLIB  FORTRAN Compiler.
  #BLLIB    BASIC Compiler/Interpreter.
  #BLHPLIB  BASIC Help.
     
  Other libraries, not necessarily IBM-supplied, might include
  the following:
  
  #POPLIB   Programmer/Operator Productivity.
  #TOTLIB   The Office Tools.  (Whoops, that's one of mine.)
  

Jessemckay 21:45, 2 January 2007 (UTC)