Problem:
Release: 2.0
How to delete files within JCL for recreation
Resolution:
We support the IBM program IEFBR14 which is normally used to delete files for recreation.
//DEL EXEC PGM=IEFBR14 00000500
//SORTED DD DSN=SORTPROB.OUTPUT,DISP=(MOD,DELETE,DELETE), 00000700
// DCB=(RECFM=VB,LRECL=112,BLKSIZE=116), 00000800
// UNIT=SYSDA,SPACE=(TRK,(2,1),RLSE) 00000900
#MFDS
#EnterpriseDeveloper