Search found 15603 matches
- Mon Jan 25, 2010 8:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Variable Activity
- Replies: 9
- Views: 3386
- Mon Jan 25, 2010 8:33 am
- Forum: General
- Topic: function to check zero byte file
- Replies: 9
- Views: 1944
- Mon Jan 25, 2010 8:30 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: To run sequence continuely
- Replies: 4
- Views: 1396
- Mon Jan 25, 2010 8:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter between double quote when scheduled
- Replies: 20
- Views: 4480
- Mon Jan 25, 2010 8:22 am
- Forum: General
- Topic: function to check zero byte file
- Replies: 9
- Views: 1944
- Mon Jan 25, 2010 8:15 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date conversion warning
- Replies: 8
- Views: 3558
- Mon Jan 25, 2010 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any way to run the Datastage jobs from Remote PC???
- Replies: 9
- Views: 3828
- Mon Jan 25, 2010 6:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Variable Activity
- Replies: 9
- Views: 3386
- Mon Jan 25, 2010 6:24 am
- Forum: General
- Topic: function to check zero byte file
- Replies: 9
- Views: 1944
No, but you could write your own in DataStage: FileEmpty(InputFilePath) Ans = '' ;** returned if file size couldn'b be determined OPENSEQ FilePath TO WorkFilePtr THEN READBLK Dummy FROM WorkFilePtr, 1 THEN 0 ELSE 1 CLOSESEQ WorkFilePtr END ELSE Ans = '' But even easier is to shell out to Unix and us...
- Mon Jan 25, 2010 4:31 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Variable Activity
- Replies: 9
- Views: 3386
- Mon Jan 25, 2010 3:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Parameter between double quote when scheduled
- Replies: 20
- Views: 4480
- Mon Jan 25, 2010 3:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Variable Activity
- Replies: 9
- Views: 3386
- Mon Jan 25, 2010 3:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Is there any way to run the Datastage jobs from Remote PC???
- Replies: 9
- Views: 3828
- Thu Jan 21, 2010 8:08 am
- Forum: General
- Topic: Regarding job sequence
- Replies: 2
- Views: 1131
All of that information can be retrieved using several of the BASIC functions such as: DSAttachJob,DSDetachJob,DSGetJobInfo,DSGetStageInfo The DSGetJobInfo() function is the workhorse one which will get you most of the information you are looking for but you will have to write a bit of BASIC code ar...
- Thu Jan 21, 2010 8:04 am
- Forum: General
- Topic: JOB CONTROL
- Replies: 1
- Views: 791