IN my place of business, we use IEFBR14 in JCL simply to create "new" Data sets, or delete current data sets. eg:
//STEP0 EXEC PGM=IEFBR14,
// REGION=64K
//DD1 DD DSN=TN0100.A143800.SR26547.ETRM.FINDER,
// UNIT=SYSDA,
// DISP=(MOD,DELETE,DELETE),
// SPACE=(CYL,(5,5),RLSE)
Just curious Crox, How does a COBOL "GOBACK" do that for you?
As a mainframe, COBOL and Easytrieve Plus programmer, I use JCL every day. This seems to be an appropriate place for JCL questions.