Incomplete record schema when using OSH_PRINT_SCHEMAS

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
rohit_mca2003
Participant
Posts: 41
Joined: Wed Oct 08, 2008 9:19 am

Incomplete record schema when using OSH_PRINT_SCHEMAS

Post by rohit_mca2003 »

Hi,

I need to print record schema for each operator in the job, mainly the record schema of the final target (sequential file).

Job Design:
CFF Stage (Source) --> Transformer --> Seq File (Target)

But the source file record has more than 10000 columns and when I am using OSH_PRINT_SCHEMAS in job, I do not get complete schema and for source stage itself record schema gets truncated after 256000 characters. It was supposed to give schema for each stage/operator.

Is there any way I can increase this limit (I may need to print up to 3 million characters) or print schema for target stage only?

Thanks,
Rohit
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

As far as I know, the short answer is "no".
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply