• How to Call Stored Procedure in COBOL

    This link provides complete info on DB2 stored procedures. Here’s syntax to call stored procedure in COBOL. Triggers  These are dynamic. Driven by events or by the clock, they start a stored procedure. Triggers are tied to specific tables and actions; they are invoked automatically whenever the table is the target of an… Read More ⇢

    How to Call Stored Procedure in COBOL
  • Logical Partition (LPAR) in Mainframe – Real Purpose

    Logical partitions (LPARs) are, in practice, equivalent to separate mainframes. Each LPAR runs its own operating system. This can be any mainframe operating system; there is no need to run z/OS®, for example, in each LPAR. The installation planners may elect to share I/O devices across several LPARs, but this is a local… Read More ⇢

    Logical Partition (LPAR) in Mainframe – Real Purpose
  • Cobol-Syntax Guide

    The below link has COBOL syntax for all the features. http://www.wiley.com/college/info/stern318817/resources/pdf/syntax.pdf   Read More ⇢

  • DB2 – DDL (Data Definition Language)

    The clear examples of SQL data definition language also called DDL in your SQL query. In a way that gives awesome performance to your SQL project. Read more. Read More ⇢

  • IF-ELSE-ENDIF JCL top example you need

    The if else endif example in JCL to control execution of steps. You can use if statement along with COND parameter in JCL. Both COND and if-else-endif statements you can use to control execution of JCL steps. Read More ⇢

    IF-ELSE-ENDIF JCL top example you need
  • CICS web services an awesome feature integrates User interface (3 of 3)

    The following is the sequence how CICS web services works: Listen for and receive incoming requests Decide what to do with the request (invoke program) Allow user written programs to look or message themessage before it reaches our application program Allow user written programs to process SOAP headers Deal with… Read More ⇢

    CICS web services an awesome feature integrates User interface (3 of 3)
  • All About Triggers in DB2 V10

    I am writing what DB2 did more in V10. The developer has to focus more on performance, and logic for any type of business scenario. IBM did some changes in Create Trigger functionality More flexible and function-rich CREATE TRIGGER support. The trigger-event clause can now contain more than one INSERT, UPDATE, or… Read More ⇢

  • What is Logical Partition LPAR in Oracle

    LPAR Logical Partition in Oracle explained for your quick reference. Read More ⇢

    What is Logical Partition LPAR in Oracle
  • CICS Tricks and Tips

    Top CICS tips and tricks compiled at one place. You can refresh the tips quickly for your projects. Read More ⇢

    CICS Tricks and Tips