This post is more than 5 years old
15 Posts
0
417
October 13th, 2009 11:00
TS$SEGDF & Conversion
I have several files managed by a SEGDEF table. I need to re-organize one of the files in the SEGDEF table. Do I need to remove this file definition from the SEGDEF table, or can I use the new CATALOG process? Will the CATALOG process ignore the SEGDEF table? I currently have CATALOG=BOTH in my ENABLE job. Do I need to convert all of the files in the SEGDEF table at one time?
No Events found!
Lehlia
24 Posts
0
October 14th, 2009 12:00
A test segment table would take precedence over catalog control
Catalog control takes precendence over the the primary segment table.
Use of a test segment table requires use of the //SEG@xxxx DD DUMMY. So those DDs would have to be commented out or deleted.