Server job doesnt have Dataset stage.
Sequential file will be the only option.
You may need Orchestrate DUMP the dataset into a sequential file either in afterjob subroutine of PX or before job subroutine of the server job.
Search found 5168 matches
- Wed Jun 21, 2006 8:24 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: parallel and server job in a sequence
- Replies: 6
- Views: 1373
- Wed Jun 21, 2006 8:19 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: convert a number in to word
- Replies: 9
- Views: 3036
There is no direct functions available, but you can built your own logic to acheive this. Perhaps you can use buildops for this. First find the total digit, use mod function to get each digit. Create a seperate function which convers the digit into relevent words say 1--> ONE, 2-->TWO... For each di...
- Wed Jun 21, 2006 8:11 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert and update
- Replies: 10
- Views: 2253
- Wed Jun 21, 2006 8:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: error
- Replies: 14
- Views: 2126
Re: error
adams06 wrote:The column is defined as varchar only.DSguru2B wrote:Dont change it. Specify that column as varchar. Or you will lose that data.
Why is it complaining for Numeric if it is defined as Varchar?
- Wed Jun 21, 2006 8:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: re: splitting header and detail records in CFF stage
- Replies: 3
- Views: 1281
Sorry I have misunderstood your requirement at first glance. Still you can use Readfirst n row as 1 where you need to process the Header alone. And FirstLine is ColumnName option to skip the Header for processing Detail alone. Optionally you can check the condition in the transformer after reading i...
- Wed Jun 21, 2006 4:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Running a SQL statement using parameter
- Replies: 4
- Views: 1747
- Wed Jun 21, 2006 4:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Insert and update
- Replies: 10
- Views: 2253
- Wed Jun 21, 2006 1:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Generate repeated values in target table
- Replies: 1
- Views: 640
- Wed Jun 21, 2006 1:40 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Insert error
- Replies: 5
- Views: 1811
- Wed Jun 21, 2006 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Values within some limit
- Replies: 8
- Views: 1647
- Wed Jun 21, 2006 1:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Values within some limit
- Replies: 8
- Views: 1647
- Wed Jun 21, 2006 1:28 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Run time
- Replies: 3
- Views: 873
Or pass the parameter of the filename from the Jobsequence (if called) with the mentioned method.
Code: Select all
#filename#:date()- Wed Jun 21, 2006 1:06 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: re: splitting header and detail records in CFF stage
- Replies: 3
- Views: 1281
To avoid the header mention FirstLine is ColumnName. To get only the header, Give Readfirst n row as 1. Since the detail record has a set, pre process it. grep the line number where "************ DETAIL RECORD BEGINS HERE" presents, and have a head -n to get those detail and header alone. And again ...
- Wed Jun 21, 2006 12:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Jobs lost when updated in DS_JOBS
- Replies: 22
- Views: 5867
Arnd - May I know what is the intention of RESIZE DS_JOBS * * * Will it give out the integrity of the indecies. It seems it requires an Exclusive access to DS_JOBS, so I could not test it now. Kumar REINDEX requires exclusive access as well otherwise the indexes get deleted and not rebuilt. Yes, ev...
- Wed Jun 21, 2006 12:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Date Values within some limit
- Replies: 8
- Views: 1647