- Blog
- Blog
- Homepage
- Homepage
-
SrinimfReviews Best Product Reviewer
Best product reviews, tips and ideas on the products being used by software developers.
-
DB2: How to Call External Stored procedure
This post tells about very simple idea for DB2 developers about the concept of external stored procedures, how to create and how to run these stored procedures. The stored procedures can be written in any supported language.
-
Why do We need to Sort Table Prior to COBOL SEARCH ALL
Why table should be sorted for SEARCH ALL . The simple and informative post highly helpful to all COBOL developers.
-
How to Use ALTER COLUMN Correctly
The listed ALTER Table examples you can apply on DB2 tables. So that you can save lot of time. No need to drop Table each time, just write a query and modify column attributes.
-
Informatica V10: Here are New Features
The informtica version 10 has come with many new features that supports for productivity improvement, and agility for modern data warehouses
-
3 Agile Terms You Need Before Your Interview
The key terminology in agile testing is being followed in Informatica data integration. The terminology like agile testing, agile methodology and agile integration are different from each other. These are must know descriptions for all Informatica developers.
-
DCLGEN: How to Select Language COBOL, PLI
Many DB2 Zo/S programmers confused during creation of DCLGEN for PL/I programs The key point is you need to change language settings in DB2I panel. Read more.
-
How to Resolve -305 SQL Error in DB2 Quickly
SQL -305 error code and quick resolution to handle it in your programs
-
10 Top Payment methods to Make Online Transaction
Top payment methods so popular in day to day payments
-
VSAM Return codes: Reasons and Solutions
The outstanding and highly informative VSAM return codes, reasons and solutions really helpful for developers. They can fix the error in less time and they can save their precious time. The list contains all VSAM return codes.
-
COBOL VSAM Return Code: Here’s Example How to Define it
There are teo different status codes. One staus code is related to COBOL. The other one is related to VSAM. The VSAM returned codes to COBOL are saved in VSAM return code variable. These tips help you to use for ESDS, RRDS and KSDS files.
-
Associate Vs. Allocate: DB2 Stored Procedure Example
Here’s an example of DB2 Stored procedure and explained the purpose of Associate and Allocate.