¿ªÔÆÌåÓý

Re: I forgot the VOLSER of drives (3380) I created
Olaf 'Rhialto' Seibert wrote: [...] Hmmm... Not a half bad idea. Let me think on it for a while. -- "Fish" (David B. Trout) Software Development Laboratories http://www.softdevlabs.com mail:
By Fish Fish · #5744 ·
SYSIPL macro in DMKSYS
Hello, I've been reading through the various VM Planning guides looking for information on the SYSIPL macro, but I can't find any, even in the R6 PLC17 or VM/SP R3 manuals.? Where can I find
By Bertram Moshier · #5743 ·
Re: I forgot the VOLSER of drives (3380) I created
One potential improvement to dasdinit I see is that it could check the filename extension of the dasd file. If it ends in .cckd, but no compression option is given, complain loudly. And the other case
By Rhialto · #5742 ·
Re: I forgot the VOLSER of drives (3380) I created
Ren¨¦ Ferland wrote: Correct. If you want the fix, you will have to either wait until the next release of officially released, or else build the development version ('develop' branch) of Hercules
By Fish Fish · #5741 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello rene, Thank you for your useful reply and link. A missing comma, yup, it has been awhile since I was seriously programming in assember. I even thought about putting the drives on the same line
By Bertram Moshier · #5740 ·
Re: I forgot the VOLSER of drives (3380) I created
This is expected behaviour for dasdls as is. Your dasdinit command creates an emulated DASD with a VOL1 label containing the VOLSER you specified but no VTOC (address) yet, and that's what dasdls is
By Ren¨¦ Ferland · #5739 ·
Re: I forgot the VOLSER of drives (3380) I created
Hello, I'm seeing several issues.? I'm hoping to find solutions and learn at the same time. * I create a drive (file) using the dasdinit command, but dasdls isn't finding the VOLSER. * I'm trying to
By Bertram Moshier · #5738 ·
Re: To merge shadow files, or not to merge shadow files ...
[email protected]> wrote: [...] 1) If your system supports SATA (which was very normal by 2009, though probably 3 MB/s) then there are SSD drives that will plug in. SATA doesn't care about the drive
By Tony Harminc · #5737 ·
Re: Port of SQLITE ?
I'm playing with porting SQLite to VM/370 CE CMS. It may not be possible - I have to solve a few issues around truncating files and committing data to disk. Both of those are outside the normal realm
By Ross Patterson · #5736 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: No need. It's no secret. My physical mailing address is on my Contact web page: * http://www.softdevlabs.com/about.html I appreciate the offer, but my system is an older used
By Fish Fish · #5735 ·
Re: To merge shadow files, or not to merge shadow files ...
Hi Fish, Send me your address (offline, not here) and the next time the hard drives and NVMe or SSD drives (if your motherboard can support NVMe) go on a good sale I'll have some shipped to you. Brian
By Brian_Westerman@... · #5734 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: Hmmm... Okay, I think I see your strategy now. Cool! Even with the limit of 8 shadow file sets, you still are able to keep a restorable shadow file set snapshot history of
By Fish Fish · #5733 ·
Re: To merge shadow files, or not to merge shadow files ...
Hi Fish, The reason I use DASDCOPY64 is because I am then left with an unchanged old BASE and shadow 1 that can be mix/matched with later maintenance to get to just the level of maintenance I want.?
By Brian_Westerman@... · #5732 ·
Re: To merge shadow files, or not to merge shadow files ...
Brian_Westerman wrote: [...] Quite true, BUT... That would *only* occur if you never merged any of your shadow file sets. But again, why would you do that? Not merge your shadow file sets once you
By Fish Fish · #5731 ·
Re: To merge shadow files, or not to merge shadow files ...
I also use shadow files, but unlike Fish, I do (occasionally) merge them.? I usually do this once per year.? I think that Fish doesn't have the same issue that arises when you apply maintenance to
By Brian_Westerman@... · #5730 ·
Re: To merge shadow files, or not to merge shadow files ...
[...] That should of course be: "merge my set #2 into my set #1".
By Fish Fish · #5729 ·
Re: To merge shadow files, or not to merge shadow files ...
Ross Patterson wrote: Exactly my question. "literally everything I've ever done" only applies if you only create a shadow file and then never create another one ever again. Which is fine I suppose.
By Fish Fish · #5728 ·
Re: BREXX DO loop counting weirdness
Ross, I think you deserve a huge thank you for your tenacity in tracking down this problem. It was a really sticky one. Despit it being exonerated I still think the GCC log() could do with a clean-up.
By Dave Wade · #5727 ·
Re: To merge shadow files, or not to merge shadow files ...
I¡¯m so glad you asked this question and I look forward to reading the responses. I¡¯m not sure why I shouldn¡¯t merge to the base files either, I have the original base files anyway if I need to
By Jim Snellen · #5726 ·
Re: BREXX DO loop counting weirdness
wrote: After weeks of diagnosis, the problem turned out to be a bad fix for Hercules Hyperion issue #382 <https://github.com/SDL-Hercules-390/hyperion/issues/382>. The result of the bad fix was
By Ross Patterson · #5725 ·