Search found 3 matches

by andrewkshin
Mon Oct 18, 2004 8:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a sequence from unix prompt
Replies: 1
Views: 782

Calling a sequence from unix prompt

Hello,

I am trying to call and pass parameters to a sequence from the unix prompt. How do I call compiled sequences from unix?

Thanks in advance!

Andrew
by andrewkshin
Mon Oct 11, 2004 9:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do you PRINT a TAB CHARACTER in a transformer?
Replies: 1
Views: 1443

How do you PRINT a TAB CHARACTER in a transformer?

Hi, I have a simple job that takes data from a sequential file, puts it through a transform, and loads it into a database. I want to add a tab character in the transformer, so that the tab is included in the load. For example, input_lk is the name of the link and bank_num is the name of the column: ...
by andrewkshin
Thu Sep 09, 2004 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Non-numeric character in datetime or interval?
Replies: 2
Views: 4017

Non-numeric character in datetime or interval?

I am doing a simple load to an informix database from a flat file. My flat file has a DATE field in the format mm/dd/yyyy. When I try loading it into my informix client database, I get the following error: [DataDirect][ODBC Informix driver][Informix]Non-numeric character in datetime or interval. The...