Search found 3 matches

by venbrk
Tue Jan 22, 2008 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What is the difference b/w Parameters and the Properties
Replies: 6
Views: 2193

Re: What is the difference b/w Parameters and the Properties

Hi,

Parameters of a job can change at run time where as the Properties of a job cant change at run time.

There will be two sets:
1: Job level
2: Project level
by venbrk
Tue Jan 22, 2008 4:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in seq file
Replies: 8
Views: 3691

Re: error in seq file

Hi,

First in which format the data is in? Like , if the data file is in unix , open and see it. Then set the format properties of the sequential file in data stage. And try to view the data.
As per your post, EXTR_OUT_NEEDS is the column name. Lenght must match the data lenght.
by venbrk
Tue Jan 22, 2008 3:48 am
Forum: General
Topic: Comma delimited file
Replies: 6
Views: 2831

hey...

use the optioin Quotes: double and the data file should be like this...

Data File :
"Arun,Hi","1233"

then Arun,Hi will get into subject and 1233 will go into empid