Search found 41 matches

by 199542
Wed Jun 04, 2008 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: NULL values in comma delimited file
Replies: 15
Views: 8424

Thank you ray for your response. Here i am using comma delimited file . seq ------> transformer -----> oracle I specified following properties in seq stage like Field delimiter ------ comma record delimiter ---- none. I specified all the fields as char or varchar. I am not specifying any length in i...
by 199542
Wed Jun 04, 2008 12:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reg: NULL values in comma delimited file
Replies: 15
Views: 8424

Reg: NULL values in comma delimited file

Hi Everybody , I am working on datastage from the past 3 months.We are working on DATASTAGE 8.0.1 version on LINUX box. I am facing some problem in NULL handling .My scenario is as below I am having a sequential file . its a COMMA DELIMITED. 12,99,jkl,10082008,a 12,,mno,,a 13,20,klo,11062008,b So i ...
by 199542
Tue Jun 03, 2008 4:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty string Handling in Datastage
Replies: 2
Views: 8073

Thank you very much ray ....It worked....
by 199542
Tue Jun 03, 2008 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty string Handling in Datastage
Replies: 2
Views: 8073

Empty string Handling in Datastage

Hi everyone , I am using DATASTAGE 8.0.1 version on LINUX box.I am facing following problem : I have a job with below design seq ---->>> transformer -----> oracle enterprise stage I have a NUMBER field in the input sequential file .I am reading it as integer.But when i am getting data as an empty st...
by 199542
Fri Apr 04, 2008 11:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Premature EOF on node
Replies: 4
Views: 3500

Premature EOF on node

Hi Everybody , I have problem coming in a job which got executed successfully many times.Now the same job is throwing some error which i am unable to comprehend what it is ? I have a job like this seq ---->>>> transformer ----->> oracle enterprise . Its giving fatal error when i am executing that on...
by 199542
Mon Mar 31, 2008 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding parameterisation in DRS stage
Replies: 7
Views: 1523

Thank you chulett for your response .But , In DRS Stage there is no provision for giving job parameters to username and password .Thats where entire problem came :(
by 199542
Mon Mar 31, 2008 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding parameterisation in DRS stage
Replies: 7
Views: 1523

Thank you chulett for your response .But , In DRS Stage there is no provision for giving job parameters to username and password .Thats where entire problem came :(
by 199542
Sun Mar 30, 2008 9:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding parameterisation in DRS stage
Replies: 7
Views: 1523

Regarding parameterisation in DRS stage

Hi , I have some 100 jobs designed .My database is oracle .But , I am using DRS stage instead of oracle enterprise stage because oracle enterprise stage is giving some sql loader error . with DRS stage , all jobs are working fine . But , If the usernaame and password is getting changed i need to cha...
by 199542
Sun Mar 30, 2008 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1901

Hi Everybody , Thank you all for your response .My issue is resolved .I am using dsjob -wait option.Its working fine .Thank you chulett for your suggestion.Actually I mentioned just part of our design .If we take entire design into account , then we are unable to put that parallel job into the seque...
by 199542
Sun Mar 30, 2008 9:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1901

Hi Everybody , My issue is resolved .I am using dsjob -wait option.Its working fine .Thank you chulett for your suggestion.Actually I mentioned just part of our design .If we take entire design into account , then we are unable to put that parallel job into the sequence .Thats why we are going with ...
by 199542
Sun Mar 30, 2008 4:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1901

Thank you Arndw and ray for your response .I will try that option and let you know the status
by 199542
Sun Mar 30, 2008 1:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding JOB CONTROL in dsjob -jobinfo command
Replies: 6
Views: 1901

Regarding JOB CONTROL in dsjob -jobinfo command

Hi Everybody , I am using IBM Information server 8.0.1 Version.I am a novice in datastage .I wrote a shell script to invoke many jobs .I have the following scenario: s1 --- sequence 1 j1 ---- parallel job 1 I want to run the sequence completely and then run the parallel job .This is the design which...
by 199542
Wed Mar 12, 2008 10:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Value file of parameter set
Replies: 1
Views: 981

Value file of parameter set

Hi Everybody , We are using Information Server 8.0 .We have a requirement where we need to get the latest file name and process in datastage. For that I am using ls -lrt command and storing the latest filename in the UNIX variable INPUT_FILE. We parameterised that INPUT_FILE_NAME in the parameter se...
by 199542
Sun Mar 09, 2008 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a User Defined Transform
Replies: 3
Views: 1056

ok , Thank you for your reply
by 199542
Sun Mar 09, 2008 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a User Defined Transform
Replies: 3
Views: 1056

Calling a User Defined Transform

Hi ,
I wrote a Transform for a some logic .How to call that user defined transform from a parallel Job ??