COMPILATION ERROR

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
madhukar
Participant
Posts: 86
Joined: Fri May 20, 2005 4:05 pm

COMPILATION ERROR

Post by madhukar »

hI all


i AM GETTING THIS ERROR DURING COMPILATION,

#E TFAV 000000 09:27:51(002) <transform> When processing argument -inputschemaWhen processing schema: schema contains a field "END_DT" that is a subrec or tagged; only top-level fields are accepted


ANYBODY KNOW WHY?

REDARDS.
MADHU
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Not directly, but can you tell us about your source, what the field "END_DT" is declared as and if you have a COBOL type format?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Also show us the schema, so that we can determine whether END_DT really is a subrecord or tagged record type.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

Hi Madhu,
Check with your level number, if its in same level, try removing that field and re probagating that field from the source.

regards
kumar
Post Reply