¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: How to wait indefinitely for a read on CTC device?
Hi Matthew, I've done a lot of CCW programming of CTC devices over the years but unfortunately for this case the vast majority of it was in a VM environment.? In a virtual machine, I could write my
By Bob Polmanter · #3170 ·
Re: How to wait indefinitely for a read on CTC device?
[...] Wow. I didn't know a CTC device hexadecimal CCW opcode could be registered as a trademark! Really, IBM?! :) -- "Fish" (David B. Trout) Software Development Laboratories
By Fish Fish · #3169 ·
Re: How to wait indefinitely for a read on CTC device?
This reference may be useful for the C3 code etc https://www.ibm.com/docs/en/zos/2.4.0?topic=channels-channel-commands-channel-channel-ctc-adapters Regards, Tom Bottomley
By Tom Bottomley <tom__bot@...> · #3168 ·
Re: How to wait indefinitely for a read on CTC device?
Hello Matthew, Many years ago I contacted Shelby Beach who uses CTC in their DDT debug tool. In the reader part of the tool a CCW is issued using a C3 command code with a data length of 1. No sure
By Martin Taylor <mtayloribm360@...> · #3167 ·
Re: How to wait indefinitely for a read on CTC device?
Hi Matthew, Being the author of the Hercules CTCE device supporting real CTCA's (even Ficon CTCA's), I must however admit that I've never written any programs performing communications using CTCA's,
By Peter Jansen · #3166 ·
How to wait indefinitely for a read on CTC device?
Hello, I am on MVS 3.8, writing assembler code that reads from a CTC adapter. I will be running a "server" started task that should wait indefinitely for a command from the "client" program on the
By Matthew Wilson · #3165 ·
Re: MVS 3.8J Software Contribution Announcement
I will look in thus.... LarryB -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
By Larry Belmontes · #3164 ·
Re: MVS 3.8J Software Contribution Announcement
Thanks, Rob! Let me know of any issues. Thanks, again! LarryB -- Sent from my Android device with K-9 Mail. Please excuse my brevity.
By Larry Belmontes · #3163 ·
Re: MVS 3.8J Software Contribution Announcement
Rob? Thank you for providing up to date dasd for TK4. It saves me lots of time. Laddie? I built a MVS 3.8J back in 1982 ran it under VM on a?4341 Wish?I kept a backup of the system once I
By laddiehanus · #3162 ·
Re: MVS 3.8J Software Contribution Announcement
Hi Larry, In CLGLST (the list and log utility of ISPF) I found a minor bug. After quit of ISPF, you can print the log and list dataset and a job will be submiited. The userid.CARDS.Dxxx.Txxx dataset
By Rob Prins · #3161 ·
Re: MVS 3.8J Software Contribution Announcement
Hi Rob, Thanks for providing your TK4ROB DASD distributions. May I suggest for the next release that you include the needed .conf file as a part of the DASD .zip file, such that merely by unzipping
By ScottC · #3160 ·
Re: MVS 3.8J Software Contribution Announcement
Hi Larry, DUCB, DVTOC, CLGLST and RCQCAL are installed now in my system. These will be included in my next distribution of my TK4ROB volums. Cheers, Rob
By Rob Prins · #3159 ·
Another IBM 3270 emulator
Hello, I found this mentioned today on IBM-MAIN listserv: It is a 3270 emulator written in python. It supports various screen sizes and it does automation. I have not tried the automation piece but I
Re: Error received with ICKDSF
Fish, you found it! The folder properties are RO so when the file was created, it inherited read-only status. In fact, Hercules reported it:and I missed it. 21:42:31.914 00007548 HHC00476I 0:0344
By Jim Snellen · #3156 ·
Re: Error received with ICKDSF
Jim Snellen wrote: [...] Sense byte 0 = X'10' = Equipment Check. Sense byte 1 = X'02' = Write Inhibited. Are you sure your Hercules dasd image isn't marked read-only? (If not in Windows, then perhaps
By Fish Fish · #3155 ·
Re: Error received with ICKDSF
I did that.? The third bullet shows where I take it away from Hercules. I tried with the volume mounted to MVS but ICKDSF didn't like it.? It gave me the message: ICK31049I UNITADDRESS SPECIFIED FOR
By Jim Snellen · #3154 ·
Re: Error received with ICKDSF
Yon don't need to shut down MVS orr VM before creating the disk, but you do need to detach it from Hercules; you can very it offline to MVS and VM, then tell hercules to detach the device, run
By Jay Maynard · #3153 ·
Re: Error received with ICKDSF
Thanks Jay.? I did not create the disk with alternate tracks.? Since I'm running MVS TK4- as a guest of VM/370 CE, I performed the following steps. * DETACH 344 MVS (MAINT) * VARY OFF 344 (MAINT) *
By Jim Snellen · #3152 ·
Re: Error received with ICKDSF
If you're going to use ICKDSF to initialize a Hercules CKD/CCKD DASD image, you need to specify the -a (alternate tracks) option to dasdinit. ICKDSF is complaining that the alternate tracks are not
By Jay Maynard · #3151 ·
Error received with ICKDSF
Hello all, I'm "loosely" following the instructions to install the KICKS application using Installing KICKS (jaymoseley.com). ( https://www.jaymoseley.com/hercules/kicks/index.htm ) I'm receiving
By Jim Snellen · #3150 ·