Search found 4605 matches
- Tue Oct 12, 2004 2:27 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
Kim, You lost me on how to use this. I've created a routine with your code, now what? Looks interesting. -Craig This routine will ask for a id to a DS_METADATA record. The id is category : "\" : tablename like Hashed\AdSales\Daypart2StgHash. If you compile and test this routine then type in somethi...
- Tue Oct 12, 2004 12:29 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
This is how you should use metadata to help automate simple tasks. Now this creates an accurate control file. It is simple to use too. Metadata if used properly can help design the best solutions. I think something like MetaStage is overkill for most of us. Metadata should drive your designs from st...
- Tue Oct 12, 2004 12:13 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
This is in the same order as your metadata in a link if you save a link or if you import. I suggest you create a type 19 hash file. You save all your metadata in a specific category. Select this category call this routine and write the results into this hash file. A type 19 hash file is a directory ...
- Tue Oct 12, 2004 12:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
- Tue Oct 12, 2004 11:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Sequencer
- Replies: 8
- Views: 6143
rajainder I posted a few jobs and that will post all the statuses of jobs in sequence. It is on ADN and on my tips page. It is called EtlStats.zip. It should do the trick. You may need to change something to find the failed job within that sequence. If you get those jobs working and cannot figure ou...
- Tue Oct 12, 2004 11:00 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
- Tue Oct 12, 2004 8:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job Parameters for Sequencer Jobs
- Replies: 16
- Views: 7594
You do not need the batch job when you use the routine posted above. Your first job could read from a sequence job and write to this hash file. Next is the above routine activity. You could call it 15 times or modify it to send it 15 paramaters or hard code the parameter names. Next have all your jo...
- Tue Oct 12, 2004 8:39 am
- Forum: Enhancement Wish List
- Topic: Job Schedules not in Export file.
- Replies: 2
- Views: 2318
- Mon Oct 11, 2004 9:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: LKP Stages In Jobs
- Replies: 5
- Views: 1988
- Mon Oct 11, 2004 9:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Creating control files for SQL Server BCP utility
- Replies: 13
- Views: 3980
If you saved these into DS_METADATA then I would modify my routine KgdCreateDdlMetadata. It will create the create table sql for records in the DataStage metadata hash file DS_METADATA. It should be easy to change this to build what you want. If you post an example of the control file then I might d...
- Mon Oct 11, 2004 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Sequencer
- Replies: 8
- Views: 6143
I think you could do it in hash files. It is fairly easy to get a list of all the jobs in a sequence. If you had a 2 part key in a hash file with the job name and the start time then you sort this by time and you got your jobs in order of start time. If you need it by finish time then switch start t...
- Mon Oct 11, 2004 8:57 pm
- Forum: Enhancement Wish List
- Topic: DataStage Restricted Mode
- Replies: 11
- Views: 5582
- Mon Oct 11, 2004 8:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: job Parameters for Sequencer Jobs
- Replies: 16
- Views: 7594
Ken I friend of mine Peter Lai invented this routine which you can call as routine activity and from that point on it will change the value of one parameter. I have heavily modified it. Peter's original version would read all the parameters in a sequential file and set any or all of them. I just wan...
- Mon Oct 11, 2004 8:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: copy project from one box to another
- Replies: 4
- Views: 1269
- Mon Oct 11, 2004 6:39 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: NOFILES and MAXUPROC Kernel Parameters in DS 7.5
- Replies: 8
- Views: 5525