-
3 Top Methods to Access COBOL Program from Web
I have identified three methods, which help to keep Mainframe and COBOL modules are web enabled. Use a mechanism like EXCI or a local queue to make a request to a CICS transaction or a WebSphere Application Server application running on the z/OS system. From this runtime environment, make an… Read More ⇢
-
Top Reasons Why ESDS VSAM File Allows Duplicate Values
ESDS VSAM why it allows duplicate records whereas KSDS does not allows read for more details. Read More ⇢
-
DB2 Bind: Step-by-step Guide to Use Package Versions
Creating a package version: If you want to run different versions of a program without needing to make changes to the associated application plan, use package versions. This technique is useful if you need to make changes to your program without causing an interruption to the availability of the program.… Read More ⇢
-
How to Check Status of Utility Jobs in DB2
The DB2® command DISPLAY UTILITY displays the status of utility jobs, including utility jobs in a data sharing group. The output from the command consists of informational messages only. One set of messages is returned for each job identified by the command. For utility jobs in a data sharing group,… Read More ⇢
-
DB2: The Real Benefit of Data Redundancy
Steps you always need to increase the availability of database. Read more. Read More ⇢
-
CICS EIBDATE: How to Know When Task is Started
Contains the date the task is started; this field is updated by the ASKTIME command. The date is in packed decimal form (0CYYDDD+) where C shows the century with values 0 for the 1900s and 1 for the 2000s. For example, the date 31 December 1999 has the EIBDATE value… Read More ⇢
-
NVL and COALESCE Functions Basic Differences in DB2
The NVL function returns the first argument that is not null. ==>NVL(expression1, expression2) The arguments are evaluated in the order in which they are specified, and the result of the function is the first argument that is not null. The result can be null only if all the arguments can… Read More ⇢
-
CICS PIPELINE Complete Information
PIPELINE in CICS the purpose is you need during developing Web -services. How PIPELINE Works A CICS pipeline is shared by many different Web services, and is used to configure shared qualities of service. It is usually the CICS system programmer who is responsible for configuring PIPELINE resources. This is done using a… Read More ⇢






