Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Paul Gilmartin
On Fri, 14 Feb 2020 12:26:44 -0800, Charles Mills wrote: >I suspect they would not take an APAR > "Toleration is the mother of mediocrity." (source unknown) >I suspect they would cite compatibility concerns if they changed it. > That's because they didn't do it right the first time. And progr

Re: SMPE BYPASS(HOLDSYS,HOLDERR)

2020-02-14 Thread CM Poncelet
Yes I have run APPLY with BYPASS(HOLDERR), but only when the "HOLD(s)" would not have impacted the system.   Just to be safe, do the following: (a) Backup your *whole* SMP/E environment (CSI, GLOBAL, TLIB and DLIB zones, and all their associated SMP/E datasets) to a GDG (+1) entry, using PGM=ADRDSS

Re: SMPE BYPASS(HOLDSYS,HOLDERR)

2020-02-14 Thread Mark Jacobs
Yes, but that's not what OP was asking. Based on the information provided, I'm not seeing any need to bypass HOLDERROR on the apply. Some other PTFs in the apply stream might have unresolved PE's however. If so, the OP will have to decide whether the PE will have an impact on their environment b

Seeking help with TWSz install

2020-02-14 Thread Scott R. McFall
Looking for someone with recent experience with TWSz install & configuration. Part-time, remote consulting opportunity. If interested, please contact me at smcf...@proechconsulting.com or 800-373-9188x113. SCOTT REDMOND MCFALL VP, BUSINESS DEVELOPMENT &

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Charles Mills
> Aren't some z/OS control blocks distributed bilingual, HLASM and PL/X? Did you mean "so might the utility use or have used HLASM input rather than PL/X?" I suppose it might have, but Mr. Relson did not write it that way, and HLASM is inferior to PL/X for this purpose because it is less strong

Re: SMPE BYPASS(HOLDSYS,HOLDERR)

2020-02-14 Thread Mike Schwab
Since it will be doing a delete, SMPE cannot restore the PTF. So you need to back up the SMPE files and target files in order to do a restore. Then you can bypass the hold and apply the PTFs. On Fri, Feb 14, 2020 at 2:22 PM Paul Jodlowski wrote: > > Has anybody ever ran SMPE apply with bypass(h

Re: SMPE BYPASS(HOLDSYS,HOLDERR)

2020-02-14 Thread Mark Jacobs
Those are both bypassed with HOLDSYSTEM. That PTF isn't marked as PE in IBMLINK. Mark Jacobs Sent from ProtonMail, Swiss-based encrypted email. GPG Public Key - https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Friday, February 14,

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Charles Mills
I suspect they would not take an APAR (although of course it turns out I do not actually speak for IBM). I suspect they would cite compatibility concerns if they changed it. Yeah, yeah, I know, could be controlled by an option. I don't think EDCDSECT is IBM's highest priority. Yes, many control

SMPE BYPASS(HOLDSYS,HOLDERR)

2020-02-14 Thread Paul Jodlowski
Has anybody ever ran SMPE apply with bypass(holderr)? I need to install PTF UA92779 (this is needed to install DB2 v12) And the only way to get this PTF installed is with bypass(holderr). From the BYPASSED HOLD REASON REPORT FOR APPLY CHECK PROCESSING ++ HOLD(UA92779) SYS FMID(HDZ2220) REASON(DELET

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Paul Gilmartin
On Fri, 14 Feb 2020 10:52:07 -0800, Charles Mills wrote: >I would assume that Gord is using the EDCDSECT program which is legally part >of the XLC compiler. It assembles the DSECT -- can be either by itself or part >of some larger assembly -- and massages SYSADATA to produce a C-legal struct. >

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Charles Mills
I would assume that Gord is using the EDCDSECT program which is legally part of the XLC compiler. It assembles the DSECT -- can be either by itself or part of some larger assembly -- and massages SYSADATA to produce a C-legal struct. The result -- particularly for older IBM DSECTs -- is often sp

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Paul Gilmartin
On Fri, 14 Feb 2020 10:31:02 -0500, Gord Tomlin wrote: >On 2020-02-14 10:17, Lionel B Dyck wrote: >> Is this possible, and more importantly, has anyone done it and be willing to >> share? > >If the control block is one of your own creation, I'd recommend that you >make the DSECT the original form,

Re: Tape dataset tracking

2020-02-14 Thread Mike Schwab
The scratch would have uncataloged the tape. Need to recatalog. On Fri, Feb 14, 2020 at 10:37 AM Max Smith wrote: > > Peter, > > Is the data set listed the data set you are looking for? Is this a real tape > or virtual? Is the volume listed as scratch? or Private? TS7700 or other? > > Max >

Re: Tape dataset tracking

2020-02-14 Thread Max Smith
Peter, After doing some additional checking, RMM does work as I thought. RMM leaves the data set record around even if the data set expired. RMM only deletes the data set record if the volume is picked up as a scratch volume and reused. That would mean the data set you are looking for has be

Re: Good reference for V=R

2020-02-14 Thread Michaela Weber
http://idcp.marist.edu/enterprisesystemseducation/ztidbitz.html#StorageManagement z/OS Virtual Storage Map and Content Overview - Posted 01/17/2011 is #29 zNibbler (An Address Space Virtual Storage Layout) which has a discussion and mapping for V=V and V=R. There is also an option for V=R Termi

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Joseph Reichman
The _asm makes it easy to copy assembler control blocks I have common code that I run on Windows and z/os When I want to update the assembler I use =m to copy the C variable to assembler > On Feb 14, 2020, at 10:31 AM, Gord Tomlin > wrote: > > On 2020-02-14 10:17, Lionel B Dyck wrote

Re: Tape dataset tracking

2020-02-14 Thread Max Smith
Peter, Is the data set listed the data set you are looking for? Is this a real tape or virtual? Is the volume listed as scratch? or Private? TS7700 or other? Max -- For IBM-MAIN subscribe / signoff / archive access instruct

Re: Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Gord Tomlin
On 2020-02-14 10:17, Lionel B Dyck wrote: Is this possible, and more importantly, has anyone done it and be willing to share? If the control block is one of your own creation, I'd recommend that you make the DSECT the original form, and then create the header file from the DSECT. It's much ea

Convert a Metal C control block mapping to Assembler DSECT ?

2020-02-14 Thread Lionel B Dyck
Is this possible, and more importantly, has anyone done it and be willing to share? Lionel B. Dyck < Website: http://www.lbdsoftware.com "Worry more about your character than your reputation. Character is what you are, reputation merely what others think you

Re: Model9 is now backed by Intel Capital

2020-02-14 Thread David Crayford
So if it's running on zIIP does that mean it's a Java solution or are you doing some tricky magic? On 2020-02-14 10:35 PM, Adi Shtatfeld wrote: Hi John, Thank you for your comment. One of our key differentiators is that our product allows you to save to cloud any kind of data from the mainframe

Re: Model9 is now backed by Intel Capital

2020-02-14 Thread Adi Shtatfeld
Hi John, Thank you for your comment. One of our key differentiators is that our product allows you to save to cloud any kind of data from the mainframe, whether it's data sets (VSAM, PS, PDS, SMF) or databases (e.g. DB2). We can utilize any public and/or private cloud as secondary storage, costing