Returns the day number of
the week from the given
date. Origin day optionally
specifies the day regarded
as the first in the week and
is Sunday by default
Search found 15603 matches
- Tue Jun 08, 2010 3:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 'WEEK.TAG' with Sunday as start of week
- Replies: 16
- Views: 6681
- Tue Jun 08, 2010 2:09 am
- Forum: General
- Topic: FTP-2GB file
- Replies: 11
- Views: 3131
- Tue Jun 08, 2010 2:08 am
- Forum: General
- Topic: how to run datastage jobs in cygwin and suggest any packages
- Replies: 3
- Views: 1611
- Tue Jun 08, 2010 1:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Auto purge options
- Replies: 5
- Views: 1790
Unless you specify number-of-runs, in which case an instance will be correctly and completely removed; the director entry will still be present, but the contents will be purged. Autopurge on multiinstance jobs can cause problems if an autopurge is executed upon job completion and deletes log entries...
- Tue Jun 08, 2010 1:33 am
- Forum: General
- Topic: FTP-2GB file
- Replies: 11
- Views: 3131
- Mon Jun 07, 2010 9:33 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Print '+' Character in Concatenated string
- Replies: 19
- Views: 3455
- Mon Jun 07, 2010 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Print '+' Character in Concatenated string
- Replies: 19
- Views: 3455
- Mon Jun 07, 2010 8:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Multiple records to one - MQ
- Replies: 2
- Views: 1103
- Mon Jun 07, 2010 6:32 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default Value for Decimal Lookup Output
- Replies: 4
- Views: 2271
- Mon Jun 07, 2010 5:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine- Help needed
- Replies: 9
- Views: 3965
- Mon Jun 07, 2010 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Default Value for Decimal Lookup Output
- Replies: 4
- Views: 2271
- Mon Jun 07, 2010 5:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine- Help needed
- Replies: 9
- Views: 3965
You cannot get the clear-text value for an encrypted parameter. To avoid the error add
Code: Select all
IF DSGetParamInfo(JobHandle,ParmName,DSJ.PARAMTYPE)#DSJ.PARAMTYPE.ENCRYPTED) THEN ParmVal = DSGetParamInfo(JobHandle,ParmName,DSJ.PARAMVALUE) ELSE ParmVal = '*Encrypted*"
- Mon Jun 07, 2010 2:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: waitForWriteSignal(): Premature EOF Error
- Replies: 10
- Views: 9696
- Mon Jun 07, 2010 2:44 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Key column in schema file
- Replies: 12
- Views: 8269
- Mon Jun 07, 2010 2:41 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Basic Routine- Help needed
- Replies: 9
- Views: 3965