1967-12-31 is day number 0.
There's no function you can use in a watch unless you - perhaps - add a dummy column in a Transformer stage and discard it in the following stage.
Search found 53125 matches
- Wed Feb 09, 2011 12:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Human Consumable Dates during Debug
- Replies: 2
- Views: 1483
- Wed Feb 09, 2011 11:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Schema File Processing only 100 Records
- Replies: 4
- Views: 1939
- Wed Feb 09, 2011 11:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: What function to use for replacing string?
- Replies: 4
- Views: 3425
- Wed Feb 09, 2011 11:17 am
- Forum: General
- Topic: Migrating from 7.1 to 8.5
- Replies: 6
- Views: 4581
- Wed Feb 09, 2011 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage scheduler not working with sequence job
- Replies: 2
- Views: 3272
- Wed Feb 09, 2011 11:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Controller problem: Error calling DSSetParam
- Replies: 3
- Views: 4678
- Wed Feb 09, 2011 11:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Replace
- Replies: 6
- Views: 2298
- Wed Feb 09, 2011 11:11 am
- Forum: General
- Topic: Server vs parallel jobs
- Replies: 14
- Views: 9432
- Wed Feb 09, 2011 11:09 am
- Forum: General
- Topic: DataStage 8.5 training
- Replies: 7
- Views: 4964
- Wed Feb 09, 2011 3:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed in converting code which is in DS Server routine
- Replies: 17
- Views: 8678
Assuming that my assumptions about the arguments are correct, I would probably design the code to open the file, read each line in the file and output the fields mentioned in the second argument. FUNCTION Grabit(aSubjectValue, aFilePath, aKeyValue, aKeyPosition) $INCLUDE UNIVERSE.INCLUDE FILEINFO.H ...
- Wed Feb 09, 2011 3:43 am
- Forum: General
- Topic: Migrating from 7.1 to 8.5
- Replies: 6
- Views: 4581
Directly is OK. But you'll need rather more hardware capacity for 8.5 than you needed for 7.5: the extra is taken up with an extra database server (DB2, Oracle or SQL Server) for the common repository, and an instance of WebSphere Application Server to supply the services tier. With version 8.5 you ...
- Wed Feb 09, 2011 3:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help needed in converting code which is in DS Server routine
- Replies: 17
- Views: 8678
- Wed Feb 09, 2011 3:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: insert and updateConstraints with columns having null values
- Replies: 7
- Views: 4027
- Tue Feb 08, 2011 10:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: creating a file xyz when the same file xyz is found empty
- Replies: 4
- Views: 2129
Code: Select all
if [ -z #filename# ] then
echo "x1,x2,x3\n\np,q,r,s" > #filename#
fi- Tue Feb 08, 2011 10:40 pm
- Forum: General
- Topic: How to store Job start time,end time,job name in Oracle
- Replies: 51
- Views: 37920