• 5 Quiz Questions on CICS EIBDATE

    The EIBDATE options gets transaction date value when the transaction initiated. The awesome QUIZ guides you how to use EIBDATE effectively.

  • 10 Top Linux Distributions

    The complete list of Linux most popular distribution and currently so hot in the market. Read more.

  • These 3 IT Skills Useful for Digital Transformation Career

    The most wanted IT skills really you need for high growth careers in Digitial age. Read more.

  • Are You Using UNIX on Zo/s -Read this!

    ZOs UNIX commands popular commands. Read more.

  • Top 4 Linux Distributions Currently Hot in the Market

    These four Linux distributions are currently huge demand in the market: Red Hat Red Hat is a billion dollar commercial Linux company that puts a lot of effort in developing Linux. They have hundreds of Linux specialists and are known for their excellent support. They give their products (Red Hat Enterprise Linux and Fedora) away for free.…

  • When Not to Use COBOL DYNAM Compiler Option

    The DYNAM compiler option must not be used in the following cases: COBOL programs that are processed by the CICS translator or the CICS compiler option COBOL programs that have EXEC SQL statements and are run under CICS or DB2 call attach facility (CAF) Related Posts

  • COBOL Compiler: How to Verify SQL Option

    Use the SQL compiler option to enable the DB2 coprocessor capability and to specify DB2 suboptions. You must specify the SQL option if a COBOL source program contains SQL statements and it has not been processed by the DB2 precompiler. SQL option syntax: – NOSQL– SQL Default is: NOSQLAbbreviations are: None When you use the SQL option, the…

  • COBOL Moving Decimal to Numeric Best Example

    Recently in our project we got an issue. That is in a receiving field value getting is incorrect. Move Ws-data-1   to Ws-data-2 From field: 01 WS-data-1     pic 9(4)v99999 value 0000.77779 To field: 01 Ws-data-2    pic 9(08) ==> After move getting value as ‘0’ (zero). But, we need decimal value into pic…

  • SYSIBM.SYSPACKAGE Bindtime and Timestamp

    TIMESTAMP TIMESTAMP NOT NULL Timestamp indicating when the package was created. G BINDTIME TIMESTAMP NOT NULL Bindtime indicating when the package was last bound. G

  • Want to Excel in IMS DC Programming. Read This!

    The excellent way step by step presened IMS DC tutorial with slides. A best guide to refresh IMS DC knowledge for all IMS DB DC developers. Read more.

  • 5 Never Seen Questions on VSAM RLS (Record Level Sharing)

    Why you need RLS? RLS allows concurrent access in a sysplex to your VSAM data sets at record level, while also maintaining data integrity. How RLS works in CICS? VSAM RLS is a method of accessing your existing VSAM data sets. It allows any number of users within your Parallel Sysplex to share your existing VSAM…

  • 2 Best NoSQL Databases Everyone Should Know

    Here are two best NoSQL databases and their strengths.