Multiple choice technology mainframe

What is the statement to create 2 files from 1 particular i/p file on specific conditions?

  1. OUTREC

  2. INREC

  3. OUTFIL

  4. None of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

OUTFIL is the JCL statement used to create multiple output files from a single input file based on different conditions. It allows you to specify different INCLUDE/OMIT criteria and formatting for each output dataset. OUTREC and INREC are used for record formatting but not for creating multiple output files. OUTFIL can split data into different files using various selection criteria.