IFTHEN

OUTREC control statement use in SORT

OUTREC control statement is used to reformat (adds, deletes, or reformats fields) each record after they are sorted, merged, or…

3 years ago

INREC control statement use in SORT

The INREC control statements allow users to reformat an input record before processing. The user can  Define the parts of…

4 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,…

5 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…

5 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…

5 years ago

IFTHEN Syncsort utility with examples

IFTHEN statements allow you to reformat different records in different ways by specifying how build or overlay items are to…

6 years ago