- Blog
- Blog
- Homepage
- Homepage
-
Advanced CICS for Senior Software Developers(1 of 5)
Learn CICS advanced tutorial for senior developers part 1
-
COBOL: Alphanumeric, Numeric, Decimal Move Statements
COBOL example syntax for move statements for Alpha, Numeric and Decimal
-
Top DB2 DBA Tricky Interview Questions
This post focuses on DB2 DBA interview questions. This list is useful for your next interviews.
-
These DB2 SQL Errors Asked in Many Mainframe Interviews
SQL errors asked in DB2 and mainframe interview questions
-
DB2 DATE, PACK, UNPACK, and TRIM Functions
DB2 SQL TRIM,UNPACK and DATE functions to write SQL query better way.
-
Project Manager Responsibilities in Software Company (2 of 2)
Roles and responsibilities: The Project Manager has the authority to run the project on a day-to-day basis on behalf of the Project Board . Responsibility: The Project Manager’s prime responsibility is to ensure that the project produces the required products, to the required standard of quality and within the specified constraints of time and cost. The Project…
-
DB2: Cursor WITH HOLD, CLOSE, OPEN Ideas
A cursor in an application programming plays crucial role. With cursor you can get matching rows for the condition given in the WHERE clause. Cursor life cycle Declare => OPEN => Fetch => CLOSE Declare-It is nothing but declaration, like working storage variable in COBOL program. But, it is not executable. OPEN=> With open statement…
-
Easytrieve Guide for Mainframe Programmers (4 of 20)
Read previous post-3 on Easytrieve. DECIMAL POSITIONS For numeric data items, you can indicate the number of decimal places (0 – 18) by adding the appropriate numeric value AFTER the data format value. The use of the DECIMAL indicator also informs EZT+ that this data item will be QUANTIFIED. This tells the EZT+ job that…
-
Mainframe: How to Debug CICS Abend Code
You can debug CICS program to find where abend occurred. This post tells steps you need to debug program.
-
Recently asked IMS DC top interviews questions (1 of 2)
Twelve IMS DC transaction management in IM DB database interview questions.
-
DB2 SQL Quiz for Mainframe Programmers
SQL quiz with multiple choice questions for DB2 mainframe programmers
-
10 Top IDMS Database Interview Questions
This text explains various terms and concepts related to IDMS databases, including schema, region, page, record type, and operating modes.