Re: Change in GETMAIN behavior

2015-11-25 Thread glen herrmannsfeldt
> From: "Tony Harminc" > On 19 November 2015 at 10:14, Gary Weinhold wrote: > > But you have a valid concern about vendors' assembler code. We should be > > asked whether we know about this. (snip) > One slighly related point: It has been the case from day 1 of MVS > (OS/VS2 R2) that even

Re: NFS Client implementation query

2015-09-17 Thread glen herrmannsfeldt
In article you wrote: > Thanks for the responses Scott & Allan. > NFSv4 Client is to mount non mainframe server path under USS, I believe > that's the solution available (Not sure if anything else, Please do direct > me if any) > Allan, Not certain if that is spawning a server, Am quite new t

replacement CRTs for 3278s

2015-08-03 Thread glen herrmannsfeldt
Shmuel Metz , Seymour J. wrote: > In <20150730231354.cffa74874...@lara.ugcs.caltech.edu>, on 07/30/2015 > at 04:13 PM, glen herrmannsfeldt said: >>Does anyone know where to get replacement, either new or with lots of >>life left, CRTs for 3729 > 3279? It was s

replacement CRTs for 3278s

2015-07-30 Thread glen herrmannsfeldt
Does anyone know where to get replacement, either new or with lots of life left, CRTs for 3729s? thanks. -- glen -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the

Re: 1403 at 60Hz

2015-07-29 Thread glen herrmannsfeldt
(snip, I wrote) >> From one 1403 manual, I see some gears that are specified for 50Hz >> and for 60Hz, but I am not sure what they do. As far as I can tell, >> the train is powered by a synchronous motor (or close enough). >> I presume you don't want the train running 1.2 times as fast. (snip, Jo

Re: 1403 at 60Hz

2015-07-29 Thread glen herrmannsfeldt
(snip, someone wrote) >> I don't know power consuption, but nowadays it's not hard >> to get semiconductor-based power supply which generater 60Hz >> or 50Hz or any value you want (within some range). (snip, someone else wrote) (sorry for losing the attributions, I am copying from usenet) > I su

1403 at 60Hz

2015-07-28 Thread glen herrmannsfeldt
I wonder if anyone knows what has to change to move a 1403 from 50Hz to 60Hz? If they use synchronous motors, then some belts or gears would be different. For transformers, you need more iron in the core for 50Hz, so 50Hz transformers should be fine at 60Hz, but not always the other way around.

Re: Strange 047 abend

2015-07-26 Thread glen herrmannsfeldt
> Is the EXECUTE instruction broken on your machine? > With what you are doing, you could possibly cause ABEND047 > (or all sorts of other abends) not on the STC instruction, > but on the AP instruction, if you had set a breakpoint on > the AP under TSO TEST. That could happen because you would

Re: 3705

2015-07-22 Thread glen herrmannsfeldt
http://www.livingcomputermuseum.org/About-Us/What-is-Living-Computer-Museum.aspx -- glen -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: 3705

2015-07-22 Thread glen herrmannsfeldt
Shmuel Metz , Seymour J. wrote: (snip, I wrote) >>To connect terminals to a 3705. > That's *WHAT*, not *WHY*. Why real terminals and why through a 3705? Probably some real terminals, and a terminal server for people not close enough. https://en.wikipedia.org/wiki/George_Mallory "Mallory

Re: 3705

2015-07-22 Thread glen herrmannsfeldt
William Jones wrote: On 2015-07-22, glen herrmannsfeldt wrote: > William Jones wrote: (snip, I wrote) >>> I am hoping to run Wylbur, Milten, and Orvyl, >>> but TSO or VM/CMS are also possibilities. >> Is Wylbur or SuperWylbur available? I saw discussion on this yea

Re: 3705

2015-07-22 Thread glen herrmannsfeldt
William Jones wrote: (snip, I wrote) >> I am hoping to run Wylbur, Milten, and Orvyl, >> but TSO or VM/CMS are also possibilities. > Is Wylbur or SuperWylbur available? I saw discussion on this years ago > from Gerhard when he mentioned he was working on it but then nothing. > I am not particul

Re: 3705

2015-07-21 Thread glen herrmannsfeldt
(snip, I wrote) >> To connect terminals to a 3705. >> Well, maybe a terminal server instead of terminals. > I'm posting to Usenet. > (Can't be bothered.) That is where I read it, so fine with me. > A display? Do you intend to use ISPF, CMS? > You need to provide better info. I am hoping to ru

Re: 3705

2015-07-21 Thread glen herrmannsfeldt
Shmuel Metz , Seymour J. wrote: > In <20150721061350.bb5994874...@lara.ugcs.caltech.edu>, on 07/20/2015 (snip, I wrote) >>OK, I forgot that the Usenet gateway doesn't work anymore. >>I am wondering what software one needs for a 3705 to connect up >>ordinary ASCII terminals. > NTO. Why? To con

3705

2015-07-20 Thread glen herrmannsfeldt
OK, I forgot that the Usenet gateway doesn't work anymore. I am wondering what software one needs for a 3705 to connect up ordinary ASCII terminals. For example, what would be needed to use TSO or Wylbur on ASCII terminals? I know this is what was done 35 years ago, but I don't know now who know

Re: RPG for the 360/20

2015-06-16 Thread glen herrmannsfeldt
In article you wrote: (snip) > As for where you'd obtain any of these compilers (except obviously > 5740-RG1), I'm not sure. You could try the roughly five organizations that > have actual Model 20 machines in their collections. They include the Living > Computer Museum in Seattle, the Computer

RPG for the 360/20

2015-06-15 Thread glen herrmannsfeldt
Just wondering, does anyone know where a copy of the RPG compiler for the 360/20 is? Presumably on cards, but maybe some other form. Other 360/20 software could also be useful, but mostly if it doesn't need disk or tape. thanks, -- glen -

Re: Mysterious U4088-63 from RPTSTG(ON)

2015-05-27 Thread glen herrmannsfeldt
In article <09a301d098e6$0607d120$12177360$@mcn.org> you wrote: (snip) > I have isolated the ABEND to a call to a self-written assembler function > called ISAUTH. I execute a printf() immediately before the call but not a > printf() after. I am posting below the entire code of ISAUTH. CDSALEN has

Re: IBM C compiler substituting for macros inside literals?

2014-09-04 Thread glen herrmannsfeldt
> it must be bug with the macro preprocessor used by USS's cc comand. > Even K&R's 1978 definition of C makes it clear that arguments > inside "..." strings are not to be substituted. Two different questions. If you: #define d 5 printf("%d", 3); the d won't be replaced. That is, in preprocess

Re: IBM C compiler substituting for macros inside literals?

2014-09-01 Thread glen herrmannsfeldt
Charles Mills write: > #define V 5 > #define STRINGZ(a,b,c,d) printf("%d %s %s %s %s\n", V, #a, #b, #c, #d) >STRINGZ(The, quick, brown, fox); > the compiler is making of it > printf("%fox %s %s %s %s\n", 5, "The", "quick", "brown"

Re: OPEN not filling in DCBBLKSI for RECFM=U data set

2014-07-18 Thread glen herrmannsfeldt
Paul wrote: > IBM designers a half century ago are not to be forgiven for the > continuing anguish they inflicted on programmers in order to save > two bytes in the DCB. There should have been two separate fields, > one for the label block size; the other for the size of the > block currentl

Re: XR vs SR

2014-06-04 Thread glen herrmannsfeldt
David Bond wrote: > Anyone who thinks that the S/360 instruction timings have any relevance to > how machines work today has no understanding of the last several decades of > processor design. Yes, simple instructions generally execute faster than > more complex instructions. But even that rule o

BCT or BCTR

2014-06-02 Thread glen herrmannsfeldt
Someone wrote: >> And you can use BCTR to save a few µS. > Why do you think BCTR would save such a large amount of time? Perhaps > you're again talking about old machines. Surely BRCT/JCT would be the > time saver on a current machine if there is one for this case. Yes, he must have been thinki

XR vs SR

2014-06-02 Thread glen herrmannsfeldt
Robin wrote: > XR Rn,Rn is faster than SR. > But does it matter? Who says that XR is faster than SR? I know the IBM OS/360 software and compilers generate SR instead of XR. From: http://bitsavers.trailing-edge.com/pdf/ibm/360/A22_6825-1_360instrTiming.pdf on many S/360 models SR was much fas

Re: Data flow for 1403-N1?

2014-05-30 Thread glen herrmannsfeldt
>From GA24-3073-8_1403_printer.pdf on bitsavers, in figure 4, it looks like 48 train characters align with 132 print positions, and gcd(132,48) = 12 chain characters, or every 11th print position, can be aligned at once. (Chain printers are all except 3 and N1.) The formula on page 27 indicate th

Re: IBM Hijacking User SVC ABEND code S048

2013-04-03 Thread glen herrmannsfeldt
Someone wrote: > "An abend from SVC 248 would be FF8, not 0F8, user or not. I used > to see FFE abends from time to time in a prior shop, and it was > from one of our IMS or ISV SVCs (can't remember which now), which > happened to be 254 (FE)." > "0F8 is an abend in Supervisor control

Re: COBOL packed decimal

2012-07-14 Thread glen herrmannsfeldt
(John Gilmore wrote) > A little presumptuously perhaps, I shall reply for 'someone' He or > she would appear to be a soul mate. > The remark about floating-point that Mr Hermannsfeldt attributes to > Knuth are relevant to HFP and, perhaps, BFP. Their timing moots any > relevance to Cowlishaw'

Decimal arithmetic

2012-07-14 Thread glen herrmannsfeldt
(someone wrote) > Some years ago this situation changed dramatically. Mike > Cowlishaw---he who designed REXX---devised what is now ANSI decimal > floating point (DFP). DFP behaves consistently in ways that do not > surprise accountants. (All three floating-point formats are supported > by zArc

ECAP

2012-06-18 Thread glen herrmannsfeldt
Someone wrote: > Boolean logic was stressed, little lab simulators with > NAND gates were wired together. Think the tic-tac-toe solution > required something like 7 Lab logic 100's to implement, > but was a big hit at honors day. I moved into simulation > early on ECAP/PCAP/SCEPTRE and picked