- Blog
- Blog
- Homepage
- Homepage
-
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.
-
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.
-
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 WS-Security and WS-Atomic Transactionstandards Parse…
-
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 DELETE operation, which means that…
-
What is Logical Partition LPAR in Oracle
LPAR Logical Partition in Oracle explained for your quick reference.
-
CICS Tricks and Tips
Top CICS tips and tricks compiled at one place. You can refresh the tips quickly for your projects.
-
How to Write CICS Wrapper Program
Ideas you need on how to write wrapper program in CICS.
-
How to Get Ahead Without the Corporate Ladder
Gone are the days when you progress up the hierarchy at a steady pace, headed for corner office. There simply aren’t enough leadership positions to go around, and most people regularly switch jobs and organizations. With no ladder to climb, look at career moves differently: Grow in Career Without Corporate Ladder Source: HBR Related posts
-
CICS web services an awesome feature integrates User interface (2 of 3)
A Web service is a software system identified by a URI, whose public interfaces and bindings are defined and described using XML. Its definition can be discovered by other software systems. These systems may then interact with the Web service in a manner prescribed by its definition,using XML based messages conveyed by internet protocols. A webservice contains:…
-
How to Restart PROC Step in JCL Best Example
Here is a solution to restart a proc step in JCL. Explained the solution with an example.
-
The One Person Every Network Needs
Invest in these kind of network to your growth and benefits.
-
CICS web services an awesome feature integrates User interface (1 of 3)
CICS Web services can be used alone or in conjunction with other Web services to carry out a complex aggregation or a business transaction.