¿ªÔÆÌåÓý

Re: GCCCMS for Modern z/VM
Be aware that the compiler is built using programming Interfaces from recent versions of VM/370 under Hercules. That may disallow the use of CMS features which came along later (for example, the
By Bob Bolch · #4040 ·
Re: GCCCMS for Modern z/VM
It is file GCC-VMARC.zip. :-) Rene FERLAND, Montreal
By Ren¨¦ Ferland · #4039 ·
Re: GCCCMS for Modern z/VM
Just uploaded them! Rene FERLAND, Montreal
By Ren¨¦ Ferland · #4038 ·
Re: GCCCMS for Modern z/VM
Yes, VMARCs in the file area would be dandy! Ren¨¦.
By [email protected] · #4037 ·
Re: GCCCMS for Modern z/VM
The VMARC files would be great, thank you! (and some instructions, of course). I'm a long time MVS guy but I have a few years supporting VM and z/VM as well. You can send them to me directly at
By Dennis Stone · #4036 ·
Re: GCCCMS for Modern z/VM
I took the GCCCMS of VM/370 and made three VMARC with it: one for the binaries, and two for the MACLIBs and include files (PDPCLIB or CMSLIB). I copy the whole thing on the account I have on z/VM 6.4
By Ren¨¦ Ferland · #4035 ·
GCCCMS for Modern z/VM
This may have been asked before, but I am looking to install GCCCMS on a modern z/VM system. Does anyone have a pre-packaged setup of GCCCMS? I have downloaded the files from the GCCCMS directory in
By Dennis Stone · #4034 ·
does anyone know this game/have source?
Waaaaay back in the early 80s on our CMS system I played a submarine warfare game while waiting on long runs to finish. I want to say the game was "subwar" but I'm not sure. You played a sub with a
By BlameTroi · #4033 ·
Re: Any old time VP/CSS folks out there
Please note: I have now had several requests but I do not have any VP/CSS materials or the actual OS. I also don't know anyone who would have access to such a thing. Folks is getting old.....
By Anthony Smith · #4032 ·
Re: A question about vm/370 print output #VMCE
It looks like the place you would use to print the end banner page, if you still want one. ... Mark S.
By Mark A. Stevens · #4031 ·
File /WAKEUP/WAKEUP.VMARC.A.zip uploaded #file-notice
The following files have been uploaded to the Files area of the [email protected] group. * /WAKEUP/WAKEUP.VMARC.A.zip ( /g/h390-vm/files/WAKEUP/WAKEUP.VMARC.A.zip ) *By:* Mark A.
By [email protected] Notification <noreply@...> · #4030 ·
Re: WAKEUP - does a emulation of this module exist
Sorry for the delay. As usual life gets in the way. SCHMAC MACLIB has been regenerated under VM/370 CE V1R1. ... Mark S
By Mark A. Stevens · #4029 ·
Re: A question about vm/370 print output #VMCE
Mike wrote: MUCH better! The "9f" is Hercules's translation of VM/370's X'FF' character to ASCII (which, depending on what CODEPAGE Hercules is using, gets translated to ASCII X'9F'). Which is what
By Fish Fish · #4028 ·
Re: A question about vm/370 print output #VMCE
Actually, with latest hercules (Hercules version 4.4.1.10647-SDL-gd0ccfbc9). this is what I see in the file: 00000000? 9f 0d 0c 0a 0a 0a 0a 0a? 0a 0a 0a 0a 0a 0a 0a 0a? |................|
By mikeci@... · #4027 ·
Re: A question about vm/370 print output #VMCE
Mike wrote: I would venture a guess the reason is likely because IBM realized it wasn't actually accomplishing anything and so decided to change it. I don't know. None of us are seeing that. What
By Fish Fish · #4026 ·
Re: A question about vm/370 print output #VMCE
Great. thanks for detailed explanation. But that doesn't happen on z/VM or VM/ESA, and why do you see 4 more bytes after 0xff, but before form feed? It is not that you just see 0xff and form feed, but
By mikeci@... · #4025 ·
Re: A question about vm/370 print output #VMCE
Olaf wrote: [...] Quite right. Dealing with overstrikes would indeed be problematic. Agreed. Which is why I personally wouldn't bother trying to implement such a thing in Hercules even if someone does
By Fish Fish · #4024 ·
Re: A question about vm/370 print output #VMCE
Dave Wade wrote: [...] Okay, that makes sense I guess. So it doesn't do it the first time AFTER AN IPL, but rather EACH time it's "START"ed. Seems like a reasonable assumption. Thanks Dave. -- "Fish"
By Fish Fish · #4023 ·
Re: A question about vm/370 print output #VMCE
Also, to be proper, such a "fix" should be even more complicated: it should not do its work when there are multiple non-space characters printed in the same position. Those would be meant as bold, or
By Rhialto · #4022 ·
Re: A question about vm/370 print output #VMCE
Not true. Its possible to generate multiple "FF" characters in a print file. It appears to be when you tell CP to START a printer, so commence printing from the Spool. So a DRAIN and START, or a
By Dave Wade · #4021 ·