Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

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?

24 Posts

October 14th, 2009 12:00

It depends on the segment table.

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.
No Events found!

Top