Re: RACF: Limiting update-authorization of a file to a particular application

2019-03-07 Thread Steff Gladstone
But if I TSOEXEC CALL the Cobol I/O routine, will it retain the context between calls? Won't the DCBs and ACBs and working storage be reinitialized on every call? בתאריך יום ה׳, 7 במרץ 2019, 02:34, מאת Walt Farrell ‏: > On Wed, 6 Mar 2019 19:29:05 +0200, Steff Gladstone < > steff.gladst...@gmail.

Re: Disk space allocation question [EXTERNAL]

2019-03-07 Thread Joel C. Ewing
On 3/6/19 10:32 AM, Paul Gilmartin wrote: > On Wed, 6 Mar 2019 08:36:23 +, Sean Gleann wrote: >> Up until reading the doc regarding ALLOCxx, I was unaware that "...Primary >> space may be acquired in up to 5 extents" and that was the root cause of >> the problem report that I was given. That do

Re: instruction clock speed

2019-03-07 Thread Christopher Y. Blaicher
OK. What runs 250 times slower than a LG instruction? Chris Blaicher Technical Architect Syncsort, Inc. -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Ed Jaffe Sent: Thursday, March 7, 2019 1:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Sub

Re: instruction clock speed

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 17:01:36 +1100, Matthew Donald wrote: >If the operand is in a CF >storage structure which is part of a GDPS Plex then access may take >hundreds of thousands of clocks. What instruction can reference an operand in a CF structure? -- Tom Marchant --

Re: instruction clock speed

2019-03-07 Thread Phil Smith III
Anyone remember the old EXEC 2 source (Chris Stephenson), which included comments like "Do this while R3 settles"? Those days are very long gone! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to l

Re: instruction clock speed

2019-03-07 Thread Steve Smith
The most perverse way to zero a register I've been able to come up with is JCTG Rx,*. Bad luck if it already is zero. sas On Thu, Mar 7, 2019 at 12:38 AM Ed Jaffe wrote: > > ...Which would you use? (A silly > example since no sane person would think to use a multiply to load a > zero... LOL)

Re: instruction clock speed

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 11:32:54 -0500, Phil Smith III wrote: >Anyone remember the old EXEC 2 source (Chris Stephenson), which included >comments like "Do this while R3 settles"? Those days are very long gone! > Was that merely for performance or to circumvent an actual hardware bug? The original CDC

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Jesse 1 Robinson
It's not Friday yet, but I need to know: what does this mean? . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW robin...@sce.com -Original Message- From: IBM Mainframe Discu

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 17:23:37 +, Jesse 1 Robinson wrote: >It's not Friday yet, but I need to know: what does this mean? > Either you didn't read the thread from the beginning or: https://en.wikipedia.org/wiki/Lightbulb_joke Programmers? Don't ask them; that's a hardware problem. >-Or

SMP/e REDO FMID clarification

2019-03-07 Thread Jake Anderson
Hi I am in process of reapplying a a product base FMID with SMPE control card Keyword REDO. I understand to APPLY REDO I also have to select all the PTF which were already applied to the target zone . The challenge is i have close to 3k PTF which I have apply along with the base FMID. Is there a

Re: SMP/e REDO FMID clarification

2019-03-07 Thread David Spiegel
How about GROUPEXTEND (GEXT)? On 2019-03-07 13:08, Jake Anderson wrote: > Hi > > I am in process of reapplying a a product base FMID with SMPE control card > Keyword REDO. I understand to APPLY REDO I also have to select all the PTF > which were already applied to the target zone . > > The challen

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jousma, David
If it were me, I'd apply the base FMID by itself, and accept it, then apply the PTF's on top of that, and only accept those after all testing is completed, or just prior to next round of IPL's. The problem with applying all at once, is that you have nothing to fall back on with SMPE restore. _

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jake Anderson
GEXT was already specified Actually I am doing REDO of base and just APPLY on top of already applied FMID fails with the message ID : GIM50202E On Thu, 7 Mar, 2019, 10:17 PM Jousma, David, < 01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote: > If it were me, I'd apply the base FMID by itself

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jousma, David
Whoops typo. I meant to say accept it prior to the next round of maintenance. _ Dave Jousma Mainframe Engineering, Assistant Vice President david.jou...@53.com 1830 East Paris, Grand Rapids, MI  49546 MD RSCB2H p 616.653.8429 f 616.6

RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Hello list. After discussing with Gary P. I submitted: http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=130689 with headline of: Enhance JES2 to support compression of dynamic PDS PROCLIBs Please review and provide your vote to help get the JES3 function added to JES2. In th

LOCALSYSAREA question: How to know if it exists

2019-03-07 Thread Dave Cole
Hi, One of my developers (Peter Morrison) is working on some code to allow z/XDC a more refined and accurate view of the structure of virtual storage than it currently has. (24-bit, 31-bit and 64-bit CSAs, private areas, Java work area, and the like). In particular, we cannot see how a progr

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jesse 1 Robinson
I've lost track of the original problem description, especially the motivation for this effort. The easiest way to encompass all of the sysmods belonging to an FMID is "FORFMID()". This would cover the PTFs. The SMP/E message says this. "The indicated SYSMOD has already been applied or accepted,

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Seymour J Metz
Why do the service APPLY so quickly. IMHO it's best to onlyinstall the older service plus HIPER. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Jousma, David <01a0403c5dc1-dmarc-requ...@lis

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
PLO? MVCL? Or do you mean specifically a slow instruction to zero a register? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Christopher Y. Blaicher Sent: Thursday, March 7, 2019 10:34 AM To:

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 18:12:56 +, David Spiegel wrote: >How about GROUPEXTEND (GEXT)? Nope. "If GROUP or GROUPEXTEND is also specified, REDO does not reapply SYSMODs included by the GROUP or GROUPEXTEND operand. It processes only SYSMODs specified on the SELECT operand." -- Tom Marchant >

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 18:35:37 +, Jesse 1 Robinson wrote: >The easiest way to encompass all of the sysmods belonging to an FMID is >"FORFMID()". This would cover the PTFs. The SMP/E message says this. I could be wrong, but I think that REDO only applies to the sysmods that are specified on the

Question about batch programs using EXCI in a parallel Sysplex

2019-03-07 Thread Laurence Chiu
Looking at implementing a parallel Sysplex primarily to support CICS regions that need to be up on more than one LPAR. But some of the regions are not Sysplex compliant so we'll run them on one LPAR only. But we have a number of batch jobs that calls CICS transactions in those regions and we are

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 22:08:30 +0400, Jake Anderson wrote: >I am in process of reapplying a a product base FMID with SMPE control card >Keyword REDO. Why do you want to do that? >I understand to APPLY REDO I also have to select all the PTF >which were already applied to the target zone . > >The ch

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
An instruction is a unit of operation in whatever ISA you're writing in. The implementation is irrelevant. MIPS never made sense. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Vernooij, Kees

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 12:32:36 -0600, Bruce Schaefer wrote: >Hello list. >After discussing with Gary P. I submitted: >http://www.ibm.com/developerworks/rfe/execute?use_case=viewRfe&CR_ID=130689 >with headline of: Enhance JES2 to support compression of dynamic PDS PROCLIBs > Isn't this a job for PD

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
Every time IBM introduced a new model the instruction timing got more complicated. Many of the complexities had nothing to do with memory access. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Tom Conley
On 3/7/2019 1:08 PM, Jake Anderson wrote: Hi I am in process of reapplying a a product base FMID with SMPE control card Keyword REDO. I understand to APPLY REDO I also have to select all the PTF which were already applied to the target zone . The challenge is i have close to 3k PTF which I have

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
There was timing information in manuals for S/370 processors, e.g., http://bitsavers.org/pdf/ibm/370/funcChar/GA22-6935-0_370-165_funcChar_Jun70.pdf. Unfortunately, the formulae for each new model were more complicated. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 __

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
Never in PoOps, nor should it have been. There were timing manuals and there was timing information in some to the functional specifications manuals for specific models. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discus

Re: RACF: Limiting update-authorization of a file to a particular application

2019-03-07 Thread Seymour J Metz
My understanding is that he needs ISPF services in his application. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Walt Farrell Sent: Wednesday, March 6, 2019 7:34 PM To: IBM-MAIN@LISTSERV.UA.E

Re: instruction clock speed

2019-03-07 Thread Tony Harminc
On Thu, 7 Mar 2019 at 14:32, Seymour J Metz wrote: > Never in PoOps, nor should it have been. There were timing manuals and there > was timing information in some to the functional > specifications manuals for specific models. The timing for S/360 and early S/370 models was indeed in the Functi

Re: Number of directory blocks for existing PDS

2019-03-07 Thread Seymour J Metz
No API unless it's in FAMS. The only way that I know is to read the directory, or to use an ISPF service that does so. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Kirk Wolf Sent: Wednesday,

Re: Number of directory blocks for existing PDS

2019-03-07 Thread Farley, Peter x23353
DESERV FUNC=GETALL will return a chain of DESB control blocks with a MEMBER count field in the header of each DESB. You can run the chain and add up the counts to get total members. I don't know of any way to count directory BLOCKS except to read the PDS / PDSE with QSAM and count the records

Re: instruction clock speed

2019-03-07 Thread Tony Harminc
On Wed, 6 Mar 2019 at 21:08, Joseph Reichman wrote: > From what I remember there used to be a list of instruction clock speeds in > the principle of operation I wonder if that's still available The important issue is what you would do with such information were it available. Are you trying to ma

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jousma, David
Jake hasn’t mentioned *why* he is doing this but I can only surmise that maybe he or someone deleted/modified the contents of the target libraries outside of smpe. _ Dave Jousma Mainframe Engineering, Assistant Vice President dav

Re: instruction clock speed

2019-03-07 Thread Tony Harminc
On Thu, 7 Mar 2019 at 11:33, Phil Smith III wrote: > > Anyone remember the old EXEC 2 source (Chris Stephenson), which included > comments like "Do this while R3 settles"? Those days are very long gone! Long gone, but at the same time shows an awareness that the processors of the day were alread

Re: instruction clock speed

2019-03-07 Thread Edward Finnell
There was no High Level Language! Most of the S/360 instruction times were based on 'Frame Intervals' on what you could do in a given amount of time or instructions. The Saturn/Apollo used this in a n-way voting scheme to achieve predictable results in a given window. Many of the concepts are ca

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Elardus Engelbrecht
Warning - my reply is somewhat long, please ensure your light bulb is still burning while reading this... Paul Gilmartin wrote: >Jesse 1 Robinson wrote: >>It's not Friday yet, but I need to know: what does this mean? >Either you didn't read the thread from the beginning or: >https://en.wikipe

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
What are these, chopped liver? Algol 60 COBOL FORTRAN PL/I And didn't IBCFTC have surprising optimizations? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Edward Finnell <000248cce9f3-dmar

Re: instruction clock speed

2019-03-07 Thread Seymour J Metz
EXEC2? What processor running EXEC2 didn't at least have pipelining for I-fetch? why weren't you using REXX? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Tony Harminc Sent: Thursday, March 7

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Paul, I have not found any IBM doc to indicate that PDSE solves the problem. The JES2 Init&Tuning Guide simply says: To ensure performance and integrity, do not: v Allocate additional extents or release extents v Compress a PROCLIB data set v Defragment (move) a volume containing a PROCLIB My un

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Seymour J Metz
Are you using dynamic proclib? -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Bruce Schaefer Sent: Thursday, March 7, 2019 3:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: RFE 130689 Enhance J

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
yes. Thanks for asking, please vote! -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: instruction clock speed

2019-03-07 Thread Schuffenhauer, Mark
I used to spend my time counting cycles, now I spend my time clocking psychos? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Seymour J Metz Sent: Thursday, March 07, 2019 2:23 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: instruction clock speed EXEC2? What processo

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Jesse 1 Robinson
Guys, gimme a break. This was MY thread. I chose the subject line. My 'meaning' question was about "ditch the Edison screw and use a bayonet". Is that about US vs. EU light bulb design? . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-M

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Field, Alan
Sanity at last. European, not sure but definitely in New Zealand and Australia. Bayonet bases have two little lugs that lock the bulb in place. Both countries 240V is the standard (along with 50Hz). I think Wayne who posted this is Australian based. Alan -Original Message- From: IB

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 14:25:07 -0600, Bruce Schaefer wrote: >Paul, I have not found any IBM doc to indicate that PDSE solves the problem. >The JES2 Init&Tuning Guide simply says: >To ensure performance and integrity, do not: >v Allocate additional extents or release extents >v Compress a PROCLIB da

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Ed Jaffe
On 3/7/2019 1:10 PM, Paul Gilmartin wrote: Since the Tuna is directed to PDS, I suspect the JES2 developers haven't yet heard of PDSE. I don't think PDSE will release space from an open concatenation. -- Phoenix Software International Edward E. Jaffe 831 Parkview Drive North El Segundo, CA 9

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Seymour J Metz
Yes, but you can delete a dynamic proclib and then add it back. Of course, you don't want to be interpreting jobs until you've added it back. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Ed J

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Why would JES need to use STOW DISC? JES is not making the update. It is reading a member and sometimes an old pointer happens to be "valid". I am requesting a method that prevents/stalls C/I from reading a PROCLIB while the compress job runs. For us, the is typically less than two seconds. O

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Exactly. In our case, a frequently used started task is being impacted. Thus the request for a method to stall C/I for a very short time. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@l

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 13:17:03 -0800, Ed Jaffe wrote: >On 3/7/2019 1:10 PM, Paul Gilmartin wrote: >> >> Since the Tuna is directed to PDS, I suspect the JES2 developers haven't >> yet heard of PDSE. > >I don't think PDSE will release space from an open concatenation. > In: https://www.ibm.com/suppor

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 15:22:56 -0600, Bruce Schaefer wrote: >Why would JES need to use STOW DISC? JES is not making the update. It is >reading a member and sometimes an old pointer happens to be "valid". > If a PDSE member was *ever* read then subsequently replaced, space occupied by that member i

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 20:42:42 +, Jesse 1 Robinson wrote: >Guys, gimme a break. This was MY thread. I chose the subject line. My >'meaning' question was about "ditch the Edison screw and use a bayonet". Is >that about US vs. EU light bulb design? Some light bulbs used in cars use bayonet base

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 15:10:04 -0600, Paul Gilmartin wrote: >Since the Tuna is directed to PDS, I suspect the JES2 developers haven't >yet heard of PDSE. Not a very likely assumption. They require a PDSE for SHASLNKE. -- Tom Marchant ---

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Schuffenhauer, Mark
They still use bayonet bases for 12 volt lighting. I have also seen interior 12 volt lighting with bayonet bases. Either way, screw-in or bayonet, trying to separate components sucks, when it's all rusted together, and you need trailer lights NOW! -Original Message- From: IBM Mainfram

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Yes, our application proclib in PROC00 is a PDS. If JES2 is never down and the proclib is never closed by all members at the same time, when would PDSE reclaim any freespace? What did I miss in this thread? -- For IBM-MAIN sub

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Mike Schwab
Just get magnetic lights prewired to connector. https://www.amazon.com/s?k=magnetic+trailer+lights&ref=nb_sb_noss_1 On Thu, Mar 7, 2019 at 4:13 PM Schuffenhauer, Mark wrote: > > They still use bayonet bases for 12 volt lighting. I have also seen interior > 12 volt lighting with bayonet bases.

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Seymour J Metz
The problem would be easier to deal with if you switched to dynamic proclibs. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List on behalf of Bruce Schaefer Sent: Thursday, March 7, 2019 5:23 PM To: IBM-MAIN@LI

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Edward Finnell
I guess the SAFE way is to REJECT it, then do a RECEIVE and APPLY S(FMID). After the APPLY then go after the remaining PTFS with APPLY FORFMID(fmid) GROUPEXTEND. In a message dated 3/7/2019 12:08:56 PM Central Standard Time, justmainfra...@gmail.com writes: I am in process of reapplying a a produc

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 16:23:26 -0600, Bruce Schaefer wrote: >Yes, our application proclib in PROC00 is a PDS. > You could fix that, but you's need to recycle the CI(s). > If JES2 is never down and the proclib is never closed by all members at the > same time, when would PDSE reclaim any freespace?

Re: instruction clock speed

2019-03-07 Thread Anne & Lynn Wheeler
charl...@mcn.org (Charles Mills) writes: > It is not possible now. A single instruction may literally add no time at > all to some instruction sequence. > > My imperfect model is that main storage is the new disk. Figure that > instructions take no time at all and memory accesses take forever. I

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Tom Marchant
On Thu, 7 Mar 2019 23:06:55 +, Edward Finnell wrote: >I guess the SAFE way is to REJECT it, then do a RECEIVE and REJECT and RECEIVE isn't necessary or helpful. Reject only removes it from the Global zone. >APPLY S(FMID). You can't APPLY to a target zone that has it already APPLIED unless

Re: How many asterisks to change a lightbulb?

2019-03-07 Thread Wayne Bickerdike
Sorry Jesse, I lived in the USA for five years and found that Edison screw light bulbs get stuck in the socket, plus there is no recommended torque setting for installing same. Many odd things about your electricical standards: No isolating switch on wall sockets. Love the flash as you plug thin

Re: instruction clock speed

2019-03-07 Thread Phil Smith III
Shmuel trolled: >EXEC2? What processor running EXEC2 didn't at least have pipelining for >I-fetch? why weren't you using REXX? Rexx wasn't available yet, doh. Stephenson went back to S/360, when men were men and systems were big. -

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jake Anderson
Apology for not explaining it properly. I wanted a REDO since some of the Unix path if product were not created in the initial install (that was notified before and product ran until now with the empty USS file) and it was just installed without those USS populated. Initial installation was done

Re: SMP/e REDO FMID clarification

2019-03-07 Thread Jake Anderson
The earlier Base FMID is already applied and accepted. That's the reason now I am trying to do a REDO APPLY On Fri, 8 Mar, 2019, 5:56 AM Jake Anderson, wrote: > Apology for not explaining it properly. > > I wanted a REDO since some of the Unix path if product were not created in > the initial i

Re: instruction clock speed

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 17:01:36 +1100, Matthew Donald wrote: >Describing memory as the new disk is quite apt. > >A given instruction may take between zero and hundreds of thousands of >clocks. Z10 and later processors execute upto 11 instructions in parallel, >although they rarely exceed three. > >The

Re: instruction clock speed

2019-03-07 Thread Anne & Lynn Wheeler
if you want to look at other various ... Jan1979, I was con'ed into doing benchmarks on engineering 4341 for national lab that was looking at getting seventy for a compute farm (sort of leading edge of coming cluster supercomputing tsunami). in the wake of Future System failure, the was mad rush t

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
Dynamic proclibs is indicated in the Subject. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Bruce Schaefer
I agree; we don't know how well JES2 and PDSE play together. If IBM rejects the RFE because PDSE solves the issue, we will likely initiate plans to convert the problem dataset to PDSE. Regardless, I believe IBM should update JES2 to include the JES3 function provided by //*MAIN UPDATE= Your vo

Re: RFE 130689 Enhance JES2 to support compression of dynamic PDS PROCLIBs.

2019-03-07 Thread Paul Gilmartin
On Thu, 7 Mar 2019 21:46:57 -0600, Bruce Schaefer wrote: >I agree; we don't know how well JES2 and PDSE play together. If IBM rejects >the RFE because PDSE solves the issue, we will likely initiate plans to >convert the problem dataset to PDSE. Regardless, I believe IBM should update >JES2 to

Re: instruction clock speed

2019-03-07 Thread Timothy Sipples
Tony Harminc wrote: >Then, as has been discussed here a number of times, if you want the >best code possible for a given processor generation, use a high-level >language (typically C) and tell the compiler what machine you will be >running on. Java and JVM-based programming languages enjoy a signi