Announcement: CICS Auxiliary Trace Visualizer (new version 2.0)

2020-07-02 Thread Andrew Armstrong
Hi all, I've recently modernised the aux2svg rexx procedure - which, until now, was packaged as an example in the RexxXMLParser github repository and CBT FILE647 - and moved it to a separate github respository at: https://github.com/abend0c1/aux2svg The new version (which I last updated in 200

Interesting IBM chip collection

2020-02-29 Thread Andrew Armstrong
Have a look at: https://youtu.be/C0upso-RGF8 ...I didn't realise (had no way of knowing really) that the IBM multi chip modules were so colorful. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Announcement: Disassembler written in Rexx

2020-02-24 Thread Andrew Armstrong
Hi all, I've just published my latest endeavour on github: a free open source disassembler in Rexx. https://github.com/abend0c1/da ...it supports all instructions in the POPs including the latest z15 ones. Could be handy if you have lost some source code over the years. I'm pretty happy with i

Re: AT-TLS config help

2015-06-11 Thread Andrew Armstrong
If Pioneer is the server then I think you should code "HandShakeRole Server". As for tracing, how have you configured your syslogd? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to li

Re: Fwd: Rexx substr not retiring string

2014-04-01 Thread Andrew Armstrong
Missing a . after the stem name. Try: execio * DISKW outds (finis stem outvar. -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

3390 mod 2 teardown

2014-01-19 Thread Andrew Armstrong
This might be of interest to oldtimers (i.e. most of us). It shows what was inside of a 3390 mod 2: http://www.youtube.com/watch?v=CBjoWMA5d84 ...and before anyone comments on the guy's accent and presentation style, you should know that he is a highly competent electronic engineer. Just though

Re: FTP slow after z/OS 1.13 upgrade

2013-02-28 Thread Andrew Armstrong
Even 700 KBps seems very low - unless it's only a 10 Mbps ethernet link. What is the topology? Any routers etc in the path? What I'd do is get a packet trace (use Wireshark on the Linux box, or a SYSTCPDA CTRACE on z/OS) and check for packet retransmissions or other anomalies. Wireshark is very