- Blog
- Blog
- Homepage
- Homepage
-
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 and Fedora) away for free.…
-
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
-
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 use the SQL option, the…
-
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 need decimal value into pic…
-
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
-
Want to Excel in IMS DC Programming. Read This!
The excellent way step by step presened IMS DC tutorial with slides. A best guide to refresh IMS DC knowledge for all IMS DB DC developers. Read more.
-
5 Never Seen Questions on VSAM RLS (Record Level Sharing)
Why you need RLS? RLS allows concurrent access in a sysplex to your VSAM data sets at record level, while also maintaining data integrity. How RLS works in CICS? VSAM RLS is a method of accessing your existing VSAM data sets. It allows any number of users within your Parallel Sysplex to share your existing VSAM…
-
2 Best NoSQL Databases Everyone Should Know
Here are two best NoSQL databases and their strengths.
-
COBOL with Linux -NetCOBOL v11
Fujitsu NetCOBOL® for Linux x64 brings the reliability of NetCOBOL for Windows® to the Linux environment. It can be used to create 64-bit server applications or applications that need the power of COBOL’s business logic. Enabling COBOL applications to interoperate with modern programming languages enables the creation of a flexible, future-proof enterprise system. Key Benefits Highest…
-
A Comprehensive Tutorial on VSAM KSDS
The KSDS one of the popular file organisation of VSAM. Most popular in CICS. It has really good benefits and this is the reason it is being used in online CICS programs. Read more.
-
JCL Evergreen Interview Question on COND Parameter
The JCL always asked interview questions. You will face this kind of questions in almost all the interviews. Useful to refresh instantly.
-
COBOL mostly asked Interview Question on Files
The mostly discussed and frequently asked questions on COBOL files.