This Dockerfile can be used to simplify the building of hyperion from github and producde a .deb package which can then be used to install hyperion on Debian/Ubuntu. See https://github.com/SDL-Hercules-390/hyperion
Download the latest verion of tk4- from http://wotho.ethz.ch/tk4-/ and extract it into ~/tk4
Just run make
make run
Start c3270 :
c3270 -model 3279-5 -oversize auto localhost:3270
Once connected:
logon HERC01
or logon HERC02
and the password is CUL8TR
open a browser a nd go to
http://localhost:8038
Exit out of TSO into the MVS console then enter
shutdown
logoff
- HERC01 / CUL8TR - fully authorized user with full access to the RAKF users and profiles tables.
- HERC02 / CUL8TR - fully authorized user without access to the RAKF users and profiles tables.
- HERC03 / PASS4U - regular user.
- HERC04 / PASS4U - regular user.
- IBMUSER / IBMPASS - fully authorized user without access to the RAKF users and profiles tables. This account is meant to be used for recovery purposes only
Replying to operator request e.g. /r 00,cancel
Ctrl-n
brings up the menu in c3270
Reattaching to a session in TSO console: logon <username> reconnect
Starting FTP server,in the console run /start ftpd,srvport=2100
What DASD devices are usable: SYS1.SYSGEN.CNTL(IOGEN)
To mount a DASD manually
attach 250 3330 dasd/<<filename>
/v 250,online
/m 250,vol=(sl,<<Top Level DSN Name>>),use=private
or see http://www.jaymoseley.com/hercules/installMVS/addingDasdV7.htm
To run a jcl file in the tk4/jcl folder, in the console run
devinit 00c jcl/<<filename>> eof
awk 'BEGIN { RS=""; f = "init.txt"; p=0 } /END [A-Z]\*\*\*\*\n\f/ { p++ } { f = FILENAME "-page-" p ".txt" } { print > f }' prt00e.txt
see jcl/netsol.jcl [from http://www.jaymoseley.com/hercules/faq/mvsfaq03.htm#SYSTEM020]
Download from https://algol68c.bitbucket.io/370/Algol68C_Release_1.3039.html/ Then follow instructions on https://jmvdveer.home.xs4all.nl/en.post.algol-68-mvs.html#install and https://jmvdveer.home.xs4all.nl/en.post.algol-68-mvs-revisited.html
- https://sdl-hercules-390.github.io/html/
- https://kevindurant.be/2019/03/17/mom-part-1-setting-up-my-own-mainframe/
- https://bsp-gmbh.pocnet.net/turnkey/cookbook/index.html [tk3 archive of site]
- https://www.tutorialspoint.com/jcl/index.htm
- http://wotho.ethz.ch/tk4-/ [tk4- main site]
- http://featherriver.net/gettingMVS.html [includes how to create a new user]
- https://algol68c.bitbucket.io/370/Algol68C_Release_1.3039.html/ [Algol68C DASD and AWS tape image]