• Get Mobile n Computer Parts

    Best websites where you can buy mobile and computer parts at cheaper price.

  • ORACLE 12C- New Features For Developers

    The Oracle is a most famous RDBMS. This post covers all the major new features added into Oracle 12c database. This is a qucik refresher while you are working on a project or going for an interview.

  • COBOL Interview Question – How To Deal With Two Files

    The complex interview question asked in COBOL interview on files. Well explained the answer. The way of using DFSORT instead of writing COBOL program takes less time and improves productivity.

  • GDG – Generation G0000V00 – Change V00 to V01

    This is one of the typical interview questions in JCL GDG. Many times confusion is there about generation Vs Version. When we give (+1) in JCL. Only a new GDG will be created, but the version is V00(do not change). My discussion is when the version will be changed. The below example shows it. The result of…

  • Useful COBOL Tough Interview Questions

    COBOL real interview questions top posts from Srinimf

  • DB2 UDB Top Commands List: PPT

    Here is a list of commands that you can use in the DB2 UDB database

  • DB2- Optimization Hints

    In Db2 , optimizer selects most optimum access path. Sometimes, your query taking longer cpu time, then, you can influence the default hint. In Oracle, we can add optimizer HINT into SQL. Ex: SELECT * /*+ USE_ NL */ FROM S_EMP; But, in DB2 the process is different. The following steps are needed in DB2. OPTIMIZATION…

  • DB2 Plan Table Columns Explained

    Here’s a way to verify PLAN Table columns after you run the EXPLAIN query.

  • CICS Transaction Gateway V9.0 New Features

    CICS family comprises of CICS Servers(Latest V5.1), Connectors(V9.0 latest), CICS Tools. CICS transaction gateway V 9.0: CICS Transaction Gateway ( CICS TG), a market-leading enterprise connector from IBM , is production proven for over one thousand customers as a high-performing, security-rich, and scalable method of SOA access to CICS . It provides the following features: Delivers JEE standards-based access to…

  • COBOL with MQSeries Sample Program

    How to use MQSeries calls in COBOL is explained using a sample program.

  • Differences Between SQL and NoSQL: Simplified

    The awesome and most relevant key differences between RDBMS database and No-SQL database. A quick revision for modern database developers.

  • 14 new features in Oracle 12C really to read now

    Oracle 12C database has been added many new features. Given in this post all the features added and it is a quick handy list for developers.