COLUMN IMPORT (schema file used)

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
vdr123
Participant
Posts: 65
Joined: Fri Nov 14, 2003 9:23 am

COLUMN IMPORT (schema file used)

Post by vdr123 »

I have a job which is trying to read some datasets(DS) and writting to a table.
Data Flow is: (RCP enabled, using schema file in CE/CI)
DS --> COLUMN EXPORT(CE) --> TRANSFORM --> COLUMN IMPORT(CI) --> DB

The datasets are created by a different flow(say JOB#A).

The dataset has a timestamp as one of the column. The job#A is writting "*******" (Star's) into this column.

When I try to read it with the abouve data flow, it complains on the format of the timestamp, which is reading Star's.

But this same dataset can be read by a job with a dataset with RCP enabled.

The data flow above fails in Column Import(CI), compalining about the timestamp format.

Any thoughts!!!
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Check the timestamp format picture used in each job.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vdr123
Participant
Posts: 65
Joined: Fri Nov 14, 2003 9:23 am

Post by vdr123 »

I guess you are referring to "Timestamp string" under the "Defaults-TAB" of Job Properties?

This has the regualr timestamp: %yyyy-%mm-%dd %hh:%nn:%ss

I tried to change this, but didnt help.

Which APT variable has the default values for PX for INT or TIMESTAMP.

example:
In a lookup stage, if the lookup is not found, it returns a zero(0) if the field is NOT NULL as default.

In this case, for timestamp, its returning a "*" (star) as default after the join fails, as the timestamp is NOT NULL.

Thoughts!
Post Reply