Re: CASE constructs

2023-03-31 Thread Frank Swarbrick
COBOL: EVALUATE A = 1 WHEN TRUE [...] WHEN FALSE [...] END-EVALUATE (WHEN FALSE could be WHEN OTHER in this case.) Not many people would use this over IF ELSE, but it's available. There's also "EVALUATE TRUE" where each WHEN is a full evaluation, eliminating any need for IF ELSE/IF ELSE/IF

Re: zOSMF certificates

2023-03-31 Thread Mark Zelden
On Thu, 30 Mar 2023 18:55:17 +, rpinion865 wrote: >If you installed the zOSMF certificates from the IZUSEC member of >SYS1.SAMPLIB, you might want to check the certificate expiration date. Ours >was set to May 17, 2023. We've deleted and regenerated the certificate with a >much later

Re: Cloning SMPe Global, Target and DLIB

2023-03-31 Thread Mark Zelden
On Wed, 29 Mar 2023 03:40:03 -0500, Bill Giannelli wrote: >Hi Mark, >thanks for your response. >One of the things of my posts that might be confusing, is that I am >specifically working with DB2 installations and it's tools. I do not work on >or change the z/OS system it's self. I am a Db2

Re: Currency format suggestions, please?

2023-03-31 Thread Tony Harminc
On Fri, 31 Mar 2023 at 14:33, Rupert Reynolds wrote: > > 360, with so its many factors, always seemed natural to me. > > I don't /think/ I'll be adding functions for Roman numerals, or the "Yan, > tan, tethera, methera, pip" system used in parts of England for counting on > the fingers :-) That

RTM/SDWA question

2023-03-31 Thread Joseph Reichman
Hi Are the registers at SDWASR00 the same as the registers pointed to by SDWARBAD when SDWARBAD is around I have noticed most of the time they are SDWAS00 doesn't have 64 bit registers Or PSW but if they are the same I can get them from the XSB Thanks

Re: Currency format suggestions, please?

2023-03-31 Thread Rupert Reynolds
360, with so its many factors, always seemed natural to me. I don't /think/ I'll be adding functions for Roman numerals, or the "Yan, tan, tethera, methera, pip" system used in parts of England for counting on the fingers :-) Roops On Fri, 31 Mar 2023, 19:03 Mike Schwab, wrote: > Babylonians

Re: Currency format suggestions, please?

2023-03-31 Thread Mike Schwab
Babylonians gave us 360 degrees, 60 minutes, 60 seconds as units of time and sky position. On Fri, Mar 31, 2023 at 12:56 PM Rupert Reynolds wrote: > > Yes, I vaguely remember that the Mayans used zero, but India finished the > job properly, and the west took up the positional decimal system >

Re: Currency format suggestions, please?

2023-03-31 Thread Mike Schwab
Maybe we should post the range of 1 digit numbers? 0-7, 0-9, 0-F. Or I, V, X, L, C, D, M. On Fri, Mar 31, 2023 at 3:53 AM Rupert Reynolds wrote: > > For pairs of digits, I was thinking of commas as often used in India, where > an EV6 costs 60.95 Lakh, (Lakh is a multiple 100,000). In Rupees

Re: Currency format suggestions, please?

2023-03-31 Thread Rupert Reynolds
Yes, I vaguely remember that the Mayans used zero, but India finished the job properly, and the west took up the positional decimal system originating there. "What have the Romans ever done for us?" Roops On Fri, 31 Mar 2023, 14:57 Mohammad Khan, <

Re: Unzip on z/OS ?

2023-03-31 Thread Tom Harper
Michael, The information is here on pages 127 to 128. IBM states specifically that the callable interfaces can be invoked by COBOL. I have been using the authorized interface for zEDC for several years now, and I will be the first to admit that the documentation is obtuse and hard to follow

Re: Currency format suggestions, please?

2023-03-31 Thread Bob Bridges
I had to stare at this a second time before I got it. Of course it's true; I've said it myself, but for a moment I was nevertheless caught in my reflexes. --- Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313 /* A person needs to be truly understood by only two or three people. Everyone

Re: Unzip on z/OS ?

2023-03-31 Thread Schmitt, Michael
I'm missing how you would call zEDC from a COBOL programming running in CICS. The Redbook has no examples - it just says there's a callable service for High Level Languages. But the Services for HLL languages just says that unauthorized programs can use a Unix-side library. And google has a

Re: finding DU-AL in a dump

2023-03-31 Thread Joseph Reichman
Just want to extend TESTAUTH it does let me display a data space but only if it’s created in the debugged address space and it’s private only accessible by the debugged address space How does TESTAUTH verify that this alet ( the one created in my address space only accessible by the debugged

Re: Currency format suggestions, please?

2023-03-31 Thread Tony Harminc
On Fri, 31 Mar 2023 at 04:53, Rupert Reynolds wrote: > > For pairs of digits, I was thinking of commas as often used in India, where > an EV6 costs 60.95 Lakh, (Lakh is a multiple 100,000). In Rupees it's > quoted as Rs 60,95,000. > > The next multiple bigger is another factor of 100. The only

Re: finding DU-AL in a dump

2023-03-31 Thread Glen Garrison
Hmm Sounds like you are trying to say, "I know 'that task' (not the one I am currently running under) has stuff aleserv'ed on it's access list and I want to be able to look at it's data." I'd say this is a security issue the system probably wants to prohibit. Essentially

Re: Currency format suggestions, please?

2023-03-31 Thread Mohammad Khan
BTW Rudyard Kipling named his house "naulakha" may be because it cost him 9 lakhs to build it. As for Indians using base 10 system for numbers, keep in mind that this system was invented there. mkk On Fri, 31 Mar 2023 09:53:13 +0100, Rupert Reynolds wrote: >For pairs of digits, I was

Re: IBM SCRT query

2023-03-31 Thread Edward King
SCRT replaced the "percentage of data collected" reporting (Section H5) with Sections H4 and H6 in SCRT 25.1.0 in 2017. Section H4 reports, per LPAR, periods (that is, ranges of hours) for which no SMF data was collected (or for which only SMF70s or SMF89s, but not both, were collected). Section

Re: Open Job posting

2023-03-31 Thread Dave Jousma
On Thu, 30 Mar 2023 13:20:54 -0700, Tom Brennan wrote: >Good to see! Especially the not-going-away part. >Also, this item is attractive - "SUPERVISORY RESPONSIBILITIES: None" > >On 3/30/2023 10:40 AM, Dave Jousma wrote: >> All, >> >> I have a new job posting for Mainframe Storage

Re: Currency format suggestions, please?

2023-03-31 Thread Rupert Reynolds
For pairs of digits, I was thinking of commas as often used in India, where an EV6 costs 60.95 Lakh, (Lakh is a multiple 100,000). In Rupees it's quoted as Rs 60,95,000. The next multiple bigger is another factor of 100. The only group of 3 digits is for units, tens and hundreds. Of course

Re: z/OS 3.1 Preview Webcast (Asia-Pacific Friendly Time)

2023-03-31 Thread Timothy Sipples
Colin Paice wrote: >Will the charts be available to us? Yes, after the Webcast. — — — — — Timothy Sipples Senior Architect Digital Assets, Industry Solutions, and Cybersecurity IBM zSystems/LinuxONE, Asia-Pacific sipp...@sg.ibm.com