Re: FW: Your comment on ISPF publication

2020-06-02 Thread Seymour J Metz
Neither the documentation of EXEC nor the documentation of IKJSCAN says anything about that. I suspect that it's something specific to implicit EXEC. Is anybody in a position to make a formal query to IBM? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~s

Re: What is GRXBIMG

2020-06-02 Thread Seymour J Metz
I said what I meant, and I meant what I said, A sysprog is faithful, 100% "Hortion hears an IPL", Dr. Seuss It was a direct cut and past from the manual, and none of the hits for GRABBING mentioned ddname. -- Shmuel (Seymour J.) Metz http://mason.gmu.e

Re: Base SYSPLEX setup

2020-06-03 Thread Seymour J Metz
> We have lots of multiple CU's on a channel, Without a switch? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Dana Mitchell [mitchd...@gmail.com] Sent: W

Re: Base SYSPLEX setup

2020-06-03 Thread Seymour J Metz
That's the right answer to the wrong question. Yes, you can share a chpid between LPARs without a switch, but you cannot share chpids between control units without a switch. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Main

Re: Base SYSPLEX setup

2020-06-03 Thread Seymour J Metz
AFAIK the only FICON cascading is FICON switch cascading. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Allan Staller [allan.stal...@hcl.com] Sent: Wednesday, June 3

Re: LCUs on spanned channels

2020-06-04 Thread Seymour J Metz
My guess is that when you define a chpid in LCSS 1 you automatically get a chpid for the base exposure. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Gord Neill

Re: What is GRXBIMG

2020-06-04 Thread Seymour J Metz
My guess is that it was never applicable and that GRBXBIMG was a bitmap file meant to go into the manual. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Scott Chapman

Re: What is GRXBIMG

2020-06-04 Thread Seymour J Metz
Idle speculation: it's the file name of s bit map meant to go into the manual and the text was supposed to say SYSPROC. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on beha

Re: What is GRXBIMG

2020-06-04 Thread Seymour J Metz
statement that the authors believed to be necessary to run REXX in TSO, wouldn't they have explained what to code on it or at least used it in sample JCL? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion

Re: What is GRXBIMG

2020-06-04 Thread Seymour J Metz
1. That's the text that started this discussion. It doesn't explain why, after what has already been written here, you believe it. 2. Quoting the text again doesn't answer the question "What does that mean?". -- Shmuel (Seymour J.) Metz htt

Re: Punched cards and character set

2020-06-04 Thread Seymour J Metz
On S/360, column binary reads each column as two six-bit bytes and stores it as two eight-bit bytes with high order 0, i,e., 0-0-12_row-11_row-0_row-1_row-2_row-3_row 0-0-4_row-5_row-6_row-7_row-8_row-9_row -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Netview 5.4

2020-06-04 Thread Seymour J Metz
I don't know of a Netview listserv, but even if there is one this is a legitimate place to post Netview questions. You'll probably get more eyeballs here than one a more specialized list. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 ___

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
XECIO 5 DISKW ddname '(' STEM instead of EXECIO 5 DISKW ddname '( STEM' in your code, you will not invoke the correct command. Would be reasonable if they have to spell it out. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
in Chapter 2. REXX general concepts, Commands to external environments. If they must issue excess verbiage then they should get it right. The verbiage he quoted is defective; they should drop or reword it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
foo = value('BAR',,baz) -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mills [charl...@mcn.org] Sent: Friday, June 5, 2020 12:27 PM To

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
A note about quoting constants might be appropriate if it reflected a correct understanding of REXX. The quoted text should be fixed, made general and show an example. BTW, would you repeat essentially the same verbiage for, e.g., EXECUTIL? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
It's not enough that the writer wanted to aid human beings; the text has to actually do so. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mills [

Re: COBOL Question

2020-06-05 Thread Seymour J Metz
I'm pretty sure that the issue is operator precedence. (SMOD (IND1) = 'B' OR 'R') means (SMOD (IND1) = 'B' OR SMOD (IND1) = 'R') -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
place for the actual rules. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Friday, June 5, 2020

Re: COBOL Question

2020-06-05 Thread Seymour J Metz
ither invalid or evaluates to false. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Friday, June 5, 2

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
l has a perfectly adequate description of how REXX evaluates expressions: refer the reader to that. Don't invent rules that sometimes don't apply. The root problem is that someone is writing code without understanding the language. -- Shmuel (Seymour J.) Metz

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
what the code is doing. There is no substitute for understanding and *accurately* explaining the rules of the language, and that is by no means limited to REXX. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: Gratuitous EXECIO Documentation

2020-06-05 Thread Seymour J Metz
The frequency is irrelevant, although there is a huge amount of REXX code that deals with the name of a variable. If you don't understand the language then you will inevitably shoot yourself in the foot, and that applies to more than REXX. -- Shmuel (Seymour J.) Metz http://mason.gm

Re: COBOL Question

2020-06-05 Thread Seymour J Metz
SMOD (IND1) = 'B' OR 'R' means (SMOD (IND1) = 'B') OR (SMOD (IND1) = 'R'); syntax for implied comparands exists in other languages as well. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From:

Re: COBOL Question

2020-06-05 Thread Seymour J Metz
Perl chained compares reevaluate terms: foo < rand() bar can give unexpected results. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07

Re: Gratuitous EXECIO Documentation

2020-06-06 Thread Seymour J Metz
uilding. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Phil Smith III [li...@akphs.com] Sent: Saturday, June 6, 2020 6:54 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: R

Re: COBOL Question

2020-06-06 Thread Seymour J Metz
OTOH, REXX does not have an ENDIF, although SELECT does require an END. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ

Re: COBOL Question

2020-06-06 Thread Seymour J Metz
https://www.cs.sjsu.edu/~mak/CS185C/KnuthStructuredProgrammingGoTo.pdf -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail.com] Sent

Re: COBOL Question

2020-06-06 Thread Seymour J Metz
BIT(1) and BINARY are two different things in PL/I. The coercion of bit strings into FIXED BINARY looked good at the time, but I believe that it was a bad decision, as your example shows. OTOH, it's even worse to treat numerical or character data as boolean. -- Shmuel (Seymour J.) Metz

Re: Gratuitous EXECIO Documentation

2020-06-06 Thread Seymour J Metz
Gil is correct. Sometimes you need to quote. Read the *full* description of ADDRESS. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Phil Smith III [li...@akphs.com

Re: Gratuitous EXECIO Documentation

2020-06-06 Thread Seymour J Metz
value of one string expression. The arguments are part of that value. In general, the documentation should have a correct description followed by some examples. The examples could include using a single string literal and using a more complicated expression. -- Shmuel (Seymour J.) Metz

Re: Goto Statements (was: COBOL Question)

2020-06-07 Thread Seymour J Metz
out of line PERFORM to be far more dangerous. I have a similar issue with REXX; it does not have lexical scope, and you can fall into a procedure. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN

Re: Goto Statements (was: COBOL Question)

2020-06-07 Thread Seymour J Metz
Ah, but SIGNAL does clean up resources., Not always the appropriate resources, but resources. do i=1 to 100 foo SIGNAL bar baz bar: j=1 end That's part of "it does not have lexical scope," -- Shmuel (Seymour J.) Metz http:

Re: COBOL Question

2020-06-07 Thread Seymour J Metz
There's no XOR mentioned there, confused or otherwise. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mills [charl...@mcn.org] Sent: Sunday, June 7, 2020

Re: COBOL Question

2020-06-07 Thread Seymour J Metz
de in the future. It's a stylistic issue about which you will never achieve consensus. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...

Re: Goto Statements (was: COBOL Question)

2020-06-07 Thread Seymour J Metz
Well, if I were writing COBOL today I would eschew PERFORm foo THRU bar in favor of more structured constructs. You have a similar problem with assembler; code optimized for one model may run poorly on another. The NASPA magazine was Technical Support. -- Shmuel (Seymour J.) Metz http

Re: COBOL Question

2020-06-07 Thread Seymour J Metz
Or DTL. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steve Thompson [ste...@copper.net] Sent: Sunday, June 7, 2020 4:45 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re

Re: Gratuitous EXECIO Documentation

2020-06-07 Thread Seymour J Metz
Wrong again. As with any other expression, quotes are for string literals, not variables, and it is legitimate to use variables either by themselves or as part of a more complex expression, e.g., address value 'FOO'bar -- Shmuel (Seymour J.) Metz http://mason.gmu.e

Re: Goto Statements (was: COBOL Question)

2020-06-08 Thread Seymour J Metz
It didn't help that he contradicted himself as to whether GOTO should be banned. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Wayne Bickerdike [wayn...@gmai

Re: Goto Statements

2020-06-08 Thread Seymour J Metz
Didn't Datamation introduce COMEFROM much earlier? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Peter Sylvester [peter.sylves...@gmail.com] Sent: Monday, J

Re: COBOL Question

2020-06-08 Thread Seymour J Metz
In PL/I, yes, but not in REXX. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Wayne Bickerdike [wayn...@gmail.com] Sent: Monday, June 8, 2020 12:59 AM To: IBM-MAIN

Re: Old SHARE publications....?

2020-06-08 Thread Seymour J Metz
I got a 404 clicking on one of the links, but http://bitsavers.org/pdf/ibm/_by_part_number_online_20191026.txt worked. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Richards, Robert B

Re: Old SHARE publications....?

2020-06-08 Thread Seymour J Metz
p themselves and fill my heart with glee: Take the damn JES2 change team and teach it SMP! Mañana, mañana, mañana is soon enough for me. It was not funny at the time. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
are running an average of four mainframes with an average age of 17 years. Sixty-four percent are running mainframes between 10 and 20 years old, with 28% running machines that are 20 to 30 years old." I don't find that plausible. -- Shmuel (Seymo

Re: COBOL Question

2020-06-09 Thread Seymour J Metz
classify Prolog? RPG.? Do you really want, e.g., Ada, ALGOL 68, APL, Erlang, FLOW-MATIC, FORMAC, Forth, FORTRAN, Go, Haskell, Icon, LISP, PL/I, Prolog, RPG, Simula, SNOBOL, in the same generation? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: COBOL Question

2020-06-09 Thread Seymour J Metz
Have they added array operations to Fortran? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail.com] Sent: Tuesday, June 9, 2020 12:35 AM To

Re: [External] Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
Is that like the eternal ax (that handle has been changed 20 times and the blade 30 times, but it's still the same ax)? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on beha

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
Time sharing systems with each user having his own CMS virtual machine goes back a long way; at least to National CSS. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of

Re: COBOL Question

2020-06-09 Thread Seymour J Metz
What about gcc Fortran? Does that run on OMVS? Linux on Z? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Frank Swarbrick [frank.swarbr...@outlook.com] Sent: Tuesday

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
How long has your company been using electricity? Time to modernize. Yes, I know that you've replaced the wiring three times and have solar power on your roof, but it's still the same obsolete electricity. -- Shmuel (Seymour J.) Metz http://mason.gmu.e

Re: COBOL Question

2020-06-09 Thread Seymour J Metz
Partially. Does Fortran now have reduction operators, e.g., inner product, trace? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Frank Swarbrick [frank.swarbr

Re: Old Code Gets Younger Every Year - Marianne Bellotti - Medium

2020-06-09 Thread Seymour J Metz
pernicious myth that it is self documenting - no language is. BTW, is there any shop still using CODASYL COBOL? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Mark

Re: COBOL Question

2020-06-09 Thread Seymour J Metz
trace of a square matrix is the sum of the diagonal elements: trace = 0; do i=lbound(a) to hbound(a); trace = trace + a(i,i); end; -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
Probably a combination of legal issues and lack of vision. Didn't the consent decree kill the 80% discount? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tom Br

Re: Old Code Gets Younger Every Year - Marianne Bellotti - Medium

2020-06-09 Thread Seymour J Metz
Wouldn't that be VSCOBOL, well beyond CODASYL? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Mike Schwab [mike.a.sch...@gmail.com] Sent: Tuesday, June 9, 2020 1:

Re: Old Code Gets Younger Every Year - Marianne Bellotti - Medium

2020-06-09 Thread Seymour J Metz
Ah, but Knuth's Literate Programming isn't a self documenting language; it's a means to integrate the documentation source with the code source and get well formatted text out of it. You still need to write the documentation before web can format it. -- Shmuel (Seymou

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
> Add to that the open-source mindset that software SHOULD BY RIGHT be "free" I wish. GMU is using proprietary e-mail software and no longer allows access via POP3 or IMAP4. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From:

Re: "Everyone wants to retire mainframes"

2020-06-09 Thread Seymour J Metz
My pet peeve is the default for SPACE; "Absolute track not available" is not a user friendly error message for forgetting to specify SPACE. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
Software development is not a zero sum game. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail.com] Sent: Wednesday, June 10, 2020 12:53 AM

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
I wish. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bill Johnson [0047540adefe-dmarc-requ...@listserv.ua.edu] Sent: Wednesday, June 10, 2020 10:43 AM To: IBM

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
uel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Mike Cairns [m...@mikecairns.com] Sent: Wednesday, June 10, 2020 10:57 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: "Everyone

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
r customers win. If IBM invests billions in open source software, I have no issue with them earning it back selling services; in fact, I am glad of it. Whom does that harm? "I won't bail; the hole is in your end of the boat." -- Shmuel (Seymour J.

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
ays a raw error and reason code, blame the application, not dynamic allocation. Oh, well, those facilities have only been around for a few decades, so maybe they're too new. :-( -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
hard to justify. Are you sure that it wasn't in the joblog? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Frank Swarbrick [frank.swarbr...@outlook.com] Sent: Wedne

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
"Après moi le déluge." -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bill Johnson [0047540adefe-dmarc-requ...@listserv.ua.edu] Sent: Wednesday, June 10,

Re: [External] Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
I was here and that sort of message was not acceptable then. They could at least have written somethng like DFS0929I BLDL ON DDNAME foo FAILED with RC=bar FOR MEMBER --DDMPPSZ -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-10 Thread Seymour J Metz
ry; why do we still have 19th century error messages? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Steve Smith [sasd...@gmail.com] Sent: Wednesday, June 10, 2020 4:02 PM

Re: "Everyone wants to retire mainframes"

2020-06-10 Thread Seymour J Metz
DAIRFAIL was available in the 1980s; I don't recall whether it was available in the late 1970s, and bitsavers doesn't have the manuals I would need to check. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discu

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-11 Thread Seymour J Metz
BTW, would it hurt when the product assembly involves bolts and screws to specify how much torque to apply? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Charles Mi

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-11 Thread Seymour J Metz
Any message whose action is given as "contact your systems programmer" is just as bad. Has IBM finally gotten rid of all of those? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.

Re: [External] Re: "Everyone wants to retire mainframes"

2020-06-11 Thread Seymour J Metz
Well, in the TSO environment there's a service to build messages from templates, plugging in variables. ISPF has similar services. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.ED

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Seymour J Metz
I would go for a shared GLOBAL and 3 TARGET/DLIB pairs. I would use REPORT SYSMOD to help keep them in synch. Of course, often there are installation standards in place as to maintenance methodology, and you can't change things without getting the appropriate approval. -- Shmuel (Seym

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Seymour J Metz
. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jousma, David [01a0403c5dc1-dmarc-requ...@listserv.ua.edu] Sent: Thursday, June 11, 2020 12:17 PM To: IBM-MAIN

Re: "Everyone wants to retire mainframes"

2020-06-11 Thread Seymour J Metz
I call that the "GTF effect"; the problem never manifests when I have diagnostic measures in place to capture failure data. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU]

Re: "Everyone wants to retire mainframes"

2020-06-11 Thread Seymour J Metz
> DBD or PSB library. In a kinder, more gentle world, the message would tell you which. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Frank Swarbrick [frank.swa

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Seymour J Metz
There are several strategies. I'd advice you to use a symbol to select the default DB2. The key, however, is that whatever approach you use you think through and document all the issues. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Messages & Codes (again; was: another APPLY difficulty)

2020-06-11 Thread Seymour J Metz
Compartmentalization. Presumably the DFSMSdfp people don't talk to the OMVS people. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f

Re: "Everyone wants to retire mainframes"

2020-06-11 Thread Seymour J Metz
? GTF? Generalized Trace Facility? Is there another GTF in z/OS? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Seymour J Metz
Whether or not your methodology involves copying libraries or zones, you have to be careful of everything. Every strategy has risks that you need to address. There is no need to re-receive anything. You should, however, frequently receive the HOLDATA. -- Shmuel (Seymour J.) Metz http

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Seymour J Metz
and zFS naming convention should be tied to the symbols set from the IPL volser. Cloning the target volumes without cloning the target zone means that you can't install service on it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From

Re: "Everyone wants to retire mainframes"

2020-06-11 Thread Seymour J Metz
customer that they saw no sign of a problem. In some cases the answer is timing. Certainly running GTF is going to introduce some delays, and there are equivalent effects in other areas. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-12 Thread Seymour J Metz
Well, if they come from a world where there is no messages manual, it may not occur to them to RTFM; that should be part of their initial training, but we all know how generous education budgets are these days. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-12 Thread Seymour J Metz
> 4. Message description in the book is more than "Something is wrong. Try again later". That may be true now: I still recall with rage "The following messages are self explanatory." -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 __

Re: missing FMIDs

2020-06-12 Thread Seymour J Metz
Don't you still need a separate CSI for each SREL? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bill Giannelli [billgianne...@gmail.com] Sent: Friday, June 12,

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-12 Thread Seymour J Metz
Did he get his start as a Tech Writer for COBOL (E)? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Herring, Bobby [bherr...@txfb-ins.com] Sent: Friday, June 12, 2020

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-12 Thread Seymour J Metz
s Re: "Everyone wants to retire mainframes") W dniu 12.06.2020 o 12:59, Seymour J Metz pisze: > Well, if they come from a world where there is no messages manual, it may not > occur to them to RTFM; that should be part of their initial training, but we > all know how generou

Re: How is Passive FTP with TLS and NAT supposed to work?

2020-06-12 Thread Seymour J Metz
I've never understood why RFC 4960 Stream Control Transmission Protocol (SCTP) didn't catch on and get exploited by a new FTP protocol. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: Messages & Codes (was Re: "Everyone wants to retire mainframes")

2020-06-12 Thread Seymour J Metz
registers." -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail.com] Sent: Friday, June 12, 2020 5:36 PM To: IBM-MAIN@LISTSERV.UA.EDU Subjec

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
that. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Saturday, June 13, 2020 12:54 PM To: IBM-MAIN

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
it is in response to. > I *like* Outlook. It's not my dog. The people on the boards that you're complaining about don't, and whining won't make them like it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mai

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
Some places won't accept HTML in e-mail due to security issues. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jackson, Rob [rwjack...@firsthorizon.com] Sent: Sat

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
> I've always assumed that bottom-posters are just careless I've alway assumed that bottom posters have defective software, or are just careless. Although I miss the old BBS style: initials> instead of just >. -- Shmuel (Seymour J.) Metz http://ma

Re: Quote style

2020-06-13 Thread Seymour J Metz
More likes someone makes ten points in fifteen minutes and someone respond without anyone knowing which point he's responding to. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.ED

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
> their "so called" standard was for newsgroups, not email RFC 2646, RFC 3676 -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Tony Thigpen [t...@vse2

Re: "Everyone wants to retire mainframes ..."

2020-06-13 Thread Seymour J Metz
> honorary rank of "Rear Admiral" She was honorable, but her rank of rear admiral (lower half) was official. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on beha

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
y, correct quoting, I haven't found them. Then there's word- where is reveal mode? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail

Re: Quote style (was: ... Passive FTP ... )

2020-06-13 Thread Seymour J Metz
No, the point is that, e.g., RFC 3676, applies to e-mail: The Text/Plain media type is the lowest common denominator of Internet email, The only mention of Usenet is in 4.3. Usenet Signature Convention. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: Quote style

2020-06-13 Thread Seymour J Metz
That doesn't exist for OWA (the office365 web client). -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Gibney, Dave [gib...@wsu.edu] Sent: Saturday, June 13, 2020

Re: Quote style (was: ... Passive FTP ... )

2020-06-14 Thread Seymour J Metz
et to the level of BookManager on an OS I use, I'd download or buy it in a heartbeat. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Bob Bridges [robhbrid...@gmail

Re: Quote style (was: ... Passive FTP ... )

2020-06-14 Thread Seymour J Metz
the last few decades Internet players have been in a race to the bottom. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul Gilmartin [000433f07816-d

<    1   2   3   4   5   6   7   8   9   10   >