Burnup Chart – Sprint & Release Tracking

4 years ago

Burnup chart is used to show how many story points are in the product backlog versus how many we’ve completed…

BurnDown Chart – Sprint, Release and Product Tracking

4 years ago

A Burndown chart is a graphical representation of work left to do versus time. Each point on the chart shows how…

Saying No to Stakeholder by Product Owner

4 years ago

A Product Owner's most important word: “No” & Saying No to a stakeholder is very difficult. Stakeholder management is the process…

Figurative constants use in COBOL Programs

4 years ago

Figurative constants are reserved words that name and refer to specific constant values. These can be easily used by writing…

S0C Abends – S0C1 S0C4 S0C5 S0C7

4 years ago

Two types of abend codes, user abends and system abends (S0C Abends). User abends format is Unnnn, where nnnn is a decimal…

Outlook Search Function: Find Emails Quickly

4 years ago

In this tutorial we will learn how the Outlook search function works and how you can use it to quickly…

Database Normalization with Examples

4 years ago

Database NORMALIZATION is used to reduce data redundancy and eliminate undesirable characteristics like Database Anomalies (Update anomaly, Insertion anomaly, Deletion…

SCROLL vs NO SCROLL Cursors in DB2

4 years ago

By default, cursors are moved by 1 row at a time in the result table in sequential order starting from…

TIME parameter use & S322 Abend in JCL

4 years ago

TIME parameter specifies the maximum amount of time that step may use the processor or to find out through messages…

IF THEN ELSE ENDIF construct use in JCL

4 years ago

IF THEN ELSE ENDIF construct is used to conditionally execute job steps within a job. A job step execution can…

COND Parameter – Evaluate Return Code in JCL

4 years ago

COND parameter is used to test return codes from previous job steps and determine whether to bypass or execute specified…

Space ABEND – SB37, SD37, SE37 & Resolution

4 years ago

Space ABEND generally occurs when your system encounters the end of volume condition occurs. There are three types of Space…

SQL Error Code with Explanation & Resolution

4 years ago

SQL Error Code is used on a day to day basis for the diagnosis of programming failures as a result of…

OPTION control statement in SORT JCL

4 years ago

The OPTION control statement allows you to override some of the options available at installation time (such as EQUALS and…

LISTCAT use in retrieving GDG or VSAM Information

4 years ago

The LISTCAT command is used to list and view the attributes and characteristics like space allocation information, password and security-related…

SPS Practice Exam Practice Mode Questions

4 years ago

SPS Practice Exam (SPS) - Scaled Professional Scrum with Nexus helps you to gain an understanding of how to scale…

INCLUDE OMIT Numeric Test Alphanumeric Test

4 years ago

You can use one of the numeric test capabilities of the INCLUDE OMIT Numeric test statement to collect the records…

INCLUDE OMIT Substring Comparison using SORT

5 years ago

INCLUDE OMIT Substring Comparison You can use the INCLUDE OMIT Substring Comparison statement in conjunction with other options to select/omit…

Velocity vs Capacity in Sprint Planning

5 years ago

Velocity vs Capacity Velocity is used for measuring the rate at which scrum development teams consistently deliver business value in…

Outlook Rules : Manage Email messages using Rules

5 years ago

Outlook Rules evaluate your incoming or outgoing email messages and take various actions with them based on sets of instructions…

Agile Coach Interview Questions and Answers – I

5 years ago

Agile Coach The Agile Coach is someone who is experienced in implementing agile projects and can share that experience with a project team. An Agile…

SQL Query Optimization: Tips & Tricks

5 years ago

SQL Query optimization is a process of writing optimized SQL queries to improve database performance. It is one of the…

DB2 Predicates : Performance Tuning of DB2 Queries

5 years ago

The DB2 Predicates affect how DB2 selects the access path for the statement. Predicates are found in the WHERE, HAVING,…

SQL Predicates: use in COBOL DB2 Queries

5 years ago

SQL predicates, also referred to as conditional expressions, specify a condition of a row or group that has one of…

XSUM – Remove Duplicate Records using SORT

5 years ago

XSUM Control Statement captures the dropped duplicate records which are eliminated out of DFSORT in a separate file. The SUM…