- Blog
- Blog
- Homepage
- Homepage
-
Mainframe: How to Read a Tape File
Tape files in mainframe are not readable. So this sample JCL you can use to copy to DASD file and you can read.
-
Sample SQL Query: How to Define Identity-Column
Here are ideas on how to identity-column on a table. Identity column on a new table An identity column provides a way for DB2 to automatically generate a unique numeric value for each row that is added to the table. When creating a table where you know that you need to uniquely identify each row…
-
How to Write SQL Queries Efficiently in DB2
Many times the three tables could all be coded with inner joins, which would run more efficiently. Outer joins are not inefficient, but if they bring in extra exception rows, and a subsequent inner join then gets rid of those extra rows, was processing not needed. SQL Join Query Ideas to Write Efficiently Also, make…
-
Super Package, Complex Package and Participating Package
The different packages available in changeman which is mainframe version control tool. Explained well and in a way easy to understand.
-
Srinimf.Jobthread
Srinimf.Jobthread.
-
Database Challenge-Show Your Knowledge
Test your knowledge on various databases and get yourself confidence quickly.
-
DB2: List of Top Table Spaces Quick Tutorial
Revolving Table spaces all information you need to know.
-
Intertest – CICS Programs Debugger
CA InterTest for CICS is an interactive testing and debugging product for CICS applications written in COBOL, PL/1, and Assembler. You can download free user guides here.
-
DB2: How to get Timestamp from Sysdummy1
The best SQL query to select Timestamp from sysdummy1 table. Read more with example.
-
IBM Debugger Complete Tutorial
IBM debugger tool commands and setup for Mainframe projects. You can use it for debugging purpose.
-
DB2: Here is All About Explain Plan
Tutorial on explain plan in DB2. Covers the use of Explain in tuning the performance.
-
Teradata Real Database to Practice Online
The best resources that available to learn and practice teradata Quickly.