Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lboc
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lboc
3mo ago
I think Intercomm is bundled in the TK5 distribution of MVS 3.8 now. They got clearance from the owners a while back as I recall. I'm assuming it's the same Intercomm you're talking about.
2.
▲
by
lboc
4mo ago
The s390x Linux install under z/VM boots from a virtual card reader, from cards generated by a virtual card punch from the installation files.
3.
▲
by
lboc
9mo ago
Me too. Status page predictably claiming 'All systems operational'!
4.
▲
by
lboc
1y ago
A good summary from the UK IT trade publication that broke the story: https://www.computerweekly.com/feature/Post-Office-Horizon-s... Not sure if this requires sign-in/subscription, so apologies in advance. I did
5.
▲
by
lboc
1y ago
Wow, Kilostream. There's a name I never thought I'd hear again :-)
6.
▲
by
lboc
1y ago
There's a bunch of documentation for MVS 3.8J (or OS/VS2) on Bitsavers. IBM provide free 1-year Z access via the Zxplore program.
7.
▲
by
lboc
1y ago
Haven't used it for a couple of years, but I think it's still a free login ID with 1-year validity. You can re-apply every year.
8.
▲
by
lboc
1y ago
Are we to assume you want it to run on actual hardware? I imagine there are a number of OSes that qualify if emulation is acceptable. One I like: http://www.vm370.org/ Full S/370 assembler source included.
9.
▲
by
lboc
2y ago
Seems to be replicating mainframe JCL and in-stream data sets. Processing instructions and input are combined in a single file. Used all the time for compiling, running utilities etc. I'm guessing that this (IBM) example is setting the
10.
▲
by
lboc
3y ago
Yes and Yes. Though there are options to get to the Unix shell via tn3270 too.
11.
▲
by
lboc
4y ago
This is a reasonable introduction. https://www.ibm.com/z/resources/zxplore There's also a bunch of (sign-in required) free training at learn.ibm.com. And I think there's something on Coursera too.
12.
▲
by
lboc
4y ago
I've seen it done fairly often in mainframe assembler - embed an 'eyecatcher' string near the top of your program and jump to the real entry point. Used as an aid for debugging when reading dumps I believe. Not generally prog
13.
▲
by
lboc
4y ago
Agreed. I've only limited experience with i, but more with z. After using them, the other OSes you might use start to look and feel pretty similar to each other.
14.
▲
by
lboc
4y ago
z/PDT and zD&T will run current z/OS under emulation on Linux. The ADCD for use with those products includes almost all the IBM software you'd come across in a mainframe environment: http://dtsc.dfw.ibm.com
15.
▲
by
lboc
4y ago
zxplore is a free z/OS course (what used to be called 'Master the Mainframe'): https://ibmzxplore.influitive.com/users/sign_in Also a bunch of free courses here: https://learn.ibm.com/ (
16.
▲
by
lboc
4y ago
Go at least, is available for z/OS: https://www.ibm.com/products/open-enterprise-sdk-go-zos
17.
▲
by
lboc
4y ago
One possible reason why: customers might want to be able to upgrade their hardware/OS/whatever and retain their 5 9s.
18.
▲
by
lboc
5y ago
Try this for a bunch of free z courses (with real machine access for labs) https://www.ibm.com/training/ I've done 4 or 5 including z/OS and COBOL. There's also: https://www.ibm.com/it-in
19.
▲
by
lboc
5y ago
Makes me think of: https://web.archive.org/web/20010406062920/http://crank.com/... Issue #2 and a follow-up in Issue #4.
20.
▲
by
lboc
6y ago
It mentions using 'cc' here: https://www.ibm.com/support/knowledgecenter/ssw_aix_72/print... An example using ksh: https://www.ibm.com/support/knowledgecenter/ssw_aix_72&#x
21.
▲
by
lboc
6y ago
The AIX print spooler can be used as a generic queueing system - I remember setting up queues with shells as backends. Jobs sent to those queues would then be executed in sequence, and could be cancelled/reprioritized/etc like any
22.
▲
by
lboc
6y ago
Sorry, both the title link and the one I added seem to produce the same permission error now. I've asked the author about it and will update if I hear anything back.
23.
▲
by
lboc
6y ago
You're absolutely right, sorry. I don't suppose you know how I can edit the URL? Editing the submission only seems to let me change the title. (it's my first attempt at a submission) This link appears to work: https:/&#
24.
▲
Free Stuff for your Mainframe (2020)
(ibm.biz)
1 points
by
lboc
6y ago
|
5 comments
25.
▲
by
lboc
6y ago
A list of free resources for IBM mainframes. Includes software and user accounts. Some appear to require exising mainframe access.
26.
▲
by
lboc
6y ago
Thank you.
27.
▲
by
lboc
6y ago
IBM certainly does: http://dtsc.dfw.ibm.com/ They might also know others who do it too. I must admit I've never heard of such a thing from non-IBM sources.
28.
▲
by
lboc
6y ago
z15 (latest-gen) hardware technical intro here: http://www.redbooks.ibm.com/redpieces/pdfs/sg248850.pdf
29.
▲
by
lboc
6y ago
The 'service bureau' does what you're talking about, and has done for a very long time. https://en.wikipedia.org/wiki/Service_bureau#Histories I have no idea about the current level of activity in this s
30.
▲
by
lboc
6y ago
It sees some use in z/OS. For example, open source tarballs aren't generally EBCDIC, so: pax -rvf automake-1.16.tar -o from=ISO8859-1,to=IBM-1047
More ›