-
Top Rowset Positioning Examples for INSERT, UPDATE and DELETE
Rowset positioning top examples on how to use it and work with multiple rows in DB2. Read More ⇢
-
4 Distinct Flavours of NetCOBOL
NetCOBOL for .net The Fujitsu NetCOBOL® for .NET COBOL compiler enables access to the latest web technologies. COBOL applications can easily integrate with Internet XML Web Services and ASP.NET applications. The NetCOBOL for .NET compiler produces Microsoft’s® Intermediate Language (MSIL) that executes under the Common Language Runtime (CLR). This language-neutral,… Read More ⇢
-
JCL: How to Use Separator in DFSORT
Here’s the best example of how you can insert separators in DFSORT. In the above example, inserting ‘*’ 20 times is a separator. Top valid separators: The usage of separators you can find here is OUTREC, IFTHEN, and OVERLAY statement. Wherein the actual values are overlaid with separators. Downloads Read More ⇢
-
DB2: What’s Stored Procedure
Today’s post What is stored procedure? How many types of stored procedures? What are those? A stored procedure is a user-written program that can be called by an application with an SQL CALL statement. It is a compiled program that is stored at a DB2 server, and can execute SQL statements. Stored… Read More ⇢
-
DB2 SQL: How to Write Self-join example
Self join best example explained on how to use it. Read More ⇢
-
5 Ways to Share Data in CICS Programs
Below is the list of 5 ways how data sharing happens among CICS transactions: DFHCOMMAREA in RETURN command Common Work Area (CWA) Using CHANNEL command in RETURN Using DISPLAY screen -Data can be stored between pseudo conversational transactions from a 3270 display terminal on the display screen itself Using terminal… Read More ⇢








