Search found 4 matches

by its_jkm
Thu Jan 28, 2016 5:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a source file into multiple files dynamically
Replies: 6
Views: 7192

Re: Split a source file into multiple files dynamically

Generic mean... We need a single job that read input file once and splits into target files. There will be different set of input files with different metadata so the job should read the input file based on the metadata defined and split into target files as defined in the meteadata table. The examp...
by its_jkm
Wed Jan 27, 2016 12:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a source file into multiple files dynamically
Replies: 6
Views: 7192

to clarify:

x.csv should have data for empno,empname
y.csv should have data for empno,age,salary
by its_jkm
Wed Jan 27, 2016 12:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split a source file into multiple files dynamically
Replies: 6
Views: 7192

Split a source file into multiple files dynamically

Hi , I have following requirement: I have source file with 10 columns. I need to split the file into target files to be used downstream dynamically based on the selective columns specified in a metadata table for the target files Can you please let me know how this can be done in datastage. Example:...
by its_jkm
Tue Aug 18, 2015 3:43 am
Forum: General
Topic: operation datastore
Replies: 1
Views: 1257

operation datastore

Can you please let me know if there is a job performance degradation if we use operation data store to get the job statistics compared to using DS linkinfo etc to get them. i.e. using JobExec, JobRun,JobLink tables to retrieve the job stats. Also, please point me to the manual that will help in set ...