Search found 53125 matches
- Thu Aug 04, 2011 1:09 pm
- Forum: General
- Topic: Information Server and DataStage
- Replies: 1
- Views: 1265
- Thu Aug 04, 2011 1:06 pm
- Forum: General
- Topic: Get last modification date (and other data) for any job
- Replies: 4
- Views: 2880
- Thu Aug 04, 2011 1:01 pm
- Forum: IBM QualityStage
- Topic: USNAME override input pattern
- Replies: 1
- Views: 1261
- Thu Aug 04, 2011 12:28 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Look up stage output issue
- Replies: 6
- Views: 2025
- Thu Aug 04, 2011 12:26 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job should get aborted if date not match
- Replies: 5
- Views: 1465
- Thu Aug 04, 2011 12:21 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: clob to long varchar
- Replies: 4
- Views: 2231
- Thu Aug 04, 2011 12:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Extracting Long Month Name from Date
- Replies: 24
- Views: 12124
- Thu Aug 04, 2011 12:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: is $ISUSER available in server routines?
- Replies: 3
- Views: 1918
Sure can. But you have to invoke a command, through DSExecute. You may as well use an operating system shell command (echo) in that case.
Code: Select all
Call DSExecute("SH", "echo $ISUSER", Output, ExitStatus)
Ans = Output<1>- Thu Aug 04, 2011 12:11 am
- Forum: General
- Topic: Integrate Versioning system with DS 8.5
- Replies: 2
- Views: 1675
- Thu Aug 04, 2011 12:09 am
- Forum: General
- Topic: DS8.5 Software dowload requirements
- Replies: 3
- Views: 1453
- Thu Aug 04, 2011 12:09 am
- Forum: General
- Topic: deleting lock records from xmetalockinfo table
- Replies: 3
- Views: 2051
- Thu Aug 04, 2011 12:06 am
- Forum: General
- Topic: FieldToProp: Internal error - Bad number of subobjects
- Replies: 10
- Views: 2217
- Wed Aug 03, 2011 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job should get aborted if date not match
- Replies: 5
- Views: 1465
In a before-job subroutine check your conditions and set ErrorCode to a non-zero value if they do not match. I'd prefer a solution where the job doesn't get executed at all. Perform your check in a routine or command executed from a sequence, and use that activity's trigger to determine whether to r...
- Wed Aug 03, 2011 3:21 am
- Forum: General
- Topic: Extract Staus informatiom for DataStageJob Log for Audit
- Replies: 1
- Views: 976
- Wed Aug 03, 2011 2:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error msg about section leader
- Replies: 4
- Views: 3391