Page 1 of 1

Generate schema file

Posted: Fri May 25, 2007 5:41 am
by JeroenDmt
Is there a way to automatically generate a schema file?

I have a job that exports a dataset to a sequential file using RCP.

If I could generate the schema file for this dataset, it would be possible to import the sequential file back in to a dataset by using the schema file to specify the column names.

Posted: Fri May 25, 2007 2:43 pm
by ray.wurlod
You're out of luck. All you can do is to import the Sequential File definition.
RCP, after all, makes columns appear "by magic". You do not have control of metadata, and can perforce not undertake usage or lineage analyses.