Search found 186 matches

by hargun
Wed Oct 05, 2011 6:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

yes i am able to view the data from sequential file but i couldn't be able to insert to table (ODBC sql server)
by hargun
Wed Oct 05, 2011 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

hi sura, My job design is seq file.........>tfm........>odbc(sql) in sequential file all the columns and datatypes and length is same as it is target ODBC. I am just extracting records from seq file and loaded the data as it is in odbc. Do have to check the file records and their length and datatype...
by hargun
Wed Oct 05, 2011 4:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: warning
Replies: 13
Views: 7538

warning

AAC_PARIS_PROCESS..Transformer_10.DSLink33: DSD.BCIPut call to SQLExecute failed. SQL statement:INSERT INTO TBL_SRC_PARIS_EXTRACT(RPT_DT, CHILD_FUND_ID, CHILD_FUND_CATG, CHILD_FUND_SHRT_NM, SERIES_ID, SERIES_CATG, SERIES_TYP, PARENT_FUND_ID, PARENT_FUND_CATG, ACCT_INVST, AI_CNTR_TYP, PARIS_CNTR_NUM,...
by hargun
Mon Oct 03, 2011 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd old and new data issue
Replies: 5
Views: 1186

hi ray,

Can you explain a little bit more.
by hargun
Mon Oct 03, 2011 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd old and new data issue
Replies: 5
Views: 1186

hi sura,

its slowly changing dimension type 2
by hargun
Sun Oct 02, 2011 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: scd old and new data issue
Replies: 5
Views: 1186

scd old and new data issue

hi, i am using SCD type 2 i just want to know that how to know about the current data and old data. As far as i know in dimupdate tab we can give expirtion date which shows old data and current indicator represents current data. Is there any other by which we can know which one is old and new. Pleas...
by hargun
Wed Sep 28, 2011 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error occurred during initializeFromArgs().
Replies: 3
Views: 1738

can you please give other warnings or errors
by hargun
Sat Sep 24, 2011 9:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning message : Previous component with same name
Replies: 1
Views: 1466

have you tried to change the name of column
by hargun
Thu Sep 22, 2011 6:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to view the out put in sequential file
Replies: 7
Views: 3689

did you check the default timestamp in your project
by hargun
Wed Sep 21, 2011 6:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get records
Replies: 7
Views: 2223

hi chullet,

you mean to say that i just use @OUTROWNUM in constraint of both the links and it give me the 500 record in first link and next 500 in second link.

Plese advice me on this
by hargun
Wed Sep 21, 2011 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get records
Replies: 7
Views: 2223

hi,

can you please explain how can i use the system varible @OUTROWNUM in transformer i just want to know how i can i give condition.

can you send some syntax that i can use either in constraint or stage variable.

advice me
by hargun
Tue Sep 20, 2011 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to get records
Replies: 7
Views: 2223

how to get records

hi i have 1000 records in a file with column name salary and i want first 500 records in first output link and next 500 records in other output link My job design sequential file...........xfm...............>first sequential file ...................> second sequentil file Can anybody advice me on th...
by hargun
Wed Aug 03, 2011 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: output result
Replies: 1
Views: 1151

output result

hi, My job design is as follows. odbc(DB2) (header record)......................................... . . . . . . odbc(db2) (detail record)..........column imprt ...........funnel.............>seq file . . . odbc(db2) . (trailer record)................................................ All odbc's are fu...
by hargun
Mon Aug 01, 2011 5:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting date
Replies: 13
Views: 5956

hi all,

thanks for giving information i got the solution
by hargun
Sat Jul 30, 2011 6:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: converting date
Replies: 13
Views: 5956

Hi My input Datatype for column CYC_DT is date so i have to change to string using the following code as mentioned by Ravi. If IsNull(CYC_DT) then SetNull() else (convert("-","",DateToString((CYC_DT))) Also i have to take care of null first as code shows and then covert to output...