Search found 3 matches

by nareshbuch
Wed Jun 20, 2007 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines - Which can read Seq File and Update the same
Replies: 6
Views: 2440

Now that the language or method is established, which part specifically are you having trouble with? ... I know bit of Basic Looking for Basic Help in Manual My file will be like this Recno,Source,no of Files to Receive 001 ,SAP , 13 002 ,SIEBEL, 01 What I am goin to do is read this file in routine...
by nareshbuch
Wed Jun 20, 2007 5:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines - Which can read Seq File and Update the same
Replies: 6
Views: 2440

How to Read Seq file using DS Routine

Did you code the sub loop logic in C++? Since you posted in the PX forum that would be my assumption so your other logic would have to be written in C, and there are other forums that can help you with that code. Or are you using a mix of DataStage Sequence job / Shell script / DataStage BASIC code...
by nareshbuch
Tue Jun 19, 2007 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routines - Which can read Seq File and Update the same
Replies: 6
Views: 2440

Routines - Which can read Seq File and Update the same

I am new to Routines I would like to achieve folloing things 1. I have one Seq. file which will be used to control my main loop 2. I will read this file 3. Enter into another sub loop 4. Check some arrival of files in my Unix Folder 5 Check that FTP is complete 6 com out of this loop 7 Update pointe...