Search found 42 matches

by srividhya
Mon Sep 19, 2005 2:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job if no data returned from select?
Replies: 4
Views: 1654

How to abort a job if no data returned from select?

Hi All Iam Using STP stage to update the table. Iam doing select from the table and collect the data in a cursor and passing the cursor as input to the next procedure in if condition to update the table. My job is executing successfully for both data found and no data found cases. But I want the job...
by srividhya
Mon Aug 01, 2005 12:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion
Replies: 8
Views: 2330

Hi my error is main_program: Error parsing modify adapter: Error in binding: Error in destination field selector: Expected integer, got: ":" Expected destination field selector, got: ")"; input: WORK_DATE [:date] = date_from_string(workdate)[%yy-%mm-%dd] ; same for timestamp also...
by srividhya
Mon Aug 01, 2005 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: conversion
Replies: 8
Views: 2330

Hi
Iam also getting the same error,
i tried all the ways -no use
sri
by srividhya
Tue Jul 26, 2005 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading seqfile
Replies: 4
Views: 1595

In unix file i can see the output, but in datastage its showing error
Thanks
sri
by srividhya
Mon Jul 25, 2005 3:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Field Function
Replies: 3
Views: 1077

Hai sri
Use in this , it works for me
Field(inputstring, "@", DCount(inputstring,"@" ), 1)

Sri
by srividhya
Thu Jul 21, 2005 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in reading seqfile
Replies: 4
Views: 1595

Error in reading seqfile

Hi All iam trying to read the sequential file iam getting following error /detld2/etl/ascential/Ascential/DataStage/Configurations/default.apt ##W TFPA 000017 16:50:31(002) <main_program> Warning: the value of the PWD environment variable (/detld2/etl/ascential/Ascential/DataStage/DSEngine) does not...
by srividhya
Tue Jul 19, 2005 3:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load multiformat seq file
Replies: 12
Views: 7568

Hi Ray
iam trying to change the datatype from raw to string
but according to the paralleljob developer guide , there is no way to convert varbinary to string
1)convert to int32 or int 8
2)from this convert to string I Guess
Thanks
Sri
by srividhya
Tue Jul 19, 2005 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load multiformat seq file
Replies: 12
Views: 7568

Hi Ray,
I got the detail record perfect,
I am trying in the modify stage and the error is

main_program: Error parsing modify adapter: Error in binding: Error in destination field selector: Expected integer, got: ":"; input:
recid[:string]=rejected

thanks a lot
by srividhya
Tue Jul 19, 2005 2:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load multiformat seq file
Replies: 12
Views: 7568

Hi I did the same as ray said, apply the schema and i got the header and trailer inthe reject liknk, here the data is storting in the raw format(varbinary). now iam trying to modify the datatype from raw to string using the modify stage, so i can seperate the header and trailer. There are no delimit...
by srividhya
Mon Jul 18, 2005 9:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load multiformat seq file
Replies: 12
Views: 7568

Hi Ray,
please can u explain me in more detail , i have to use the shell script in before routine, and reject header,footer in reject link then use modify stage?
Thanks
Sri
by srividhya
Mon Jul 18, 2005 5:08 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: load multiformat seq file
Replies: 12
Views: 7568

load multiformat seq file

Hi all, iam getting a sourefile with header,detail and trailer.its a fixed widthcolumn file. Input format FHDR 453 ssb ---------header recid(4) fileid(4) filename(3) 3452671 boston invest--Detail cusip(7)place(10)type(15) FTLR 6028 0.989899---Trailer trrecid(4)totalfile(5)totalamt(10) inheader alway...
by srividhya
Thu Jul 14, 2005 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mq stage
Replies: 3
Views: 1623

Mq stage

Hi all
Iam working in mq stage , if the job is successful the i have to send a message to websphere, if it fails i have to send message to database ,can u please help in this

Thanks in advance
sri