Admin

UNION vs UNION ALL use in SQL Queries

A UNION operation combines two sets of columns and removes duplicates. The UNION ALL expression does the same but does…

6 years ago

PARM: How to use in SORT JCL with examples

DYNALLOC PARM: This option requests the dynamic allocation of SORTWK data sets. DYNALLOC=OFF can be specified to override a DYNALLOC=ON…

6 years ago

UNSTRING statement use in cobol program

UNSTRING statement The UNSTRING statement used to separate single string to multiple based on the delimiter provided in the UNSTRING.…

6 years ago

STRING statement use in cobol program

STRING statement STRING statement strings together the partial or complete contents of two or more data items or literals into…

6 years ago

COALESCE DB2 Function in SQL Queries

COALESCE DB2 function is used to handle the NULL values that might be present in the data or a list…

6 years ago

Intrinsic Functions in COBOL Programs

Intrinsic Functions COBOL Intrinsic Functions provides many ways to manipulate data. These are a set of functions that return values…

6 years ago

CASE statement in SQL Queries with Examples

SQL CASE statement allows you to perform IF-THEN-ELSE functionality within an SQL statement. CASE SQL expression can help make your…

6 years ago

GROUP BY and ORDER BY clause in SQL

GROUP BY clause specifies a result table that consists of a grouping of the rows of intermediate result table that…

6 years ago

PUSH unique ID and SEQ number using IFTHEN

PUSH defines the input field, sequence number, or identifier that will be overlaid for each group’s records. For fixed-length records,…

6 years ago

PARSE fields using IFTHEN parameter

PARSE and IFTHEN PARSE are new options that allow you to extract variable position/length fields into fixed-length parsed fields defined…

6 years ago

SEQNUM: How to use in SORT JCL with examples

SEQNUM creates & inserts sequence numbers in the output record. The sequence numbers are assigned in the order in which…

6 years ago

ICETOOL : Matching records from different data sets

ICETOOL is a batch front-end utility that uses the capabilities of DFSORT toperform the operations you request. Input and output…

6 years ago

Fill Method: Paired and unpaired records

Fill Method Paired and unpaired records - This example illustrates an alternative way to create three output files; paired F1/F2…

6 years ago

Indicator method: Paired and unpaired records

Indicator method: Paired and unpaired records - This example illustrates how you can create three output files; paired F1/F2 records,…

6 years ago

Unpaired records F2 using SORT Utility

Unpaired records F2: This example illustrates how you can select only unpaired records from one of two files. In this…

6 years ago

Paired records F1 using SORT

Paired records F1 - Below example illustrates how you can select only paired records from one of two files. In…

6 years ago

Paired records with duplicates using SORT

Paired records with duplicates: This example illustrates how you can join paired records from two files, both of which have…

6 years ago

Paired records without duplicates using SORT

Paired records without duplicates - ASA (formerly ANSI)control characters appear in Position 5 for variable-length records (just after the Record…

6 years ago

JOINKEYS joining two files using SORT

JOINKEYS feature joins transactions/records from two different files based on certain keys (i.e. fields with common information). The SORTJNF1 and…

6 years ago

STOPAFT SKIPREC condition in SORT JCL

In SORT JCL, the STOPAFT SKIPREC are two conditions that control the processing of input records. You can use the…

6 years ago

INCLUDE OMIT condition in SORT JCL

You can use the INCLUDE OMIT statement in conjunction with other options to select/omit the number of records to be…

6 years ago

PMP Certification Practice Exam Real Mode

Preparing for the Project Management Professional (PMP Certification) is challenging & according to the Project Management Institute (PMI®), project professionals spend on…

6 years ago

PMP Certification Practice Exam Practice Mode

PMP Certification Practice Exam - Project Management Professional (PMP Certification) is challenging & according to the Project Management Institute (PMI®), project professionals…

7 years ago

ITIL Foundation Practice Exam Questions

ITIL Foundation Practice Exam is the entry level certification, providing general awareness of the key elements, terminology and concepts of…

7 years ago

ITIL Foundation Certification – How to Pass Exam

ITIL Foundation Certification is the entry level certification of the ITIL® qualification. It aims at certifying that the holder of…

7 years ago