¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io
Re: Where to find the output of a COBOL program?
I think I said this before but I don't see my email. Another options to see your DISPLAYs (if you want to see them in the MVS session log) is to code them as: DISPLAY ...(your variable or message)...
By Ron Lucas · #3087 ·
Re: Where to find the output of a COBOL program?
The other way to see your DISPLAYs is to use MSGCLASS=C (on my MVS3.8j/Hercules System this is the "held" output sysout class) and change your Go.SYSOUT to be: //GO.SYSOUT DD SYSOUT=* This results in
By Ron Lucas · #3086 ·
Re: Where to find the output of a COBOL program?
I would try MSGCLASS=A Chris -- <cjar1950@...> ----------------------------------------------------------------------------------------------------------------------------------
By cjar1950@... · #3085 ·
Re: (OT) Posting of 3270 screen images
THe c3270 is very powerfull 3270 terminal emulator. I use it daily in my job to access z/OS and z/VM sessions and prepared even small macro engine in python to fast enter of user/password (dependent
By Piotr Kolasi¨½ski · #3084 ·
Re: Where to find the output of a COBOL program?
Hi: Didn't work, same output. On the TSO screen / job output... I mean, something like J E S 2? ?J O B? ?L O G 3.30.07 JOB? ? 2? $HASP373 HELLO? ? STARTED - INIT? 1 - CLASS A - SYS HMVS
By David Sol¨¦ · #3083 ·
Re: (OT) Posting of 3270 screen images
Hi! This topic escalated quickly! hehe... Well, as suggested, I tried shift + click and I was able to copy from c3270 (also from PuTTy window it allowed me to copy all window log, but is a bit more
By David Sol¨¦ · #3082 ·
Re: HHC00398I messages
Jo?o Reginato wrote: [...] Interesting.... Do me a favor and go to: * https://github.com/SDL-Hercules-390/hyperion/issues/490 and post your information into a new comment. Once I see it, I'll re-open
By Fish Fish · #3081 ·
Re: (OT) Posting of 3270 screen images
Fish wrote: [...] And I should probably add: 3) for the truly visually impaired, the "text" that may exist in an attached screenshot (image) can't be read by most screen readers (unless you have a
By Fish Fish · #3080 ·
Re: (OT) Posting of 3270 screen images
Kevin Monceaux wrote: Same here. True. But: 1) depending on your image viewer, the more you zoom, the more blurry the text becomes, and: 2) you can't copy
By Fish Fish · #3079 ·
Re: (OT) Posting of 3270 screen images
<mainframed767@...> wrote: It seems to be something related to some curses based applications. Normally when the simple select (with mouse) does not work, try press <shift> key while selecting:
By Fernando M. Roxo da Motta · #3078 ·
Re: (OT) Posting of 3270 screen images
Matthew, Thanks for mentioning that. It works in urxvt also, and is easier than then GNU screen method I was using. Now if I can just remember that technique until I have the opportunity to use it
By Kevin Monceaux · #3077 ·
Re: (OT) Posting of 3270 screen images
Fish, True, but they might go unnoticed by some. In my plain text e-mail client I didn't page down far enough when initially reading the OP's e-mail to notice there were screen shots attached. I went
By Kevin Monceaux · #3076 ·
Re: (OT) Posting of 3270 screen images
c3270 enables "mouse reporting" in the terminal so you can use the mouse to click around to set the cursor position, trigger the menus, etc. Therefore, it's taking over the standard mouse behavior
By Matthew Wilson · #3075 ·
Re: (OT) Posting of 3270 screen images
Phil Young wrote: Seems like a shortcoming to me, but okay, I guess that explains it then. Posting screenshots is, on the grand scheme of things, NOT that big of a deal. It's just a minor thing,
By Fish Fish · #3074 ·
Re: (OT) Posting of 3270 screen images
That seems odd, but I just found the same when I tried. Fortunately I was running c3270 under GNU screen. After engaging GNU screen's copy/scrollback mode I was able to copy a c3270 screen: .-. .-..-.
By Kevin Monceaux · #3073 ·
Re: (OT) Posting of 3270 screen images
Hi, you can call me David :-) I tend to post pictures because of professional defect... on the place I work we normally take screenshots for bugs/simillar documentation because are more quick and also
By David Sol¨¦ · #3072 ·
Re: HHC00398I messages
Yes it was
By Jo?o Reginato · #3071 ·
Re: Where to find the output of a COBOL program?
Hello doscar.sole, I ran your COBOL program on three different MVS systems (TK4-, an old Jay Moseley system, and MVS Community Edition) and, in all three cases, the Hello World messages get punched.
By Ren¨¦ Ferland · #3070 ·
Re: (OT) Posting of 3270 screen images
Just tested, c3270 doesn't let you select/copy text in the terminal.
By Phil Young · #3069 ·
(OT) Posting of 3270 screen images
(off topic) Someone whose name we don't know but whose email address is doscar.sole@... wrote: <snip; unimportant to the topic> Just out of curiosity doscar.sole@..., what tn3270 terminal
By Fish Fish · #3068 ·