- Blog
- Blog
- Homepage
- Homepage
-
More on SQL Triggers in DB2 Context
SQL triggers additional points useful for db2 database developers
-
CICS-Sequential and Random Access
What is Random access and Sequential access in CICS mainframe
-
Top Features in CICS Transaction Server 4.2
It is the latest server. It has a lot of enhancements. We all aware that CICS runs mainly on ZOS. Very high usage in Banking and Insurance domains. Some of the recent changes in this version as follows: Event processing: New capability is, if any system failure or Db2 failure happens new version will generate events, so that system…
-
How to Define VB files in COBOL Sample Logic
Here’s the logic to define VB files using the OCCURS clause. When you want simplified code always better use OCCURS clause, I am giving here two usages. These two styles save your precious time. Define VB files in COBOL USAGE 1 USAGE 2 The other way of coding VB files: Notes to developers Related Posts
-
COBOL String modification idea using pointer statement
The popular string modification ways described here with examples. You can use these into your COBOL project directly.
-
Xpediter Mainframe Debugger Tutorial (Part 2)
Xpediter tutorial explained useful commands
-
Os390 Vs Zos Top Differences
All may not be aware of these differences sometimes. Yes, all mainframe professionals are experts in the technologies, but in these not that much. Knowing a little bit about architecture will definitely keep you ahead. ZOs: It is 64 bit processing system it was introduced in 2000 It supports all mainframe technologies, C, C++, Java…
-
Why GETMAIN You Need in CICS Programs
The real use of CICS GETMAIN command given with sample code.
-
Successful 2 Years
I started my blog in 2010. Two years completed now. It has received very good response from all mainframe professionals. I will improve further my blog this year. Thanks for reading my blog.
-
CICS Commands: Return, GoBack, Stop Run, Exit Program
CICS Exit, Return, Goback, and Stop run commands.
-
CICS Quasi Reentrant Program Means
Concept of Quasi re-entrant in mainframe cics.
-
JCL IEFBR14 do-nothing Utility
JCL do nothing utility sample code and benefits in mainframe batch processing.