¿ªÔÆÌåÓý

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 ·
Re: A question about vm/370 print output #VMCE
Bob Bolch wrote: Thanks! The CCW trace confirms it: it's VM/370 purposely doing it, and it does indeed appear to be some type of printer device initialization sequence that it's only performing when
By Fish Fish · #4020 ·
Re: A question about vm/370 print output #VMCE
Hello! Giving credit where it is due, those two text files were ones I created from printer output runs from my first go round VM/370rel6, and noted the presence of the banner. Dave W confirmed why
By Gregg Levine · #4019 ·
Re: A question about vm/370 print output #VMCE
Dave Wade wrote: [...] The very first printout printed to the printer after an IPL! Understood. Understood. Understood. Understood. Possibly. Possibly not. I don't know! But all I'm referring to by
By Fish Fish · #4017 ·
Re: A question about vm/370 print output #VMCE
I am uploading the print file and the trace log to the "0-Temp" directory on h390-vm. Bob
By Bob Bolch · #4016 ·
Re: A question about vm/370 print output #VMCE
By Dave Wade · #4015 ·
Re: A question about vm/370 print output #VMCE
Except that without looking at the EBCDIC<->ASCII table in use, it may not have been a X'FF' that VM cranked out. Tony H.
By Tony Harminc · #4014 ·
Re: A question about vm/370 print output #VMCE
Mike wrote: <snip> Have you tried doing a CCW trace yet? After powering on Hercules, BEFORE you IPL VM/370, enter the command "t+00e" (or whatever the device address is for your printer). Then once
By Fish Fish · #4013 ·
Re: A question about vm/370 print output #VMCE
Dave Wade wrote: [...] Before you (or Bob? or anyone else) does so however, you should first confirm whether or not it, as I suspect it might, only occurs on the very first printout or not, or whether
By Fish Fish · #4012 ·
Re: A question about vm/370 print output #VMCE
Well VM/SP still does it. I suspect its intended behaviour. If I finish my Spanish homework I will have a look. Dave
By Dave Wade · #4011 ·