Giter Club home page Giter Club logo

mvs's Introduction

MVS, z/OS, VM/370 and z/VM Utilities

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. 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:

  1. recv390 is a receive command for Linux or Windows. It extracts XMIT files. recv390 is by James Morrison. I made some fixes and somall enhancement to the program. compile simply with gcc -o recv90 recv390.c.

  2. SYCPLK.ccdk is a 3390-3 volume (SYSCPK) which incluedes about 10 or 12 compilers for the mainframe, including:

  • PLI F compiler
  • Cobol compiler from the 60s
  • RPG compiler
  • PL/360 compiler
  • Pascal compiler
  • the amazing ASSIST assembler
  • Simula compiler
  • Basic
  • and tons more!

Simply mount the volume on your system, add it to the VTLST00 member as private, and then extend your JES2 to use the included SYS2.PROCLIB on SYSCPK. This proclib has procedures for all the included compilers. The run-time libraries, like SYSC.PLILIB are of course included in the volume.

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.

  1. 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.

  2. the amazing standalone operating system for S/360 from Prof Madnick's seminal book on operating system. I also include the assembly output.

  3. my .vimrc file for VIM. It color highlights correctly JCl and assembler for S/370.

  4. my PL/I implementation of the N x N queens problem

  5. Sorichetti's vpwpc output seprator for Hercules printers

  6. The usefuljcl/ directory contains very useful JCL jobs which you will use on adaily basis as a MVS or z/OS SYSPROG

  7. 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

  8. the PC370 source code for the simply amazing S370 assembler which runs in MS-DOS.

  9. Lots of JCL and source code files which I use in my moshix mainframe channel vidoes

  10. Some JCL for Cobol and VSAM on z/OS

  11. 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.

  12. SMF reporting tools

  13. Rexx panel programs for TSO

  14. Panel/Rexx programs for TSO

  15. LOGREC cleaning JCL

  16. Creating users on TSO (Patata approach, which works very nicely)

  17. Sort jobs example with IBM Sort (Iceman)

  18. my .X3270pro file (UPDATE: NOW WITH TURBOPASCAL theme)

  19. my RSCS config file for HNET

  20. ISPF Panel Rexx examples

  21. JSON code for interaction between Golang and DB2

  22. my c3270pro file with keybindings for z/VM, VM/370, MVS and z/OS

  23. A z/VM machine load information utility

  24. A working copy of the original CHRIMAS EXEC (OR CHRISTMA EXEC) worm from 1988

  25. A payroll report source code in MVT Cobol with test data and the JES2 output listing

  26. and so much more

Enjoy!

moshix
May 2021

mvs's People

Contributors

moshix avatar darumaovs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.