Author: archanamuthukrishnan
Subject: how to recover an uncataloged VSAM data set
Posted: Wed Jan 11, 2017 6:18 pm (GMT 5.5)
Hi,
I renamed VSAM CSI DS using IDCAMS
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=A
//SYSIN DD *
ALTER -
SYSU.TEST.V1.CSI -
NEWNAME(SYS1.TEST.V1.CSI)
/*
The DS name got renamed but it is not catalogued, I couldn't find the DS anywhere.
Is there any possible to recover the uncatalogued VSAM DS?
Subject: how to recover an uncataloged VSAM data set
Posted: Wed Jan 11, 2017 6:18 pm (GMT 5.5)
Hi,
I renamed VSAM CSI DS using IDCAMS
//STEP1 EXEC PGM=IDCAMS
//SYSPRINT DD SYSOUT=A
//SYSIN DD *
ALTER -
SYSU.TEST.V1.CSI -
NEWNAME(SYS1.TEST.V1.CSI)
/*
The DS name got renamed but it is not catalogued, I couldn't find the DS anywhere.
Is there any possible to recover the uncatalogued VSAM DS?