Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

JCL & VSAM :: RE: Release quantity that was allocated via LIKE= subparm

$
0
0
Author: mistah kurtz
Posted: Thu May 18, 2017 6:28 pm (GMT 5.5)

In stead of LIKE, try using DCB=*.existing-dd-name, with SPACE=(TRK,(999,111),RLSE).
Code:
//SYSUT1   DD DSN=TEST.DATASET.OLD,DISP=SHR
//SYSUT2   DD DSN=TEST.DATASET.NEW,DISP=(,CATLG,DELETE),
//            UNIT=TSO,SPACE=(0,(50,60),RLSE),
//            DCB=*.SYSUT1


Viewing all articles
Browse latest Browse all 8500

Trending Articles