Re: TNZ 3270 Emulator: Any Experiences?

2022-11-19 Thread David Crayford
On 19/11/22 12:20, kekronbekron wrote: What? RMF can export to prometheus? Do you mean zDG, with its own zOSMF / WAS Liberty deployment? There's a Zowe project https://github.com/zowe/zebra. There is also zCDP integration with RMF to stream to Splunk/Elastic. Rocket are modernizing OMEGAMON

Re: Question on writing PL/I to use EXEC PARM/PARMDD

2022-11-19 Thread Robin Vowels
The string passed to the main procedure needs to start with a slash, because everything up to and including the slash is omitted when passed. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Question on writing PL1 to use EXEC PARM/PARMDD

2022-11-19 Thread Robin Vowels
M: PROC (PARAM) OPTIONS (MAIN); DECLARE PARAM CHARACTER(100) VARYING; On 2022-11-20 17:20, Farley, Peter wrote: It's been quite a long while since I had a finger in any PL1 code, but I now have a small PL1 side project I need some help with. I have a question about how to handle not only

Question on writing PL1 to use EXEC PARM/PARMDD

2022-11-19 Thread Farley, Peter
It's been quite a long while since I had a finger in any PL1 code, but I now have a small PL1 side project I need some help with. I have a question about how to handle not only the "standard" EXEC PARM of up to 100 bytes, but also how to handle the newer EXEC PARMDD option which allows up to

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Seymour J Metz
Or they support the c conventions of the desktop they run on and assdume that the user already knows those. -- Shmuel (Seymour J.) Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Paul

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Paul Gilmartin
On Sat, 19 Nov 2022 18:00:25 -0500, Steve Thompson wrote: >The 3270 emulators that I have used, Vista, QWS3270 and HOD all >allow copy and paste operations for capturing the screen or >laying code/data onto a screen. > Interestingly, ironically, there are no examples of such captures on the

Re: TNZ 3270 Emulator: Any Experiences?

2022-11-19 Thread Gabriel Tully
On Fri, 18 Nov 2022 21:10:35 -0800, Ed Jaffe wrote: >On 11/17/2022 6:20 AM, Gabriel Tully wrote: >> I recently came across this blog about tnz. >> >> https://medium.com/theropod/3270-is-terminal-84d0af522cfd > >I never heard of this emulator until I read your post. I decided to try >it using

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Steve Thompson
The 3270 emulators that I have used, Vista, QWS3270 and HOD all allow copy and paste operations for capturing the screen or laying code/data onto a screen. I have used HOD, also, with its copy as table function to populate spreadsheets. And I too do documentation using copy/paste from the

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Bob Bridges
If you need to do a lot of it, I don't know anything about TNZ but most emulators have a built-in programming facility that will allow you to do very fast screen-scraping. I'm guessing most people don't use that feature, because the documentation for the language (whichever it is for each

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Paul Gilmartin
On Sat, 19 Nov 2022 08:13:30 -0600, Kirk Wolf wrote: >Cutting text from x3270 works fine. >You can also do File/Screen Save to text / html / RichText or printer > Thanks. I know it; it's nice. Alas, not very popular. Perhaps not enough lipstick on the pig to please MVS power users. Or

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Roger Bolan
IBM PCOMM can capture screens as text On Sat, Nov 19, 2022, 7:14 AM Kirk Wolf wrote: > Cutting text from x3270 works fine. > You can also do File/Screen Save to text / html / RichText or printer > > Kirk Wolf > Dovetailed Technologies, LLC > http://coztoolkit.com > Dovetailed Technologies: +1

Re: Capture 3270 screen as text (was: TNZ 3270 Emulator: ... )

2022-11-19 Thread Kirk Wolf
Cutting text from x3270 works fine. You can also do File/Screen Save to text / html / RichText or printer Kirk Wolf Dovetailed Technologies, LLC http://coztoolkit.com Dovetailed Technologies: +1 636.300.0901 Note: Our website and domain name have changed from dovetail.com to coztoolkit.com On

Re: TNZ 3270 Emulator: Any Experiences?

2022-11-19 Thread Peter Sylvester
Hi, It seems to me that this code currently poses a security risk. Certificate validation always say OK. (well it is said like this in the code.) But thisĀ  well merits fixing? Another hi Hint: A default should be different, and ignoring host verification should come with many warnings. :-)