Search found 39 matches

by thirupri
Wed May 12, 2004 6:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Decimal Compact / EBCDIC handling
Replies: 1
Views: 812

Use the Complex File Format DataStage, specify the input file as EBCDIC for the NLS setting. Then you can use OConv(Iconv()) function in transformation to convert to decimal. Hope this will work.

Regards,
by thirupri
Tue Oct 14, 2003 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check specific pos in flat file
Replies: 5
Views: 1572

Thanks to all. Special Thanks to Guru (Kim). It's working. Once again thanks to all.

Thiruma Valavan.
by thirupri
Mon Oct 13, 2003 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check specific pos in flat file
Replies: 5
Views: 1572

Craig,
I want to write a server Job using Script only. I am having the problem is how to specify a fixed width file in a script. Please help me on this issue.

Regards,

Thiruma Valavan.
by thirupri
Mon Oct 13, 2003 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check specific pos in flat file
Replies: 5
Views: 1572

Check specific pos in flat file

Hi, I am getting back a status file. I have to open the file and check the exact position of the record in the file and based on this I have to other action like (sending mail if it is not success or change the status of the processed record if it is success) The file name is StatusSpot.txt And reco...
by thirupri
Mon Oct 13, 2003 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 6
Views: 2045

Hi, This is what I did as same as your requirement. First, I created a job using the Folder Stage with output column (1) Docname (filenames) to a sequential file then I transferred this to a hash file in the same Job. Then, I created another Job (Job3), which will accept the File name & File pat...
by thirupri
Thu Sep 18, 2003 1:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Read Hash File in A Loop
Replies: 4
Views: 1642

Kenneth,
Thanks again. I used the Parameter itself. It's working fine. Thank for your guidance.


Best Regards,
Thiruma Valavan
by thirupri
Wed Sep 17, 2003 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Read Hash File in A Loop
Replies: 4
Views: 1642

Kenneth, This command line ' NTcmd="dir ":YourDirectoryPathParameter:"*.dat /b" ' is the ":YourDirectoryPathParameter:" is a Parameter. For eg. My Path is "D:OFDMWingsDaily" and the file names doesn't have any extension like "DAT". How will you hard ...
by thirupri
Wed Sep 17, 2003 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How is Release Lock?
Replies: 2
Views: 1479

nvkravi,
Usually, I use to reboot the server.

Regards,

Best Regards,
Thiruma Valavan
by thirupri
Wed Sep 17, 2003 5:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Read Hash File in A Loop
Replies: 4
Views: 1642

To Read Hash File in A Loop

I created a Job for to conversion of a flat file. But the file name is not fixed. So I created another Job to get the file names in the directory and moved to the Hash file. Now, how to read the hash file in a loop and call the Job and pass the value for all the file name in the Hash file. I Hashkey...