- Blog
- Blog
- Homepage
- Homepage
-
Here’s Simplified Data Sharing Architecture of DB2
DB2 data sharing lets an application run on one or more DB2 subsystems in a Parallel Sysplex environment. The applications can read and write to the same data at the same time. Data sharing is new concept, earlier we used Distributed Data Facility (DDF) to access data on other subsystems, or we employed other, more…
-
DB2-Timestamp Mismatch -818 SQL Error
DB2 -8181 Timestamp mismatch error and resolution.
-
DB2: Local Vs Remote Collections
DB2: Local Vs Remote Collections Explained how to use them correctly.
-
Syntax for DASD Files READ, WRITE, REWRITE and DELETE in CICS
VSAM Files we can use in CICS like flat files. You already know that VSAM files can be concurrently accessed by Batch and Online. VSAM Record-Level Sharing (RLS). This explores a method for accessing VSAM files that gives multiple CICS address spaces concurrent READ/WRITE access to recoverable VSAM data sets. On the other hand, below syntax help you how to access…
-
DB2: Performance Tuning A Quick Tutorial
Useful Db2 performance tuning interviews questions
-
DB2 Architecture: An Overview
DB2 Architecture explanation and its key features.
-
10 Techniques to Keep Ahead of Your Competition
Tips to beat competition at work. Read more.
-
How to Migrate DB2 to EC2 Cloud
How DB2 works from Cloud a real story.
-
6 Top Mainframe Vs. Cloud Differences
The top differences between Cloud computing and Mainframe explained in this post for your quick reference.
-
CICS: QUEUE Vs ITEM Top Differences
Item vs Queue top differences in CICS.
-
CICS-Map Splitting And Text Splitting Logic
Resources on Coding CICS-BMS Advanced mapping: Recently in our workshop we came an occassion to write complex CICS program. There are two options. One is Map splitting and another one is Text Splitting. Map Splitting: We have only one map, and data has to be displayed till end of the file. This is our requirement Logic is…
-
How to Add New VSAM File to CICS – DADM Utility
Here is a way to add new VSAM file to CICS using DADM utility.