- Blog
- Blog
- Homepage
- Homepage
-
How to Debug online-CICS Programs in Xpediter
CICS Xpediter tool useful for online programs.
-
CICS: Two popular commands CECI Vs CECS
Syntax checking you can do in CICS with CECS utility or macro. Read more.
-
How Data Warehousing and Analytics Linked together
A quick comparison between Data Warehousing and Analytics. It’s useful for beginners and computer programmers.
-
COBOL INSPECT these four top examples you need to try
INSPECT in COBOL is frequently used function to handle or manipulate strings. The given popular examples really good to use in your project.
-
ObjectStar One-stop Material to Refresh Quickly
It is platform independent, you can use it on ZOS, Windows, UNIX etc. The main advantage of ObjectStar is we can read and write data from legacy databases, without learning those database techniques. You can best use for mainframe.
-
Exclusive CICS EIBCALEN and DFHCOMMAREA
EIBCALEN and DFHCOMMAREA are two CICS reserved words use in online programs to pass data from one program to other.
-
8 Things Not to Do in Your First 3 Months on the Job
8 things you should not do when you join in new company for first 3 months
-
JCL- Sort OUTFIL FNAMES (1 of 3)
As we all know, in JCL knowing SORT with DFSORT utility is a niche area. Every mainframe professional feels a little bit hard when working with SORT. I have seen in Banking and Telecom domain, the usage with OUTFIL is much. Just a few: Write to multiple output datasets Covert FB file to VB file…
-
SDSF-Spool SET Commands
The SDSF spool display and search facility in Mainframe helps you do many activities related to Jobs you have submitted from JCL. Read more.
-
DB2: How to create user-defined data type
User-defined data types are like user-defined functions to create customized data types. UDD Type Example For example, CREATE DISTINCT TYPE AUDIO AS BLOB(1M); So now the “audio” becomes a new data-type. If we talk about user defined data types, there are 2 types. Distinct Type In this case, the only user-defined type is customized based on an…
-
9 Daily Use SDSF Spool Commands
Daily use top SDSF spool commands list.