Complex Flat File +Filler

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
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Complex Flat File +Filler

Post by Roopanwita »

Hi,
In one job we r loading from complex flat file to Oracle stage.CFF stage is of 1000byte,so I am using a Filler Column.There is also one more column "Delta" ..same colum is getting populated in target.
Do these columns are actual column.? do they have physical existance in table?
or While loading new table they can be ignored?

Thanks,
Last edited by Roopanwita on Thu Jun 19, 2008 10:09 pm, edited 2 times in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

It is impossible to tell your structure from the post. The column "DELTA_FILE_BYTE" is something specific to your application.
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Post by Roopanwita »

Actully my question is ,do filler column in table has physical existance in table?
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Yes, filler columns occupy actual space. They are columns just like any others.
Roopanwita
Participant
Posts: 125
Joined: Mon Sep 11, 2006 4:22 am
Location: India

Post by Roopanwita »

Filler column is used to add space to make line length 1000 or 2000 byte.
In file (while loading from CCF to ORACLE stage) there is one more default column DELTA CHARACTER(1) . and value of that column is 'X'
Can you please tell me what is the use of that column?
Last edited by Roopanwita on Thu Jun 19, 2008 10:08 pm, edited 1 time in total.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

I have no idea what that column could be used for. Does it always have "A" or does it contain other value? "A" could mean "Add", "D"elete, "C"hange or "M"odify.

I have a COBOL file at this site with a column called "ADDRKENN", can you tell me if I need it and what it is used for?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You need it. It's the address of Ken N.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Ray - I'll take that advice under advisement :D Now, you need to go back and tell Roopanwita what his delta blues column contains.

Roopanwita - We might be joking around a bit here, but remember that we cannot know your data descriptions and the column is not a reserved word or name in any system we are aware of.
Post Reply