Re: SLIP IF not working

2022-06-08 Thread Robin Atwood
Unfortunately, this is not the case; we use a normal LOAD without the ADDR parameter. > It is not necessary for SLIP IF with PVTMOD that the module be in storage I had noticed the ENABLED/INACTIVE status and was wondering what it implied. Anyway, the module is loaded normally and is in storage,

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread David Spiegel
Hi R'Shmuel AMV"SH, *obscenities Regards, David On 2022-06-08 06:35, Seymour J Metz wrote: This abuse of latin-derived plurals leads to such obsenities as "piece of data" where "datum" would suffice and "medias". "Why can't the English learn to speak?";was that in Pygmalian, or added for My

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
Well, you could always say "a Hebrew", which would encompass all 12 tribes. I find a lot of the PC dialog offensive on several grounds. Refraining from pejorative terms is reasonable, but finding creative reasons to deem inoffensive terms as pejorative is just linguistic fascism. It doesn't

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
Ouch! Thanks for catching it. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Wednesday, June 8, 2022 6:38 AM To:

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread David Spiegel
Hi R'Shmuel AMV"SH, I've been hearing "an Exec" (referring to VM) since 1982. One has to keep in mind, however, that "an Exec" was also used for EXEC and EXEC2. Regards, David On 2022-06-08 06:58, Seymour J Metz wrote: While I cringe at "a REXX" or "a software", "an EXEC" doesn't bother me.

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
I would guess that the usage goes back to CP-67. The filetype EXEC could contain EXEC, EXEC 2 or REXX code, depending on the first line. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: SLIP IF not working

2022-06-08 Thread Robin Atwood
With a normal LOAD EPLOC=... macro; no ADDR parameter. I calculated the absolute offset of the target instruction and substituted RANGE for PVTMOD and, of course, everything worked perfectly.  There is definitely something SLIP doesn't like about our modules. One good outcome of this

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Mark Pace
Long time VMer - I've always said "A Rexx Exec". Not sure why I don't like the term script. On Tue, Jun 7, 2022 at 5:59 PM Phil Smith III wrote: > NOT interested in arguing about what’s “correct”, just curious about > possible theories here. > > > > I started using Rexx (then REXX) on CMS

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Rupert Reynolds
Thinking back, in the MVS/XA and /ESA days in UK I started with "a Rexx exec" (yes, under TSO/E :-) ) or "a Rexx program", but not "a Rexx" because it sounded ugly. "Rexx script" turned up less often. Pretty soon people started assuming Rexx for almost anything interpreted, and not mentioning it

Re: SLIP IF not working

2022-06-08 Thread Seymour J Metz
How did you load it? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Robin Atwood [abend...@gmail.com] Sent: Wednesday, June 8, 2022 3:03 AM To:

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
While I cringe at "a REXX" or "a software", "an EXEC" doesn't bother me. I'm not sure why. Saying "a CLIST" is perfectly reasonable if you know that the name refers too a command list. Does anybody in VM land say "a REXX"? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
While "an EXEC" is quaint, albeit universal, "a CLIST" is "a command list", and perfectly reasonable. I must confess that I also say "an EXEC" I generally say "a REXX script". If you want to be PC, make that "a Rexx script", and, no, I don't know why the case changed. -- Shmuel (Seymour J.)

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
This abuse of latin-derived plurals leads to such obsenities as "piece of data" where "datum" would suffice and "medias". "Why can't the English learn to speak?";was that in Pygmalian, or added for My Fair Lady? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
Youy can't do only one thing. The ignorance of correct usage leads to circumlocutions by people who don't know the form "datum". Eschew obfuscation. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List

Re: SLIP IF not working

2022-06-08 Thread Peter Relson
SLIP PVTMOD (whether for IF or an error trap) works only for modules for which the system maintains a CDE to manage the module. That does not occur for "directed load" (LOAD with ADDR= or LOAD with ADDR64=). Perhaps the module in question is loaded by directed load. For such a case, you will

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Nash, Jonathan S.
Yes but we arent Romans so I think its acceptable to use data for a single piece of data. If enough people use a word incorectly doesnt it become acceptable? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Wednesday, June 08, 2022 6:36 AM To:

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Mike Shaw
The phrase that rankles me is "software program". Isn't software always a program? Can you have software without it being a program? Why not just say "software"? Mike Shaw MVS/QuickRef Support Group Chicago-Soft, Ltd. On Tue, Jun 7, 2022, 10:53 PM Tom Brennan wrote: > I heard that one on a

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
I would consider "A REXX EXEC", "a REXX program" and "a REXX script" to be essentially the same usage and quite different from the usage "a REXX" with no following noun. It's the latter that I never heard in VM circles, and I was curious as to whether it existed in any VM shop. -- Shmuel

SLIP IF not working

2022-06-08 Thread Harris Morgenstern
MVS System Commands discusses this: PVTMOD/PVTEP without JOBNAME/ASID and MODE=HOME: This consideration pertains to the PVTMOD and PVTEP parameters when specified in an IF or SBT PER trap for a module that was not loaded with GLOBAL=YES. PVTMOD and PVTEP are used for monitoring execution in

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Gord Tomlin
On 2022-06-08 07:05 AM, Seymour J Metz wrote: I generally say "a REXX script". If you want to be PC, make that "a Rexx script", and, no, I don't know why the case changed. You could probably ask the same tall foreheads that thought it was vitally important to change DB2 to Db2. --

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Paul Gilmartin
On Wed, 8 Jun 2022 11:14:52 -0400, Gord Tomlin wrote: > >You could probably ask the same tall foreheads that thought it was >vitally important to change DB2 to Db2. > But please don't confuse zFS and ZFS. -- gil -- For

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
Back in my Army days there was an interesting bit of nomenclature; you were never to refer to a shoulder-fired rifle as a gun, although artillery rifles and automatic rifles were called guns. There is even an urban legend about a poem (used by Kubrick) that recruits are forced to recite if they

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
Yes, and "mic". And "perq" not "perk" (it's short for "perquisite"). Not sure I've ever written "nuc", though, come to think of it. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* A democracy cannot exist as a permanent form of government. It can exist only until the voters

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
I'm sorry, guys, but I write a REXX (or an exec) all the time. I'd never heard before that this is cringe-worthy. And yes, now that I think about it, I used to write a CLIST, so it probably transferred. I never write a PL/1 or a VBA. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313

Re: [EXTERNAL] Re: Rexx generic compare

2022-06-08 Thread Pommier, Rex
Bob, I don't have the original question (other than what's repeated below) so based strictly on what's below, DFDSS uses a similar criterion for determining dataset filter lists for dump, copy, restore operations. That's just one example of a non-security-package where this type of logic is

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
No!! Or, actually, yes, but only if it was commonly enough used by the time I first heard the term that I got used to it. If you try to change it after that, it's too late. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* Many people struggle to learn how to pray because they are

Re: Do they still make greenbar paper these days?

2022-06-08 Thread Bfishing
I just found some while unpacking. Stuff made for some great packing material. The answer to your question however is yes. You can even buy it on Amazon. Sadly no printers show up in "customers were also interested in...".

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
Shmuel says it differently but I think he and I agree. I value clarity in writing, and therefore I like words that make distinctions clear. I adopted "whom" once I understood it. I use "datum" (and also "criterion", "bacterium" and the like). I eventually learned the difference between

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Pommier, Rex
Bob, Or maybe people are mixing it up and actually trying to say a troupe of troops. OK, I'll go back to lurking before I'm tempted to say something about "I'm a Rex, that other thing is a 'Rexx exec'". Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bob

Re: Rexx generic compare

2022-06-08 Thread Bob Bridges
You say "not RACF or other security packages", but how is this useful ~except~ in the context of a security package? I'm pressing the point because the three mainframe packages (RACF, ACF2 and Top Secret) all handle this matter differently, so the logic that works for RACF isn't quite the same

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
Even BAT supports conditional logic and looping.I've seen very little code, whether in CLIST, REXX or a *ix shell, that was just a linear list of commands. I've seen lots of code called scripts with conditional and looping constructs, many thousands of lines long. I believe that the term script

Re: [EXTERNAL] Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Pommier, Rex
I see where the cringe-worthiness comes from though, seems to me that "I wrote a Rexx" is akin to "I wrote a Cobol". You write a program or an exec in Rexx. My $.02. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bob Bridges Sent: Wednesday, June 8, 2022 9:25

Re: [EXTERNAL] Re: Rexx generic compare

2022-06-08 Thread Bob Bridges
Ok, fair enough. But it seems to me if the OP - Itzchak, it was - if Itzchak wants to do this in order to predict the behavior of some application, DFDSS or RACF or whatever, he has to know how that particular app does things. It's not like there's a generally accepted SOP for this question.

Re: Receive from Network failed

2022-06-08 Thread Kurt J. Quackenbush
> TLS security mechanism negotiation failed - data connection closed > 425 Unable to build data connection: Not owner Std Return Code = 16425, Error > Code = 00017 > >>> QUIT > 221 Goodbye. > > GIM69233I FTP FAILED, ATTEMPT 01 OF 10. FTP WILL BE RETRIED IN 60 SECONDS. I believe, but am not

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
Dunno whether I'm right, but I associate "script" with "macro", both of which (still in my own head) I think of as a list of commands without logic branches. Like the old PC DOS batch files: Do this, then do this, then do this... Or QMF (unless QMF has added IF statements since I last used

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
LOL, I never noticed that one. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* If you chase two rabbits, you will lose them both. */ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mike Shaw Sent: Wednesday, June 8, 2022 07:59 The phrase that rankles

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Bob Bridges
BAT has IF (and other features) now. I did say "the old" DOS. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* A man is never so proud as when striking an attitude of humility. -from "Christianity and Culture" by C S Lewis */ -Original Message- From: IBM Mainframe

Do they still make greenbar paper these days?

2022-06-08 Thread Bob Bridges
I had occasion a few minutes ago to note to myself, in a non-computer context, that twice 66 is 132. "How" (an imaginary grandchild asked in my head) "did you know that so fast?" The answer, of course, is that if a computer programmer is old enough he knows 132 characters is the usual width of

Re: Don't feed the trolls

2022-06-08 Thread Radoslaw Skorupka
To be honest, I've been using Thunderbird and its predecessors for ~25 years. In parallel I'm used to be forced to use Outlook as well (corporation rules). There are two things I consider *much, much better* in TB when compared to Outlook: 1. Message filtering. 2. Message searching. There are

Re: Don't feed the trolls

2022-06-08 Thread Phil Smith III
Radoslaw Skorupka wrote: >To be honest, I've been using Thunderbird and its predecessors for ~25 >years. In parallel I'm used to be forced to use Outlook as well >(corporation rules). >There are two things I consider *much, much better* in TB when compared >to Outlook: >1. Message filtering. >2.

Encrypted dataset - any eye catcher?

2022-06-08 Thread Radoslaw Skorupka
I mean "pervasive encryption" - datasets encrypted using z/OS facilities. Usually one can check whether dataset is encrypted by using ISPF/PDF Info or LISTCAT. However when a dataset is accessed "from outside" - i.e. via shared DASD, the result of open attempt is usually an abend x13. There are

Re: "A Rexx" (or "A REXX")

2022-06-08 Thread Seymour J Metz
To me ":the old DOS" is DOS/360, with no BAT files, just JCL. -- 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

Re: Do they still make greenbar paper these days?

2022-06-08 Thread Seymour J Metz
I'm old enough to know that greenbar paper is 120 columns. There's also 144, still on impact printers. The compressed dump format for the 3800 squeezes in considerably more. Except when there is a legal requirement for carbon paper or NCR copies, doesn't everybody use plain paper with a forms

Re: Encrypted dataset - any eye catcher?

2022-06-08 Thread Mike Shaw
There is a bit in the Format 1 DSCB for the data set, DS1ENCRP, that is on if the data set is encrypted. MVS/QuickRef displays a YES or NO value for each data set in its DSNLIST report. We get that from that bit in the F1 DSCB in the VTOC. You can get that information without opening the data

Re: Receive from Network failed

2022-06-08 Thread Richards, Robert B. (CTR)
Kurt, I submitted two jobs a few hours ago. One to Boulder and one to Rochester. Neither server responded after 90 minutes, so I cancelled them. This was a surprise that I did not even get the connection. I have had the following in our firewall for a while now: IBM Shopz and SMP/E

Re: Receive from Network failed

2022-06-08 Thread Matthew Stitt
This is what I use: "https://eccgw01.boulder.ibm.com/services/projects/ecc/ws; and it worked a few minutes ago. Of course I use HTTPS. Matthew On Wed, 8 Jun 2022 20:51:53 +, Richards, Robert B. (CTR) wrote: >Kurt, > >I submitted two jobs a few hours ago. One to Boulder and one to

Re: Rexx generic compare

2022-06-08 Thread Charles Mills
I think you are perhaps asking the wrong question. I think the question should be I have two (or more?) RACF-dataset-profile style names. How do I sort them into order such that I can do compares in order, and when I get a match, know that I have the "best" (from a RACF point of view) match?

Re: HSM backups and CICS VSAM files,

2022-06-08 Thread Glenn Wilcock
If the data set is defined as BWO eligible, then DSS logic (data mover for HSM) can handle backing the data set up while open.How frequently a backup copy is created is determined by management class (SMS) or HSM policy (nonSMS). If a CI/CA split occurs during the backup, then it will be

Re: [EXTERNAL] Do they still make greenbar paper these days?

2022-06-08 Thread Billy Ashton
I still remember my first computer-oriented job as a burster and decollator operator. My biggest nemesis was the 5-part carbon form with parts 4&5 edge glued (for an insurance company, of course). Ahh, those halcyon days... Thank you and best regards, Billy Ashton -- Original Message

Re: SLIP IF not working

2022-06-08 Thread Ed Jaffe
On 6/8/2022 12:03 AM, Robin Atwood wrote: I strongly suspect the problem is caused by the PVTMOD parameter. Normally I just specify a RANGE but this SLIP must be sent to a customer, so that will not work. In addition to PVTMOD=, try also specifying MODE=HOME. -- Phoenix Software

Re: HSM backups and CICS VSAM files,

2022-06-08 Thread Frank Swarbrick
I will look at that. Thanks! From: IBM Mainframe Discussion List on behalf of Glenn Wilcock Sent: Wednesday, June 8, 2022 4:47 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: HSM backups and CICS VSAM files, If the data set is defined as BWO eligible, then DSS

Re: Encrypted dataset - any eye catcher?

2022-06-08 Thread Greg Boyd
It uses XTS (CipherText Stealing). I couldn't find it in a manual (but didn't look very hard). Found it in one of CeCe Lewi's presentations: https://www.zexpertenforum.ch/images/87/GSE_201710_Z_security_for_Data_set_encryption_092017.pdf (See slide #9) Greg Boyd gregb...@mainframecrypto.com

Re: Rexx generic compare

2022-06-08 Thread Paul Gilmartin
On Wed, 8 Jun 2022 14:23:34 -0700, Charles Mills wrote: > >I have two (or more?) RACF-dataset-profile style names. How do I sort them >into order such that I can do compares in order, and when I get a match, know >that I have the "best" (from a RACF point of view) match? > But beware:

Re: Encrypted dataset - any eye catcher?

2022-06-08 Thread Phil Smith III
Radoslaw's question makes me ask a pure curiosity question: what AES mode is used by z/OS data set encryption? I Googled but all I found was "256-bit AES", which doesn't answer the question. -- For IBM-MAIN subscribe /

Re: Rexx generic compare

2022-06-08 Thread ITschak Mugzach
Bob, My need is for a general purpose dsname selection criteria. However, Since you mentioned that different ESMs do that differently, I'll be happy to see the differences. I checked several profiles with RACF, and indeed, RACF prioritizes the prefix. ITschak ITschak Mugzach *|** IronSphere

Re: Encrypted dataset - any eye catcher?

2022-06-08 Thread Mark Jacobs
I found this in a 2017 IBM Security presentation. So it looks like it's XTS-AES. Key label: 64-byte label of an existing key in the ICSF CKDS used for access method encryption/decryption. Encryption type: AES-256 bit data key (XTS, protected key). Note: AES-256 key must be generated as a secure

Re: SLIP IF not working

2022-06-08 Thread Robin Atwood
Thanks to everyone who responded. I will answer all the questions here: 1. The module was definitely loaded. We dynamically load all our modules so I checked with XDC that it was there. 2. It is not an LPA module, it's loaded into private memory. 3. I did issue D SLIP=SLP1 and the SLIP was

Re: [EXTERNAL] Do they still make greenbar paper these days?

2022-06-08 Thread Pommier, Rex
GIYF or duck duck go or whatever your search engine of choice. Not only is greenbar paper still available (Staples, anyone?) but you can even still get it in carbon paper (shudder). -Original Message- From: IBM Mainframe Discussion List On Behalf Of Bob Bridges Sent: Wednesday,

Re: [EXTERNAL] Do they still make greenbar paper these days?

2022-06-08 Thread Clifford McNeill
Now you need a de-collator. On 6/8/2022 1:09 PM, Pommier, Rex wrote: GIYF or duck duck go or whatever your search engine of choice. Not only is greenbar paper still available (Staples, anyone?) but you can even still get it in carbon paper (shudder).