It has 2 extents on 1 volume (5300,700 CYLS). I need to add an extent on another volume. Getting a Not Catlgd 2 error IEF287I.
iefbr14
//DD1 DD DSN=DB.PROD.DATA,DISP=(MOD,CATLG,KEEP),
// UNIT=3390,SPACE=(CYL,(0,2000)),
// VOL=(,,,2,SER=(C08,C11))
// UNIT=3390,SPACE=(CYL,(0,2000)),
// VOL=(,,,2,SER=(C08,C11))
when I change DISP=SHR - it avoids the Not Catlgd 2 error, but the catlog entry does not show the extended extents on the new volume C11.
1. should the catalog show the extent, even though it has yet been updated with any real data?
2. is this the proper way to add an existing extent? the first volume of full of data and do not want to delete/recreate it (would take significant time).
This is the catalog entry after trying above updates - SHOWING only the current 2 extents on the 1 volume C08. On other DSN with multiple volumes it shows "C08+" and then will list all the volumes (but these have been populated/formatted).
Data Set Name . . . . : DB.PROD.DATA
General Data Current Allocation
Management class . . : **None** Allocated cylinders : 6,000
Storage class . . . : **None** Allocated extents . : 2
Volume serial . . . : C08
Device type . . . . : 3390
Data class . . . . . : **None**
Organization . . . : PS Current Utilization
Record format . . . : F Used cylinders . . : 6,000
Record length . . . : 10796 Used extents . . . : 2
Block size . . . . : 10796
1st extent cylinders: 5300
Secondary cylinders : 0 Dates
Data set name type : LARGE Creation date . . . : 2018/03/12
Referenced date . . : 2019/10/24
Expiration date . . : ***None***
General Data Current Allocation
Management class . . : **None** Allocated cylinders : 6,000
Storage class . . . : **None** Allocated extents . : 2
Volume serial . . . : C08
Device type . . . . : 3390
Data class . . . . . : **None**
Organization . . . : PS Current Utilization
Record format . . . : F Used cylinders . . : 6,000
Record length . . . : 10796 Used extents . . . : 2
Block size . . . . : 10796
1st extent cylinders: 5300
Secondary cylinders : 0 Dates
Data set name type : LARGE Creation date . . . : 2018/03/12
Referenced date . . : 2019/10/24
Expiration date . . : ***None***
[Edit]Coded for you[/Edit]