Re: How to keep the response from HSENDCMD batch

2022-05-27 Thread Nobuhiko Furuya
Hi Glenn, Thank you so much. Best regards, Nobuhiko Furuya(古谷信彦) V-SOL Inc. e-mail:furu...@v-sol.co.jp On 2022/05/27 13:31, Glenn Wilcock wrote: Glad that you were able to solve it! If you have other questions, please feel free to reach out directly... wilc...@us.ibm.com

Re: Logon proc usage

2022-05-27 Thread Radoslaw Skorupka
No, he's not right.  TSO segment contains "last used" procedure name. Quotation because it is *usually* last used, but it can be set up by RACF admin, etc. It is not a proof that user is allowed to use that procedure. In most cases yes, it is last used procedure and nothing was changed,

Re: data set deletion problem

2022-05-27 Thread Francois desmadrille
Thx for your replies, i was focused on removing the enqueue but your approach seems better ;-) On Fri, 27 May 2022 12:29:16 +, Carmen Vitullo wrote: >what works for me, *sometimes* is i attempt to rename that dataset first, to >.old or something, then delete it. > >I get a warning

Re: data set deletion problem

2022-05-27 Thread Carmen Vitullo
there is a way to remove the enq but I feel it's safer to rename the file from the (dataset volume list) from 3.4 - then delete   the SETPROG LNKLST,UNALLOCATE command can be issued, but make sure you issue the SETPROG LNKLST,ALLOCATE after you are done.     Carmen Vitullo

Re: my new z114

2022-05-27 Thread Mike Schwab
The RJ45 Ethernet should plug into your network just fine. As far as bare metal programming Hercules emulator on your PC might be easier to write and debug with before putting on actual hardware. On Fri, May 27, 2022 at 2:44 PM Enzo D'Amato wrote: > > Parwez is correct that this is a M05 model,

Re: my new z114

2022-05-27 Thread Enzo D'Amato
Parwez is correct that this is a M05 model, I will let you know what I have in terms of processor capacity as soon as I finish setting up power and turn it on. I in terms of my IO card configuration, this is what I currently have in the box: 2 2 port pcie 8g ficon cards (pcie) 2 2 port rj45

Re: my new z114

2022-05-27 Thread Tom Brennan
Do you know the serial number? It's typically on a small label on the front door. With that, someone from IBM (or maybe even me, I'm not sure) can go to IBM's Inventory Services and get the configuration data that was uploaded the last time the machine was connected to IBM's "call home"

Re: data set deletion problem

2022-05-27 Thread Francois desmadrille
On Fri, 27 May 2022 14:30:41 +, Carmen Vitullo wrote: >there is a way to remove the enq but I feel it's safer to rename the file from >the (dataset volume list) from 3.4 - then delete >  >the SETPROG LNKLST,UNALLOCATE command can be issued, but make sure you issue >the >SETPROG

Re: zFS compress failure

2022-05-27 Thread Mike Schwab
The copy from the old mount point to the new mount point works while the original mount point is still in use. You only take an outage to unmount the old file system and mount the new file system. If you can' t do this, you can update your IPL mounts and it will happen during the next shutdown /

Re: my new z114

2022-05-27 Thread Timothy Sipples
Enzo, Congratulations on your acquisition! I’m curious if you happen to know yet the physical model (it’ll be either 2818-M05 or 2818-M10) and general capacity details, notably the capacity model, number/type(s) of specialty engines (if any; IFLs, zIIPs, ICFs), and memory configuration. The

Re: zFS compress failure

2022-05-27 Thread Allan Staller
Classification: Confidential TSO BPXMTEXT EF046068 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Mark Jacobs Sent: Thursday, May 26, 2022 4:28 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: zFS compress failure [CAUTION: This Email is from outside the Organization.

Re: my new z114

2022-05-27 Thread Dave Jones
Hi, Timothy. Yes, 21st Century Software will be presenting at the VM Workshop. DJ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Re: data set deletion problem

2022-05-27 Thread Carmen Vitullo
excellent, you are welcome, I think your ENQ issues then was with LLA possibly Carmen On 5/27/2022 10:14 AM, Francois desmadrille wrote: On Fri, 27 May 2022 14:30:41 +, Carmen Vitullo wrote: there is a way to remove the enq but I feel it's safer to rename the file from the (dataset

Re: my new z114

2022-05-27 Thread Mike Schwab
There was a "count number of random numbers" between 1 and 1M with hercules and stand alone code. Normally you would create a memory image and use ICKDSF to put it on a volume in the IPLTEXT. On Fri, May 27, 2022 at 4:04 PM Charles Mills wrote: > > I'm not an expert at this at all so take what

Re: zFS compress failure

2022-05-27 Thread Paul Gilmartin
On Fri, 27 May 2022 15:31:35 +, Mike Schwab wrote: >The copy from the old mount point to the new mount point works while >the original mount point is still in use. > Does that yield an instantaneous snapshot, or are there timing windows? >..., you can update your IPL mounts and it

Re: data set deletion problem

2022-05-27 Thread Itschak Mugzach
I don’t remember the file number, but the cbttape has a program to delete a file while ignoring enques. ITschak בתאריך יום ו׳, 27 במאי 2022 ב-15:29 מאת Carmen Vitullo : > > > what works for me, *sometimes* is i attempt to rename that dataset first, > to .old or something, then delete it. > > I

Re: zFS compress failure

2022-05-27 Thread Mark Jacobs
Yep. I know all that. Problem is that it'll be next to impossible to get this file system unmounted since there are many file systems mounted under it that are being always being used by other systems in the sysplex. It would take nearly a sysplex IPL to get everything under it dismounted

Re: my new z114

2022-05-27 Thread Enzo D'Amato
I have a model 2818 with s/n 02-485F7. I am fairly sure that I have a relatively low CPU capacity number, and all my unused PCIE card slots have blank fillers, but 2 of my I/O drawer slots are empty (no card or filler). If you can do a lookup, I would appreciate it. Thank you, Enzo Damato

Re: my new z114

2022-05-27 Thread Charles Mills
I'm not an expert at this at all so take what I say with a grain of salt. I just happened to have two (uninformed?) thoughts: 1. If Enzo wanted to write some bare metal code (which I think is a great idea) -- are there any examples anyone can point him to? Is there any IPL-able code on the CBT

Re: data set deletion problem

2022-05-27 Thread Carmen Vitullo
what works for me, *sometimes* is i attempt to rename that dataset first, to .old or something, then delete it. I get a warning message, I don't recall the exact message but ISPF eventually tell me I have the authority and allows the rename , eventual delete when I copy my SMP target

Re: my new z114

2022-05-27 Thread P H
The picture suggests it's a 2818-M05. Where the 2nd CPC drawer (Making it a M10) is supposed be, it has 'blanking plates'. Regards Parwez Hamid​ From: IBM Mainframe Discussion List on behalf of Timothy Sipples Sent: 27 May 2022 11:04 To:

Re: my new z114

2022-05-27 Thread Harry Wahl
Enzo, If you really want to do something outstanding (i.e. impress a university admissions committee), that doesn't require any hardware or operating system software beyond the z114, consider writing code that runs "on metal." This is commonly done in engineering for architectures such as ARM.

Re: my new z114

2022-05-27 Thread Grant Taylor
On 5/27/22 9:41 AM, Mike Schwab wrote: The RJ45 Ethernet should plug into your network just fine. I've run into more than a little network hardware that is only one speed. Especially if it's an early example from a generation. Also, the vast majority of the 10GBase-T network equipment that

Re: my new z114

2022-05-27 Thread Enzo D'Amato
You would be correct on this. My switch is fibre only for the 10gig. I got it at a surplus auction a few years ago. I can connect it to the standard 1 gig copper links, but I wanted to maximize my speed if possible. Thank you, Enzo Damato On May 27, 2022, at 1:12 PM, Grant Taylor

Re: my new z114

2022-05-27 Thread Tom Brennan
I wrote some bare-metal code back in the early 1990's to basically attempt to do what zzsa and that stand-alone-edit product does. I stopped working on it when SAE came out but still have the old code somewhere. Not for the meek, and I'm pretty meek. It was at the edge of my capability.

Re: my new z114

2022-05-27 Thread P H
Enzo, There is 99% chance that all the required code for the I/O and Crypto features is on the system. When do a POR (power on reset), the code will be loaded from the SE. The reason I say 99% is that the 'code' for Crypto is a separate orderable NO charge feature. There is a possibility the

Re: my new z114

2022-05-27 Thread Wayne Bickerdike
One partial solution to CKD might be MFNETDISK. You would need some real CKD to get z/OS up and running. Not sure what the current status of MFNETDISK is, however, I know a few years back Fundi (Now Rocket) were using MFNETDISK to offload lots of their SMF and test data and it apparently worked

Re: my new z114

2022-05-27 Thread Grant Taylor
On 5/27/22 11:01 AM, Joe Monk wrote: They do make 10 gig. Copper SFPs... I assume that you mean copper RJ45s. Yep. I've seen and used them. I've also seen and used copper Direct Attached Cables where the SFP+, intermediate cable, and SFP+ are one fixed unit. This is why I said "vast

Re: my new z114

2022-05-27 Thread Grant Taylor
On 5/27/22 8:43 AM, Enzo D'Amato wrote: Most of my home network is 10GbE, and I wanted to put one of those cards in so I can directly network it to my core switch, but I don't want to order one if it will not activate. Impressive. I am currently working on sourcing FICON storage, and I will

Re: my new z114

2022-05-27 Thread Dave Jones
Enzo, this might be a good place to start to learn about bare-metal programming. http://www.txxos.com/ Good luck to you as well. DJ -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: my new z114

2022-05-27 Thread Joe Monk
They do make 10 gig. Copper SFPs... Joe On Fri, May 27, 2022, 11:51 Grant Taylor < 023065957af1-dmarc-requ...@listserv.ua.edu> wrote: > On 5/27/22 9:41 AM, Mike Schwab wrote: > > The RJ45 Ethernet should plug into your network just fine. > > I've run into more than a little network hardware

Re: my new z114

2022-05-27 Thread Tom Brennan
I was able to download the config information, but it doesn't seem to match what you reported. So it could be I'm looking at something else. Here's a summary - I'll assume you don't mind me posting it here since many people here want to help. z114 2818-M05-A01 485F7 26 MIPS, 3 MSU 40 GB 18

Re: zFS compress failure

2022-05-27 Thread Steve Smith
I guess it goes without saying you shouldn't wait until the 123rd extent fills up to take some action :-). My suggestion is to find some directory (or set of) that you can temporarily move off of the full filesystem (to /tmp or something). Once there's sufficient free space, zfs should be able

Re: zFS compress failure

2022-05-27 Thread Mark Jacobs
Sorry, I should have mentioned that I'm trying to avoid all that by using the zfsadm compress command on the mounted file system. Other file systems compress without this problem showing up. Mark Jacobs Sent from [ProtonMail](https://protonmail.com), Swiss-based encrypted email. GPG Public

data set deletion problem

2022-05-27 Thread Francois desmadrille
Hello mainframers, I'm having trouble deleting some data sets. In order to apply PTFs to a z/OS system, I copied a system volume. Here is the JCL used : //COPY1EXEC PGM=ADRDSSU //SYSPRINT DD SYSOUT=* //SYSINDD *