-
Two SQL queries on Self-join and Inner-Join
Self join vs Inner join learn here using the best examples. Read more. Read More ⇢
-
21 Tricky COBOL Interview Questions You Need
Q1. What are the differences between COBOL and COBOL II? A1. There are at least five differences: COBOL II supports structured programming by using in line PERFORMs and explicit scope terminators, it introduces new features (EVALUATE, SET .. TO TRUE, CALL .. BY CONTEXT, etc), it permits programs to be… Read More ⇢
-
Top JCL Statements You can Refresh now
In JCL refresher 2, you will learn basic syntax to be used in job control language. Syntax something like how to give comments, other mandatory syntax details given in this post. Read More ⇢
-
JCL refresher#1: What is JCL
JCL is a job controlling language. You will learn how jcl works, and what is the use of it in mainframe in JCL refresher#1. Read More ⇢
-
JCL: How to Use PDSMAN Library Management Utility
Library management is an everyday task in Mainframe. The CA PDSMAN utility written in JCL absolutely help you improve productivity. Read More ⇢
-
SQL Query: How to fetch Salary of Same Hiredate
Power filled SQL query to retrieve data like Salary and Hire date from an EMPLOYEE table. Read More ⇢
-
SQL- How to Create Updatable and Read-only Views
You can write fantastic SQL in this way so that you can avoid updatable VIEWs in your project. Two rules you can blindly use to determine if your VIEW is Read-only or Updatable in DB2. The most important point is you can UPDATE Read-only Views with this approach such as… Read More ⇢
-
COBOL Logic Read Multiple-Files Write to Output
COBOL sample program to read Master and Transaction files and write modified records to the output file. Read More ⇢
-
COBOL: How to use PERFORM-TEST-AFTER Logic
You can use this COBOL logic written using PERFORM TEST AFTER. This is one best way of handling loops in COBOL programs. After reading input files you need to validate each record. So this logic helps you as a guide. Read More ⇢








