mirror of
https://github.com/moshix/mvs.git
synced 2026-03-04 10:08:29 +00:00
Update README.md
This commit is contained in:
40
README.md
40
README.md
@@ -10,7 +10,7 @@ Tapes are the standard way to exchange files, utilities and information between
|
||||
|
||||
For more information on HNET/Bitnet II, chck out here: http://moshix.dynu.net
|
||||
|
||||
this repository includes some very useful utilities for people working with MVS, z/OS, VM/SP and z/VM on real mainframes or emulated ones. It also includes some operating systems or extensions for operating systems. Most of the topics covered by these programs are covered in my youtube mainframe channel here: https://www.youtube.com/channel/UCR1ajTWGiUtiAv8X-hpBY7w
|
||||
This repository includes some very useful utilities for people working with MVS, z/OS, VM/SP and z/VM on real mainframes or emulated ones. It also includes some operating systems or extensions for operating systems. Most of the topics covered by these programs are covered in my youtube mainframe channel here: https://www.youtube.com/channel/UCR1ajTWGiUtiAv8X-hpBY7w
|
||||
|
||||
Here are some of the programs and tools included in this repo:
|
||||
|
||||
@@ -34,49 +34,47 @@ Here are some of the programs and tools included in this repo:
|
||||
|
||||
I tested in on everything from MVS 3.8 to OS390 all the way to z/OS 1.13 and it works beautifully. There is also a version of this volume on 3350 disk image, but OS390 and up don't have support for such old disks anymore. Copying stuff over to a 3390 disk isn't trivial because of the blocking required by certain compiler libraries. In short, there is a need for this volume.
|
||||
|
||||
3. sort.jcl is a sort job which stresses a Tk4 MVS 3.8 by creating millions of random records and then using IBM sort to sort them.
|
||||
3. sort.jcl is a sort job which stresses a Tk4 MVS 3.8 by creating millions of random records and then using IBM Sort to sort them.
|
||||
|
||||
4. the amazing standalone operating system for S/360 from Prof Madnick's seminal book on operating system. I also include the assembly output.
|
||||
4. The amazing standalone operating system for S/360 from Prof Madnick's seminal book on operating system. I also include the assembly output.
|
||||
|
||||
5. my .vimrc file for VIM. It color highlights correctly JCl and assembler for S/370.
|
||||
5. My .vimrc file for VIM. It color highlights correctly JCl and assembler for S/370.
|
||||
|
||||
6. NJE config files
|
||||
|
||||
7. an output separator for Hercules printers
|
||||
7. The usefuljcl/ directory contains very useful JCL jobs which you will use on adaily basis as a MVS or z/OS SYSPROG
|
||||
|
||||
8. The usefuljcl/ directory contains very useful JCL jobs which you will use on adaily basis as a MVS or z/OS SYSPROG
|
||||
8. a calculator for ideal blocksize given a DASD type and a logical record length, written by me in Go language. It's called blocksize.go and I also inlude a Linux 64bit binary
|
||||
|
||||
9. a calculator for ideal blocksize given a DASD type and a logical record length, written by me in Go language. It's called blocksize.go and I also inlude a Linux 64bit binary
|
||||
9. the PC370 source code for the simply amazing S370 assembler which runs in MS-DOS.
|
||||
|
||||
10. the PC370 source code for the simply amazing S370 assembler which runs in MS-DOS.
|
||||
10. Lots of JCL and source code files which I use in my moshix mainframe channel vidoes
|
||||
|
||||
11. Lots of JCL and source code files which I use in my moshix mainframe channel vidoes
|
||||
11. Some JCL for Cobol and VSAM on z/OS
|
||||
|
||||
12. Some JCL for Cobol and VSAM on z/OS
|
||||
12. My REXX programs for both z/OS and MVS 3.8 to get information from the operating system, such as online users, IPL time etc.
|
||||
|
||||
13. My REXX programs for both z/OS and MVS 3.8 to get information from the operating system, such as online users, IPL time etc.
|
||||
13. SMF reporting tools
|
||||
|
||||
14. SMF reporting tools
|
||||
14. Rexx panel programs for TSO
|
||||
|
||||
15. Rexx panel programs for TSO
|
||||
15. Panel/Rexx programs for TSO
|
||||
|
||||
16. Panel/Rexx programs for TSO
|
||||
|
||||
17. LOGREC cleaning JCL
|
||||
16. LOGREC cleaning JCL
|
||||
|
||||
18. Creating users on TSO (Patata approach, which works very nicely)
|
||||
|
||||
19. Sort jobs example with IBM Sort (Iceman)
|
||||
|
||||
21. my .X3270pro file (UPDATE: NOW WITH TURBOPASCAL theme)
|
||||
21. My .X3270pro file (UPDATE: NOW WITH TURBOPASCAL theme)
|
||||
|
||||
22. my RSCS config file for HNET
|
||||
22. My RSCS config file for HNET
|
||||
|
||||
23. ISPF Panel Rexx examples
|
||||
|
||||
24. JSON code for interaction between Golang and DB2
|
||||
|
||||
25. my c3270pro file with keybindings for z/VM, VM/370, MVS and z/OS
|
||||
25. My c3270pro file with keybindings for z/VM, VM/370, MVS and z/OS
|
||||
|
||||
26. A z/VM machine load information utility
|
||||
|
||||
@@ -89,7 +87,7 @@ Here are some of the programs and tools included in this repo:
|
||||
30. The TELPAR operating system for EDA (Electronic Design Automation) and
|
||||
ATG (Automatic Test Generation) of Stanford University
|
||||
|
||||
31. a disassembler
|
||||
31. A disassembler
|
||||
|
||||
32. Sample parameterhandling jobs,
|
||||
|
||||
@@ -112,4 +110,4 @@ Enjoy!
|
||||
|
||||
moshix
|
||||
<br>
|
||||
August, 2022
|
||||
December, 2022
|
||||
|
||||
Reference in New Issue
Block a user