-
Notifications
You must be signed in to change notification settings - Fork 28
How to join community and contribute?
If you want to improve the mainframe community and MF materials base - contribute to our project and make it better for all mainframe developers and users. Your help and contribution (in any amount and in any form) is very welcome!
So how does contributing benefit you specifically? There's a lot of value in it, but here are some of the practical highlights:
- Helps solve common problems
- Improve your skills as a mainframe programmer
- Adding your own developments, which can be improved by other users (kinda code review)
- Increase confidence
- Community and recognition
To work with the repository, you need a GitHub account. You can create it quickly by following the link.
Fork this repository by clicking on the fork button on the top of this page. This will create a copy of this repository in your account, where you can make your changes.
When you do, you will be automatically redirected to your copy of the repository
To add your files and developments - you can go to the directory you need and select the option Add file
> Upload files
and select the files you want to add.
You can also edit and add information to existing files. Try to open the files you need in a text editor and add your additions to them. Now, save the files.
Come up with a title - The important part is the title. Help other people quickly understand how your solution can help them
If you need a separate directory, try putting /
in the file header.
Now commit your changes using the Commit changes
button at the bottom of the page:
At the top of the page is a tab Pull request
. Click on that tab.
Here click New pull request
Now create new pull request.
After creating a pull request, within 24 hours we will see your additions/changes and if everything is in order - they will be added to the repository. You will get a notification email once the changes have been merged.
Congrats! You just completed the standard fork
-> edit
-> pull request
workflow that you'll encounter often as a contributor!
You could contact us in case you need any help or have any questions. Contact us!.
SMP/E
- How do I check if the APAR or the PTF installation?
- JCL job to create SMP/e zones environment and user datasets
- JCL job to customize SMP/e distribution zone environment
- JCL job to customize SMP/e global zone environment
- JCL job to customize SMP/e target zone environment
- JCL job to load PTF information into global zone and SMP/e datasets
- JCL job to install PTF in the SMP/e target libraries
- JCL job to install PTF in the SMP/e distribution libraries
- JCL job for rejecting PTF to clean up the global zone
- JCL job for restoring PTF to clean up the target zone
- Automated build PTF via JCL + REXX template (IN PROGRESS)
- What should I do if RECEIVE ends with RC=12?
Mainframe automation solutions and best practices
- Mainframe DevOps tutorial – How We Bring DevOps and Automation to Mainframe
- Jenkins MF pipeline code example
- Mainframe integration with Jenkins using USS agent
- Jenkins plug in solution for running JCL jobs
- Mainframe troubleshooting platform - APPULSE
- Azure DevOps with MF (IN PROGRESS)
- Zigi
z/OS DevOps scripts
- Shell script for datasets to transfer from UNIX to the mainframe via ftp
- Shell script to run JCL jobs on the mainframe via ftp
- Shell script to transfer changed sources in git to the mainframe via ftp
RACF
REXX scripts
- REXX script to change parameters values in a config file
- REXX script to replace substring in some members of dataset
ISPF
HSM
- HSM dataset level commands
- HSM system commands
- How do I restore datasets anywhere where HSM is working?
Useful tricks
- How to include a library in the current LOGON session
- How to make IBM Java work for TEP file tep.jnlp
- How to migrate one or more data sets to migration volumes
- How to transfer file from Windows to zOS with command line ftp?
- How do I find out which data sets have used the most amount of space?
- How do I convert a hexadecimal date to a readable date on z/OS?
- How do I compare two data sets interactively?
- How do I use 3270 emulators with a larger screen size?
- How do I make some changes in each member of PDS?
- How do I copy data sets to other LPAR?
Batch jobs (JCLs)
- How to automate checking for normal completion of a job (counting the number of lines)?
- How do I create a Data Set or a Data Set member?
- How do I copy a Data Set or a Data Set member?
- How do I fill VSAM with records?
- How do I rename a Data Set in batch?
- How do I delete a Data Set or a Data Set member?
- How do I compress a Partitioned Data Set?
- How do I convert Partitioned Data Set PDS to Partitioned Data Set Extended PDSE and vice versa?
- How do I split a Sequential Data Set or PDS member?
- How do I copy first n records of Sequential Data Set or PDS member?
- How do I work with a Catalog?
- Replacing archaic JCL constructs
- Sample solution to transfer datasets from one system to another using XMIT and ADRDSSU
- JCL job template for evenly dividing the dataset into parts
- How to work with a Catalog?
z/OS System operating
- z/OS network commands
- JES commands
- SDSF commands
- XMIT
- WLM (COMING SOON, STAY TUNED)
- IPL and its maintenance
- Omegamon for Storage
- Omegamon for DB2
z/OS Subsystem operating