I was referring the below document.
https://www.ibm.com/support/knowledgece ... /d4212.htm
Below is how I allocate my temporary dataset.
//WORK DD DSN=&&WORK,DISP=(,DELETE),
// RECORG=KS,LRECL=3602,KEYLEN=2,
// UNIT=SYSDA,SPACE=(CYL,(15,15))
// RECORG=KS,LRECL=3602,KEYLEN=2,
// UNIT=SYSDA,SPACE=(CYL,(15,15))
Can someone please tell me how I can make this temporary dataset resuable ?
Thanks