Search found 12 matches

by Mandar_Deshpande
Wed Apr 04, 2007 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read COBOL file with occure and redefine clauses
Replies: 1
Views: 1058

Read COBOL file with occure and redefine clauses

We are trying to read a COBOL file using Sequential and / or Complex Flat File using Datastage Server jobs. The structure of the file is comlex like there are eight occure clauses and 8 redefine clauses . we have tried to read this file using each and every approach. I think the file has parallel Oc...
by Mandar_Deshpande
Sun Aug 06, 2006 10:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sum , Sort and Get Results
Replies: 7
Views: 3736

If it ireal time example then how one employee can have more then 1 salary?
by Mandar_Deshpande
Thu Sep 01, 2005 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Engine Commands
Replies: 6
Views: 3475

Hi Arnd,

I tried to find it out at page you have provided but did not find any DS related stuff.

- Mandar
by Mandar_Deshpande
Tue Aug 30, 2005 10:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Engine Commands
Replies: 6
Views: 3475

Datastage Engine Commands

Hi,
I want to know DataStage Engine Commands (which are executed from administrator module). Can somebody suggest me from where I can get all those?

- Mandar
by Mandar_Deshpande
Mon Jul 04, 2005 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job shldnt run when the source file is empty
Replies: 4
Views: 1531

Hi All,
Thx very much for the i/ps i got the solution. :D
by Mandar_Deshpande
Mon Jul 04, 2005 6:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job shldnt run when the source file is empty
Replies: 4
Views: 1531

Hi sainath,

Thx for early reply
Can you be more clear on the solution i mean where should i check the "wc -l" ? my job flow is :
SeqFile--------->Transform--------------->HashFile
by Mandar_Deshpande
Mon Jul 04, 2005 6:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to retain the data of the Hash file when the sourceempty
Replies: 2
Views: 1045

How to retain the data of the Hash file when the sourceempty

Hi All, I have 2 sets of job in first jobs i am creating a sequential file, and in the second job i will be using this sequential file to load the Hash file, but the second job should not get executed when the output of the first job i.e sequential file is empty because what happens is when my sourc...
by Mandar_Deshpande
Mon Jul 04, 2005 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job shldnt run when the source file is empty
Replies: 4
Views: 1531

Job shldnt run when the source file is empty

Hi All,
I have scenario here, the job shldnt get executed when the source file is empty or with 0 records in it How to achieve this in the job? do we have use any constaints at job level

Thanks
Mandar
by Mandar_Deshpande
Wed Jun 29, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using routine read Hash file,generate 500 records of eachrow
Replies: 10
Views: 3796

Hi Sainath,

Can you be more clear on the Trans stage part i mean how to go about it?

Arnd,
I tried using Str(RepatString,500) function its not working.
by Mandar_Deshpande
Sun May 22, 2005 10:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate a calendar Year Using DataStage
Replies: 12
Views: 9092

Hi Ray I have tried using the solution you mentioned and was not able to generate the dates from one input date i need to generate it using one input date and it should get generated in the first run that means when i run my datastage job the dates should get generated for all the five years can u s...
by Mandar_Deshpande
Thu May 19, 2005 1:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate a calendar Year Using DataStage
Replies: 12
Views: 9092

Hi, I have one row of the data i.e a date value 2000-01-01 and i am supposed to generate the dates till 5 years so if my start date is 2000-01-01 then my last date for the 5 years would be 2005-12-31 How to achieve this using a job? Roy can u give me some more details regarding this? would appreciat...
by Mandar_Deshpande
Thu May 19, 2005 12:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to generate a calendar Year Using DataStage
Replies: 12
Views: 9092

How to generate a calendar Year Using DataStage

hello all, I would like to generate a calendar year. My input would be a Date such as 2000-01-01 My date value is YYYY-MM-DD. I would like to get the next 5 years from the input date. For example : input date: 2000-01-01 Output date should be: 2000-01-01 2000-01-02 ... ... .... 2001-12-31 .... till ...