- Blog
- Blog
- Homepage
- Homepage
-
Alternative Solution for COBOL Reference Modification
You can use COBOL 88 Level as an alternate solution. Read for more.
-
How to Use COBOL 66 Level Field
Every programmer must read this interview question on COBOL Level 66
-
DB2 Fetch Multi-rows: Top Ideas to use Row-set Positioning
Rowset Positioning Specifies whether multiple rows of data can be accessed as a rowset on a single FETCH statement for the cursor. The default is WITHOUT ROWSET POSITIONING. WITHOUT ROWSET POSITIONING Specifies that the cursor can be used only with row-positioned FETCH statements. The cursor is to return a single row for each FETCH statement…
-
Wealth Management Domain knowledge
Wealth management is an advanced investment advisory discipline that incorporates financial planning and specialist financial services. Read more.
-
DFSORT Complex Interview Questions
Sorting and report generation is most common in mainframe JCL. In almost all projects DFSORT being used to generate different reports depending on requirement. The list of key areas given here mostly interviewer ask questions.
-
DB2 DCLGEN All You Need About it
DCLGEN Table description generator of DB2 may not give correct value for the items listed in this post. Checkout now.
-
COBOL INSPECT Useful Logic to Find Spaces in String
Inspect in COBOL is a feature in COBOL to handle strings. You can manipulate strings using INSPECT verb.
-
How Many SYSDUMMY Tables Present in DB2
SYSDUMMY1 table is different from other catalog table. This table is resided in multiple table spaces like EBCDIC, Unicode and ASCII. SYSDYMMY in DB2 You can use any of these SYSDUMMYx tables when you need to write a query but the table reference does not matter. For example, when you want to retrieve the value…
-
3 Types of Machine Learning Algorithms to Read now
The most popular algorithms being used in machine learning software. Useful for developers.
-
Stratus COBOL or VoS COBOL -Comp-4 Vs Comp-5 and Comp-6
These terrific Comp-4 and Comp-5 differences help COBOL developers write working storage variables effectively.
-
Include COND: Matching TimeStamp Example
The best DFSORT sort to use readily in JCL to create reports in your project given here. This example is to get matching timestamp records into your output file.
-
Internal Process How Stored Procedure Executes
Working principle of Stored procedures in DB2 explained in a way that any developer can understand quickly