- Blog
- Blog
- Homepage
- Homepage
-
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.
-
Delete GDG cluster Sample JCL Example
JCL to delete GDG and VSAM base cluster quickly.
-
How do we re-arrange Columns in SDSF spool
How to arrange columns in SDSF spool in mainframe.
-
How to Resolve Pending States in DB2
You will find three types of pending states in DB2. These are Copy pending, Release pending and Check pending. Here are the resolutions. First, we need to identify the pending state and determine the appropriate corrective action. Here are the three pending states and their respective corrective steps: DB2 Pending States Check Pending Reason: When…