zDEC compression questions

2023-07-06 Thread Kenneth Kripke
Thank you for all that responded to my questions. Regards, Kenneth James Kripke k.kri...@comcast.net -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Double ampersand?

2023-07-06 Thread Tom Marchant
By OS/360 release 19 (1970) && was the documented way to specify a temporary data set. See page 168 of http://www.bitsavers.org/pdf/ibm/360/os/R19_Jun70/GC28-6704-0_JCL_Reference_Rel_19_Jun70.pdf If you do include the DSNAME parameter, the temporary data set name can consist of 1 through 8 char

Re: Code Page for dataset names

2023-07-06 Thread Tom Marchant
Under this proposal, how would SUBMIT handle characters represented in the terminal code page that have no representation in 037? -- Tom Marchant On Wed, 5 Jul 2023 16:00:55 -0500, Paul Gilmartin wrote: >How about an RFE, I mean "Idea" that the ISPF SUBMIT command should >use that information

Re: Code Page for dataset names

2023-07-06 Thread Paul Gilmartin
On Thu, 6 Jul 2023 09:37:00 -0500, Tom Marchant wrote: >Under this proposal, how would SUBMIT handle characters represented in the >terminal code page that have no representation in 037? > Any of: o Fail with a clear message. o Replace them with the SUB character (a common convention) o Delete th

Re: SORTWK space usage

2023-07-06 Thread Billy Ashton
This discussion has gone well in my meeting with the programming team. One question they asked me, about our common SORT proc: Is it acceptable to code this DFSPARM data in a single PDS member, and then let it be the default for all our SORT calls? Is there any potential problem with using thi

Re: SORTWK space usage

2023-07-06 Thread Sri h Kolusu
>> One question they asked me, about our common SORT proc: Billy, Common SORT proc? Does that mean every SORT gets that override? If that is the intention, why not update the Installation defaults with those overrides? You can use PARMLIB member and update for both ICEAM1 (JCL Invocations) I

Re: SORTWK space usage

2023-07-06 Thread Billy Ashton
Yes, you are right. We are looking for a common proc (well, it is common per application team - we have 7 major teams). Once we get done going through this exercise, we will see what makes sense to update installation defaults - that is a good idea! Now, for the one big job - the COBOL program

Re: Code Page for dataset names

2023-07-06 Thread Matt Hogstrom
The original question was posed on StackOverflow here https://stackoverflow.com/questions/76569347/what-are-the-supported-code-points-for-special-characters-for-valid-z-os-datas There is a whole set of answers (opinions) on the subject. I did some testing by creating a file in USS in CP047 wit

Re: SORTWK space usage

2023-07-06 Thread Sri h Kolusu
>> and their intention is to use the common DFSPARM like I showed, but then to >> concatenate another line there with the FILSZ=E### value. This way, they >> don't need to specify everything again, and can focus on only the parameter >> they need. Billy, Unfortunately, that would NOT work. Yo

What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Steve Estle
All, Unfortunately, I have to date myself a bit, but back in the 90's while with IBM, I implemented batch LSR on some VSAM batch jobs that significantly reduced some batch jobs run time and overall CPU usage - Hours to minutes and ~75% reduction in CPU time. I have now the need to use Batch

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Sri h Kolusu
>> Batch Local Shared Resource(LSR) Documentation Steve, Does this help? https://publibz.boulder.ibm.com/epubs/pdf/iea5j600.pdf Thanks, Kolusu -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to li

Re: [EXTERNAL] What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Pommier, Rex
VSAM Demystified has a short (a couple paragraphs) blurb about BLSR as well. Rex -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Estle Sent: Thursday, July 6, 2023 12:56 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [EXTERNAL] What happened to GC26-1672 Batch Loca

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Farley, Peter
I didn't find the one you requested, but I did find GC28-1469-00, "MVS Programming: Batch Local Shared Resources Subsystem Guide". Sent PDF privately, link found on the web here: https://publibz.boulder.ibm.com/epubs/pdf/iea5j600.pdf HTH Peter -Original Message- From: IBM Mainframe D

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Martin Packer
I rather thought the modern way was with built in things like access bias, rather than relying on a subsystem. Is there a particular reason you need BLSR? Cheers, Martin From: IBM Mainframe Discussion List on behalf of Farley, Peter <031df298a9da-dmarc-requ...@listserv.ua.edu> Date: Thurs

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Farley, Peter
Martin, I understand that access bias is supposed to be the replacement for the BLSR subsystem, but I have to report that the admittedly ad-hoc local tests I have done showed me that BLSR generates far better results in reducing CPU and I/O for VSAM files than the new "access bias" tools do. A

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Martin Packer
I don’t think I’ve seen any. Anyone? I do think I heard people didn’t much like having a subsystem to do this job – after all SUBSYS= in JCL is needed. (No disrespect to those that built BLSR – twice, I believe.) Cheers, Martin From: IBM Mainframe Discussion List on behalf of Farley, Peter <

Re: SORTWK space usage

2023-07-06 Thread Billy Ashton
OK, the team is going to figure out what is the best set of defaults for the majority of work (80/20 rule), and then use the full DFSPARM override for those odd jobs that need to add FILSZ. I think we will leave the DYNSPC out for now, and work with the default 256 unless we need to change it.

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Farley, Peter
I have never heard anyone complain abut using the SUBSYS setup to save major CPU and elapsed time. The job at hand is to use the tools we have to satisfy the business needs, not to complain about the tiny extra steps required by the tool. BLSR "Just Works", and that is good enough for me until

Help -Autyh

2023-07-06 Thread Steve Beaver
Ok guys. I know this question does not belong here. But this group has the best general experts. I forgot my Microsoft Authenticator password. Any one How to recover the 6 digit pin? TIA -- For IBM-MAIN subscribe / sig

Re: Help -Autyh

2023-07-06 Thread Farley, Peter
GIYF. Does this MS page help: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-feature-pin-reset?tabs=intune Peter -Original Message- From: IBM Mainframe Discussion List On Behalf Of Steve Beaver Sent: Thursday, July 6, 2023 3:08 PM To: I

Re: [EXTERNAL] Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Pommier, Rex
I activated BLSR at *current job* a few years back. I had used it very successfully at prior jobs but nobody here had heard of it. I convinced a couple of the application teams to try it on some heavy hitters and they were astonished at the difference. At the time I activated it I thought I h

Re: [EXTERNAL] Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Pommier, Rex
Ehhh, I just found my "current" BLSR documentation. GC28-1469 that somebody already pointed out, MVS/ESA 5.1, June 1994. Guess the old brain cells are getting foggier than I thought they were. Rex -Original Message- From: Pommier, Rex Sent: Thursday, July 6, 2023 2:19 PM To: 'IBM Mai

Re: Double ampersand?

2023-07-06 Thread zMan
Why does "double ampersand" sound like an old-timey insult? "You no-good, double-ampersand, horswogglin'..." On Thu, Jul 6, 2023 at 10:19 AM Tom Marchant < 000a2a8c2020-dmarc-requ...@listserv.ua.edu> wrote: > By OS/360 release 19 (1970) && was the documented way to specify a > temporary data

Re: SORTWK space usage

2023-07-06 Thread Mike Schwab
SORT.PARMLIB(SIZEnnnG) Where nnn=001,005,020,100,200,300,400,500,...,999)? On Thu, Jul 6, 2023 at 2:00 PM Billy Ashton wrote: > > OK, the team is going to figure out what is the best set of defaults for > the majority of work (80/20 rule), and then use the full DFSPARM > override for those odd jo

Re: SORTWK space usage

2023-07-06 Thread Sri h Kolusu
>> SORT.PARMLIB(SIZEnnnG) Where nnn=001,005,020,100,200,300,400,500,...,999)? Mike, Why bother about creating different members based on the size of the file? Most of the parms that Billy is overriding are good candidates for Installation defaults. All they need to do is change 1 member and e

Re: Where am I going wrong with XLC __TIMESTAMP__ ?

2023-07-06 Thread Charles Mills
And the answer is ... Although it is not so documented, apparently __TIMESTAMP__ is a C (not C++) -only feature. I am further informed that __TIMESTAMP__ is not part of the C standard, so I am out of luck. Charles On Sat, 1 Jul 2023 16:52:20 -0500, Charles Mills wrote: >I am using XLC __TIM

PGP & PKWARE Smartcrypt for z/OS

2023-07-06 Thread Steely.Mark
If any one on the list uses PKWARE Smartcrypt for z/OS for PGP encryption would you please respond to me off the list. Thank You -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread Jim Mulder
That is probably the most recent documentation. I doubt that anything has been done since I posted this on IBM-MAIN on Sep 12, 2012: > Thanks! I'd already read the book and noted that Dynamic SSI came after > BLSR. And so the BLSR book might not have been updated. I am pretty sure that I sub

Re: What happened to GC26-1672 Batch Local Shared Resource(LSR) Documentation?

2023-07-06 Thread allan winston
I did a lot of work in this area 20 years ago. If you have MXG in your shop, the ANALBLSR will suggest jobs that can benefit from Batch LSR, assuming the proper SMF types are being collected and processed by MXG. Documentation is in member ADOCBLSR. It has been 18 years since I have had access