-
How to Write Sort Logic in COBOL – Here’s Best Example
Are you ever taken Quiz on Cobol? It is completely free-for your HELP just check out here. The following syntax of sort has some hidden meanings. Just I would like to share those: COBOL Sort Key Points Here, all the files opened and closed automatically. No need to open/write explicitly.… Read More ⇢
-
The Complete List of COBOL Special Registers
I am giving here some of the important Cobol special registers. These are very much useful in the program to get additional information. ADDRESS OF JNIENVPTR LENGTH OF RETURN-CODE SHIFT-IN SHIFT-OUT SORT-CONTROL SORT-CORE-SIZE SORT-FILE-SIZE SORT-MESSAGE SORT-MODE-SIZE SORT-RETURN Read More ⇢
-
JCL- Inrec, Overlay and Outrec-DFSORT
DFSORT in JCL is the best reporting tool. To generate complex reports from the input dataset especially in mainframe, you need to know how to use certain key parameters. Read more. Read More ⇢
-
COBOL: How to Write INPUT and OUTPUT Procedures
COBOL Return and Release to sort the input data Read More ⇢
-
What Makes You Difference
Both completed Degree at the same time, after fifteen years who is successful person. You can consider both money and Career wise. What is the difference. Read More ⇢
-
COBOL: Copy Vs Include Real Difference
I found a nice thing that the difference between COPY and INCLUDE. Both are the same. See the description how and when- COPY- cobol reserved word. So if we want to embed cobol code, written in another pds, we can embed it by “COPY name-1” INCLUDE- It is not at all related to COBOL. It is… Read More ⇢
-
COBOL: Quiz Part 1 and Part 2
COBOL Quiz to practice and useful for all mainframe developers. Read More ⇢
-
IMS DB: CHKP(basic, symbolic), XRST calls
Here is a way to implement checkpoint logic in IMS DB. The DLI calls CHKP and XRST are needed to implement it Checkpoint DLI calls in IMS DB CHKP (basic) CHKP (basic) call’s purpose is to recover the data. It collects the checkpoint-id and writes it to the checkpoint file. When… Read More ⇢







