Search found 7 matches

by kirands04
Tue Jan 08, 2013 9:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 6905

Hello Craig,

Thanks for the suggestion. i got the clue to use $counter. Most of your information is not visible to me. Anyhow let me think how to use this $counter and complete my design. If I struck again in any place, I'll post here..
by kirands04
Sun Jan 06, 2013 11:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 6905

Hi Craig, I'm designing exactly in the same way as you said. 1) First i'll calculate the number of files to be processed and pass it to start loop activity. Now the loop runs for "n" times. 2)In each iteration, we need to read the nth (n = iteration number) file name and pass it as a param...
by kirands04
Fri Jan 04, 2013 1:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 6905

No Vikram.. that will be in a different folder.. I've two folders in my DS server.. input files comes into "Source" folder by every tuesday morning. I need to read those files and make the transformations and write to the output file in "Target" folder. here output file name shou...
by kirands04
Fri Jan 04, 2013 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 6905

Output file name

Hello Vikram,

Thank you for the apply. But my actual problem is with the output file name. Output file name should be the same as the input file. So how to read the input/source file name and give the name in the sequentail stage (for writing the data to output file) :(
by kirands04
Fri Jan 04, 2013 12:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File
Replies: 11
Views: 6905

Sequential File

Hello Friends, I got the below requirement for our project. 1) We receive 6 sequential files with only one column (simple text) 2)Every row of this file will have two codes. These codes will be there in the fixed positions of every line ex: In every line, postion 5-9 will give one code ; 34-38 will ...
by kirands04
Fri Dec 21, 2012 10:53 am
Forum: General
Topic: Scheduling the jobs
Replies: 3
Views: 2379

Thanks Criag.. I'll try to implement this
by kirands04
Fri Dec 21, 2012 9:13 am
Forum: General
Topic: Scheduling the jobs
Replies: 3
Views: 2379

Scheduling the jobs

Hello friends, We have a new project in which we need to develop the Datastage Jobs and prepare a schedule batch to run the jobs at schedule time. We need to develop the jobs to read and process the sequential files which have a defined naming convention. We get 6 such files on a specific day. My qu...