THis is more like, GettingMyWorkDoneNoMatterWhatXchange. How about that ?
Search found 6797 matches
- Wed Dec 20, 2006 9:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting One File to Multiple Files
- Replies: 21
- Views: 10159
- Wed Dec 20, 2006 9:14 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Splitting One File to Multiple Files
- Replies: 21
- Views: 10159
- Wed Dec 20, 2006 7:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298
- Wed Dec 20, 2006 7:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298
I think the two sleep syntaxes that Ray is referring to is Sleep n where n is the number of seconds and the other one that he mentioned. But i am not sure about the syntax of SLEEP HH:MM. I am trying to test it but no matter what i put in HH or MM , for some reasons it just sleeps for that amount of...
- Wed Dec 20, 2006 7:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to get separate Status of a job on each run?
- Replies: 7
- Views: 1581
- Wed Dec 20, 2006 7:17 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence got aborted?
- Replies: 6
- Views: 1642
- Wed Dec 20, 2006 7:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Rejects row and constraints
- Replies: 5
- Views: 1328
- Wed Dec 20, 2006 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using the Transformation Stage Variable in the OCI stage
- Replies: 2
- Views: 1193
Why cant you pass it as a job parameter? I highly doubt that you can retrieve a stage variable as a table name within a database stage. What you could do is do you manipulation in one job and when you know what the table name is going to be, pass that as a parameter to the second job, where you will...
- Tue Dec 19, 2006 11:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298
- Tue Dec 19, 2006 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: TimeStamp Difference
- Replies: 11
- Views: 4021
- Tue Dec 19, 2006 11:36 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Sequence got aborted?
- Replies: 6
- Views: 1642
- Tue Dec 19, 2006 11:35 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Usind shell Script in DataStage(Px)
- Replies: 11
- Views: 3609
- Tue Dec 19, 2006 6:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Call job each 30 minutes
- Replies: 16
- Views: 4298
- Tue Dec 19, 2006 6:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: regarding dsfunctions
- Replies: 6
- Views: 1593
- Tue Dec 19, 2006 4:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Assigning Job Parameters in a UNIX script
- Replies: 29
- Views: 8555
As i said, cat them together with a hyphen or a comma and extract them when assigning values to the parameters of job_activity_stage. Say for eg your output looks like this remotePathName;remoteFilename Inside the jobactivity, where you specify the defaults for paramters, do this Remote File Path ==...