Search found 531 matches

by prasson_ibm
Wed Jul 01, 2009 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading sequential file
Replies: 7
Views: 4265

miwinter wrote:How does your data look? What format/delimiter options have you set?

yes delimiter is correct,thats why i am able to view the data.
by prasson_ibm
Wed Jul 01, 2009 5:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading sequential file
Replies: 7
Views: 4265

Error in reading sequential file

Hi, I am extracting data from sequetial file and trying to loading into a db2. My job design is like this:- seq file stage ----->transformer stage------->db2 udb stage view data is working fine but while running the job gets aborted with fatal error Sequential_File_0,0: Error reading on import. Sequ...
by prasson_ibm
Wed Jul 01, 2009 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error!
Replies: 2
Views: 1272

Compilation Error!

Hi, I am getting fllowing compilation error in the transformer stage:- Output from transformer compilation follows: ##I TFCN 000001 12:55:04(000) <main_program> IBM DataStage(tm) Parallel Extender 7.5.3 Copyright (c) 2004, 1997-2004 Ascential Software Corporation. All Rights Reserved ##I TUTL 000031...
by prasson_ibm
Tue Jun 23, 2009 5:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic for grouping
Replies: 5
Views: 1942

use a sort stage, sort on MISDN and DATE ASC. remove duplicate on MISDN and keep the first record. Yes i am doing the same thing but target data is mismatching,due to multiple nodes :oops: When i am running on single node,it works fine. So is there any way so that if i run the job on multiple node,...
by prasson_ibm
Tue Jun 23, 2009 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: logic for grouping
Replies: 5
Views: 1942

logic for grouping

Hi , I have source data sample as msisdn,date 750500337,6/4/2009 750500337 ,6/5/2009 750500337 ,6/6/2009 750500337 ,6/7/2009 750500467,6/4/2009 750500467 ,6/5/2009 750500467,6/6/2009 750500467 ,6/7/2009 and i want output as 750500337,6/4/2009 750500467,6/4/2009 i.e. minimum of date in each msisdn gr...
by prasson_ibm
Wed Jun 17, 2009 5:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file on server
Replies: 5
Views: 1609

You cannot view the log files directly. You can use the "dsjob" command with options such as "-logdetail" or "-logsum" to extract log information. Logs are purged manually or by using autopurge settin ... When i am running this coomand on AIX box, i am getting followin...
by prasson_ibm
Wed Jun 17, 2009 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file on server
Replies: 5
Views: 1609

You cannot view the log files directly. You can use the "dsjob" command with options such as "-logdetail" or "-logsum" to extract log information. Logs are purged manually or by using autopurge settin ... Thanks a lot for your quick reply. Can i save this log into flat...
by prasson_ibm
Wed Jun 17, 2009 4:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file on server
Replies: 5
Views: 1609

Log file on server

Hi,
Can we see the datastage log files on the server,which files are created for log and how it is deleted on server ..??
by prasson_ibm
Tue Jun 16, 2009 10:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error:-........ is already bound
Replies: 2
Views: 9570

error:-........ is already bound

Hi all, HI have a job in which there are two source datasets and i m trying to join these datasets based on three columns(mkt code,sale date and mob_no) and join conditionm is full outer. But when i am running a job it get abored and gives an error message main_program: Fatal Error: Destination &quo...
by prasson_ibm
Tue May 26, 2009 11:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with data mismatch in timestamp
Replies: 3
Views: 1282

What is the data type? The display format is independant of how the data is actually stored; this is what I am assuming your problem is. What tool are you using to display your data? ... First i have taken the datatype as Timestamp,but the result was worng :cry: then i changed with varchar but stil...
by prasson_ibm
Tue May 26, 2009 11:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue with sequencial file
Replies: 5
Views: 2920

ray.wurlod wrote:How? ...
Hi Ray,
There was some junk character in my source file,so i have used piped the source file with tr command and with tr -d option i have deleted that junk characher.............
by prasson_ibm
Tue May 26, 2009 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with data mismatch in timestamp
Replies: 3
Views: 1282

issue with data mismatch in timestamp

Hi All, I have developed a job in which my source dataset1 has postdate column in timestamp which has format of yyyy-mm-dd hh:mm:ss and dataset2 has transdate column which has format same format as dataset1. but after joining these two datasets on Account_no, transdate format getting changed its in ...
by prasson_ibm
Tue May 26, 2009 1:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue with sequencial file
Replies: 5
Views: 2920

mahadev.v wrote:See if this post helps. viewtopic.php?t=113640
Thanks this has helped me and i have resolved my issue with junk character/......
by prasson_ibm
Mon May 25, 2009 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data issue with sequencial file
Replies: 5
Views: 2920

Data issue with sequencial file

Hi all, I am extracting sequencial file of comma seperated and quote character is double quote.But there are some junk characters in the one of the columns.I want this junk character to be removed or can be rejected to track the records.If you have any idea ,how to handle this ,please let tell me. R...
by prasson_ibm
Wed May 06, 2009 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup job failure
Replies: 7
Views: 2842

wrong result means data in the target dataset inproper i.e. not matching with the source dataset