Search found 131 matches

by vij
Wed Nov 29, 2006 1:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed widht file problem
Replies: 5
Views: 1989

Ok, I agree that the file i use is not a fixed widht file.

wen i have a file which has variable length for records, wat needs to be done, so that DataStage can read the file without any problem.
by vij
Wed Nov 29, 2006 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fixed widht file problem
Replies: 5
Views: 1989

fixed widht file problem

Hi all, I am using a fixed width file, which has only one column of length 200. I have some records which have length as 30,some as 45 some as 90 and some as 40. When i run this job, i get the following fatal error : Sequential_File_11,0: Short read encountered on import; this most likely indicates ...
by vij
Mon Nov 27, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row to columns and fixed width file problem
Replies: 2
Views: 1000

row to columns and fixed width file problem

1.is it possible to convert rows to columns?if so which stage shuld I use? 2.I have a file which has only 1 column of length 200.I have about 20 rows in the file, all the 20 records have record length till 65, I got the fatal errors - --------------- - Sequential_File_9,0: Short read encountered on ...
by vij
Mon Nov 27, 2006 4:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to comment a derivation
Replies: 3
Views: 1590

how to comment a derivation

is there any way i can comment a derivation written in transformer stage or some other stages? Note : In Informatica, we use // or -- to comment an expression written on expression editor/ or any transformation... Where can i get the usage of each function in DataStage, with exapmles? pls answer! Th...
by vij
Mon Nov 27, 2006 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: parallel processing
Replies: 4
Views: 1432

parallel processing

Hi, I have this scenerio : I want to use a Dataset as the target in my job, which gets loaded in the first stream/pipeline of my job. In the same job, I want this target as a source and load another dataset. Is it not possible to do it in a single job? Becos I got an error and wen i spliited the job...
by vij
Mon Nov 27, 2006 12:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: source file layout
Replies: 2
Views: 771

Are there any separators in between the columns or it is a fixed length file. You can read the entire row in the file as a column and after that you can process individual columns separately. With such a case you can still have same structure for both of the files. Hi loveojha2, ur reply was useful...
by vij
Sun Nov 26, 2006 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: source file layout
Replies: 2
Views: 771

source file layout

Hi all, I have a doubt regarding the source file layout. I have 2 source files F1 and F2.The total length of all the columns in F1 and F2 are the same, but the no.of columns are different. Suppose F1 has this layout : columnname length col1 200 col2 50 ---------- columnname length colmn1 100 colmn2 ...
by vij
Wed Nov 22, 2006 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup on a string or variable & Debugger
Replies: 6
Views: 1294

lookup on a string or variable & Debugger

1.what function I need to use for looking on a string/variable for a given input. for eg., I want to check whether the string '0123' is present inside a variable which has a value 0123456? which function shuld I use? 2.which function shuld I use for replacing the character by another? for eg., in th...
by vij
Mon Nov 20, 2006 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookp up stage - fatal error
Replies: 2
Views: 2091

ray.wurlod wrote:Your "failed lookup" rule is set to "Fail". Change it to one of the other three values. If you select "Output" you will need to construct a reject output link. ...
Hi Ray, ur reply was useful.thanks for the same
by vij
Fri Nov 17, 2006 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: E TFDR 000001 (002)- not able to view the data loaded
Replies: 2
Views: 1569

E TFDR 000001 (002)- not able to view the data loaded

Hi all, I have created a job and after it ran completely, wen i c the job in the designer, i can see the links are green in colur (i was told that if the run is successful, the link will be green in colur). the link also shows that some x records are loaded, but the log says "fatal error"?...
by vij
Fri Nov 17, 2006 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookp up stage - fatal error
Replies: 2
Views: 2091

lookp up stage - fatal error

Hi all, have a nice day! I am beginner in DataStage. I got follwing fatal errors wen i used the lookup stage. -Lookup_3,0: Failed a keylookup for record. Lookup_3,2: Failed a keylookup for record. Lookup_3,1: Failed a keylookup for record. Lookup_3,0: the runLocally() of operator [APT_LUTProcessOp i...