Your Expert Mainframe Resource


Dive into the world of mainframes, JCL, and COBOL with our comprehensive website. Here you'll find tutorials and resources to help you become a mainframe master

Popular Articles

S0C4 Abend
S0C4 Abend What is a S0C4 Abend? S0C4 Abend is a protection exception when a virtual address cannot be...
Basic SDSF Commands
Basic SDSF Commands This mainframe tutorial is aimed at shelling out very basic information about SDSF...
Mainframe JCL Abend Examples
Abend An AbEnd (abnormal end) is an exception condition which results in the abnormal termination of...
SORT JCL with STOPAFT and SKIPREC
SORT JCL with STOPAFT and SKIPREC If you wish to skip certain number of records and stop sorting after...
S0C7 Abend
S0C7 Abend What is S0C7 Abend? S0C7 is a Data exception abend. When S0C7 Abend occurs? S0C7 abend is...
S222 Abend
S222 Abend What is a S222 Abend? S222 is a system Abend (operator cancelled). When S222 Abend occurs? This...
Copying files from Tapes to DASD
Copying files from Tapes to DASD The following article presents two methods of retrieving  A file can...
JCL to submit particular steps of another JCL using IEBEDIT
IEBEDIT Example- JCL to submit particular steps of another JCL You may get a scenario where you wish...
SORT JCL to append data in a record using INREC or OUTREC
SORT JCL to append data in a record using INREC or OUTREC There may be instances when you wish to append...
Sort JCL to Remove duplicates
REMOVING DUPLICATES FROM INPUT FILE AND WRITE DUPLICATES TO A FILE     //SREMDUPL JOB (XXXXXXXX,,,,,XXXX),’...