Search found 437 matches

by somu_june
Fri Jul 25, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command activity
Replies: 7
Views: 4425

Hi Guys, I changed the permission of the script to 777. Now Iam getting warning /data/dev/dataset/soma/test1.ksh: !/bin/ksh/: not found /data/dev/dstage/dataset/soma/test1.ksh: orchadmin: not found ksh test1.sh 6 where 6 is input parameter . Do I need to invoke the shell before it run. Thanks, somar...
by somu_june
Thu Jul 24, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Command activity
Replies: 7
Views: 4425

Command activity

Hi, I designed a sequence job using execute command activity and Iam calling the script . In command tab I gave the path of the script and in parameters Iam passing the value but my script is not running when I run the job and it is running fine from command line . Datastage Job is running successfu...
by somu_june
Tue Jul 15, 2008 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Datasets
Replies: 10
Views: 4021

Hi,


when I did orchadmin -help it is saying orchadmin not found




Thanks,
Somaraju
by somu_june
Tue Jul 15, 2008 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting Datasets
Replies: 10
Views: 4021

Deleting Datasets

Hi,

I need to create a script to delete datasets that was previously created by jobs. I read in posts that I have to use orchadmin command to do it. Iam trying that command for first time can some body tell what orchadmin command do I need to use to delete the file.



Thanks,
Somaraju.
by somu_june
Fri Jul 11, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage Variable problem
Replies: 2
Views: 841

Stage Variable problem

Hi, Iam using a stage variable "SV" and it has data type varchar 255, in derivation field for SV I have given expression as IF ln1.DIV = '20' then (Trim(ln1.con),4) else SetNull() When Iam compiling a job it is giving an error saying Setting null to this non-nullable field: StageVar0_SV. I...
by somu_june
Thu Jun 19, 2008 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch Stage
Replies: 3
Views: 1655

Hi,

Thanks for the reply I want to use the Discard Value option in Switch stage. I know if you mention the link it will go to that link.



Thanks,
somaraju.
by somu_june
Wed Jun 18, 2008 6:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Switch Stage
Replies: 3
Views: 1655

Switch Stage

Hi, Iam using switch stage. I have a column Year and it has value starting from 1990 to 1999, in switch case properties I mentioned Case = 1990 =0 Case = 1991 Case =1992=1 Case=1993=1 Case=1994 Case=1995=2 Case=1996=2 Case=1997=2 and in options I mentioned Discard Value =2 MY aim is to discard year ...
by somu_june
Wed Jun 11, 2008 9:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel Stage Warning
Replies: 1
Views: 1059

Re: Funnel Stage Warning

Hi,

My problem was solved. In Output tab column (Edit Row ). In Column definition reference the name is not in sink with the column name it has ERR_COL , so it is throwing that error. Now I made the same name as in column name and the job is not throwing any warning.



Thanks,
Somaraju.
by somu_june
Wed Jun 11, 2008 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Funnel Stage Warning
Replies: 1
Views: 1059

Funnel Stage Warning

Hi, I have 10 input links to funnel stage in my job. When Iam running the job Iam getting an warning saying Warning: Funnel_0: When checking operator: When binding output schema variable "outRec": When binding output interface field "ER_CO" to field "ER_CO": Implicit co...
by somu_june
Wed Jun 04, 2008 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find max date
Replies: 7
Views: 3153

Re: How to find max date

somu_june wrote:Hi,


It is Varchar(10) and it has YYYYMMDD format




Thanks,
Somaraju
by somu_june
Wed Jun 04, 2008 3:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find max date
Replies: 7
Views: 3153

Re: How to find max date

Hi,


It is Varchar(10)




Thanks,
Somaraju
by somu_june
Wed Jun 04, 2008 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to find max date
Replies: 7
Views: 3153

How to find max date

Hi, Iam getting three date fields X,Y and Z and there data types is varchar(10) . I want to find the maximum date from X,Y and Z and send to the output. Do I need to convert string to Date and then find Maximum of XYZ or can I do it with out converting . The final output data type to which I should ...
by somu_june
Thu May 29, 2008 1:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGINT ERROR
Replies: 1
Views: 1586

SIGINT ERROR

Hi, Iam getting an SIGINT Error while running a job through sequencer but when I run the individual jobs it is working fine. I searched in forum but I am not clear why jobs are aborting when I tried to run the jobs through sequencer . Error : main_program: ORCHESTRATE step execution terminating due ...
by somu_june
Thu Dec 13, 2007 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Adding the Month
Replies: 3
Views: 1693

Adding the Month

Hi,


I have a requirement like this . I need to add a month from input date which Iam getting as varchar (8) . For example 20071201 it must be 20080101 and it must take care of leap years also . Can some body help me in this.


Thanks,
Somaraju.