Search found 6797 matches
- Fri Apr 13, 2007 2:00 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545
- Fri Apr 13, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job debugging
- Replies: 7
- Views: 3916
- Fri Apr 13, 2007 1:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job debugging
- Replies: 7
- Views: 3916
- Fri Apr 13, 2007 1:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job debugging
- Replies: 7
- Views: 3916
I am confused. The phenomenon your are mentioning in C is during coding. You cannot code like that within constraints and stage variables. In a basic routine you have $DEFINE, $IFDEF, $ENDIF etc. which are listed in the BASIC.pdf that gets shipped with the product. You can go through it. If you expe...
- Fri Apr 13, 2007 1:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
- Fri Apr 13, 2007 1:17 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing HashFiles
- Replies: 12
- Views: 2327
Try the following
Code: Select all
PathedHFile="/apps/bea/pt848/psoft1/Ascential/DataStage/Projects/test/HashFiles/":InputArg
OpenPATH PathedHFile TO HashFile Else
End
CLEARFILE PathedHFile
Close HashFile
ErrorCode = 0 ;* set this to non-zero to stop the stage/job
- Fri Apr 13, 2007 10:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Clearing HashFiles
- Replies: 12
- Views: 2327
- Fri Apr 13, 2007 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
An insert is a DML statement. It will be a logged activity. A bulk load is not the same as insert. So you want to test the inserts. Take the same sets of data and test it out. It does not depend upon how many years of data you have. It depends upon a lot of factors like record byte size, netword tra...
- Fri Apr 13, 2007 10:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Bulk load
- Replies: 13
- Views: 3483
- Fri Apr 13, 2007 9:38 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Getting file names for Extracts
- Replies: 3
- Views: 2391
- Fri Apr 13, 2007 9:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 4
- Views: 1104
- Fri Apr 13, 2007 9:23 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Getting file names for Extracts
- Replies: 3
- Views: 2391
Specifically thispost.
- Fri Apr 13, 2007 9:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 4
- Views: 1104
- Fri Apr 13, 2007 8:34 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Leap year
- Replies: 11
- Views: 4545
Reference thiswebsite for logic. Incorporate that in a few lines of code in a routine. You can also do it in a stage variable.
- Fri Apr 13, 2007 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: passing parameters from table.
- Replies: 3
- Views: 666