Search found 128 matches

by bikan
Thu Oct 16, 2008 8:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Environment value in routine
Replies: 1
Views: 892

Environment value in routine

hi In routine I am taking value of environment variable DSGetParamInfo(DSJ.ME,"$PATH",DSJ.PARAMDES.DEFAULT) Now value of $PATH set in job is $PROJDEF now when I rub the routine and when I try to display value of $PATH then it is showing as $PROJDEF and not actual path and then my job is ge...
by bikan
Wed Oct 15, 2008 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date conversion
Replies: 2
Views: 1394

Check the source data

This error message will throw if the source data is invalid.
by bikan
Tue Sep 30, 2008 12:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to load teradata table using bulkload
Replies: 2
Views: 1648

It is already checked when I ran job
by bikan
Mon Sep 29, 2008 11:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to load teradata table using bulkload
Replies: 2
Views: 1648

not able to load teradata table using bulkload

Hi, I have job which loads the data into table using terdata bulkload stage. jobs reads from flat file transforms the data and load it into bulkload stage. In report file I have getting following error **** 05:44:09 FDL4831 DECIMAL type - record too short ============================================...
by bikan
Mon Sep 29, 2008 4:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Multi Load uodate fail
Replies: 7
Views: 5708

I want to do update only
by bikan
Mon Sep 29, 2008 3:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Teradata Multi Load uodate fail
Replies: 7
Views: 5708

Teradata Multi Load uodate fail

Hi I am getting following error in multiload report file. USING A(DECIMAL(18,0)), B(DECIMAL(18,0)) UPDATE Table_X SET A = :B WHERE A = :A; **** 10:03:57 UTY0805 RDBMS failure, 3538: A MultiLoad UPDATE Statement is Invalid. The job has sequential file ( Col A, B). transformer & Teradata multi loa...
by bikan
Mon Sep 22, 2008 9:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14920

Hi, Ray: My query given here is just a sample. Actually I am selecting four fields with same format from different tables. My intention is to run same job with different source query as parameter creating output in same format. I tried giving query in Quotes and also with '\' . I can see that 'dsjob...
by bikan
Mon Sep 22, 2008 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pass SQL Query as Parameter Thru Unix Script
Replies: 12
Views: 14920

Pass SQL Query as Parameter Thru Unix Script

Hi All, I have a job with design as follows DB2/UDB Enterprise Select Stmt --> Transformer --> Flat File The input source query to the DB2 stage needs to be passed as a parameter to the job. When I pass this query while running the job in designer/director, the job runs perfectly fine. My job unltim...
by bikan
Sat Sep 13, 2008 3:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able write into file
Replies: 2
Views: 1266

Not able write into file

Hi I am writing into hashed file...job is getting aborted after running for some time.....( after some thousand record) due to below error...

InterProcess_229.DB2_Trim_Lnk0: ds_ipcput() - timeout waiting for mutex

Anybody has idea why this error is coming

thanks in advance
by bikan
Thu Sep 04, 2008 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: removing junk charecter
Replies: 1
Views: 1350

removing junk charecter

Hi, I am new to the Datastage. I am accessing teradata through server routine, Routine connects to teradata and then executes the SQL , I am exporting result of SQL to file. Problem is in file there are some junk charecters after result. i am calling routine fro m job select count(*) from EMP is Que...
by bikan
Tue Sep 02, 2008 4:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SUPRESSING TERADATA OUTPUT
Replies: 1
Views: 718

SUPRESSING TERADATA OUTPUT

hI i AM RUNNING TERADTA sql COMMAND THROUGH ds ROUTINES.
BUT THE OUTPUT OF COMMAND SHOWS LOTS OF EXTRA THING APART FROM RESULT..iS THERE IS ANYTHING WHICH WILL SUPRES THE MESSAGES...FROM TERADATA
by bikan
Tue Sep 02, 2008 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing Teradata from Routine
Replies: 4
Views: 2840

Accessing Teradata from Routine

hi I am calling script A from routine content of Sript A bteq <<EOF> .logon uDFGFD/GFG,hkj; Select Date; .exit EOF Script connects to teradata and execute the query Routine command is Call DSExecute('UNIX',Script A,Output,Error) My Question is will Output will contain Only result of Select Date or c...
by bikan
Wed Aug 20, 2008 12:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading from sequential file
Replies: 4
Views: 1460

Re: Reading from sequential file

HI, We have input file as follows: XXX XXXXXXX YYY YY YYYYY AAAAAA AAAA WWW_WWW_WWW WW DESCRIPTION XXX XXXXXXX YYY YY YYYYY AAAAAA AAAA WWW_WWW_WWW WW DESCRIPTION XXX XXXXXXX YYY YY YYYYY AAAAAA AAAA WWW_WWW_WWW WW DESCRIPTION XXX XXXXXXX YYY YY YYYYY AAAAAA AAAA WWW_WWW_WWW WW DESCRIPTION XXX XXXX...
by bikan
Thu Aug 14, 2008 2:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sub routine
Replies: 6
Views: 1600

Sub routine

Hi , Can any one tell me the meaning of !, <-1> & <1> in the following : Cmd = "db2 connect to ": PServer : " user " : USERDB : " using " : DADASS Call DSExecute("UNIX",Cmd,Output,Status) Call DSU.Jobharieadh(REST,Output) !Ans<-1> = Cmd If Status<1> = 0 Th...
by bikan
Wed Aug 13, 2008 11:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to capture duplicate rows separetly in datastage
Replies: 7
Views: 15529

how to capture duplicate rows separetly in datastage

Hi,

I want to capture the duplicate rows in my input file into separte file.could any one help me on this.

Thanks
Siva