-
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. Read More ⇢
-
10 Top Linux Distributions
The complete list of Linux most popular distribution and currently so hot in the market. Read more. 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. Read More ⇢
-
Are You Using UNIX on Zo/s -Read this!
ZOs UNIX commands popular commands. Read more. 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… Read More ⇢
-
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 Read More ⇢
-
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… Read More ⇢
-
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… Read More ⇢
-
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 Read More ⇢








