Search found 103 matches

by parvathi
Wed Nov 22, 2006 11:53 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What is the importance of $ character in datastage
Replies: 8
Views: 2212

What is the importance of $ character in datastage

Hi,
Can anybody tell the importance of the $ character and where we use it and how we use it.?
by parvathi
Fri Nov 17, 2006 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command of the sequential stage
Replies: 6
Views: 1181

chulett wrote: Or via hand-crafted job control. Or...
i know the options mentioned can you please tell me what is hand-crafted job control
by parvathi
Fri Nov 17, 2006 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command of the sequential stage
Replies: 6
Views: 1181

chulett wrote

Code: Select all

Script it.

By scripting does it mean to write shell script that can be be used in the filter command or to do separately outside
by parvathi
Fri Nov 17, 2006 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in filter command of the sequential stage
Replies: 6
Views: 1181

Error in filter command of the sequential stage

Hi all I want to zip the file and pass it to the remote server can i use a seqentail stage to zip the file and then use ftp stage to pass it to the remote server. In the stage properties of the sequential file i have given in the stage uses named pipes and in the inputs i gave "zip ptest ptest....
by parvathi
Tue Oct 17, 2006 7:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: length of the variable
Replies: 3
Views: 690

thanks this is a server job
by parvathi
Tue Oct 17, 2006 6:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: length of the variable
Replies: 3
Views: 690

length of the variable

Hi all, I have a sceneraio like this I store the fileNamesand the count of the records in a variable which is used in the datastage rountine I have doubt whether is there any limit on the length of the variable If i count all the files they come around 30 and each file name is 20 characters long so ...
by parvathi
Tue Oct 17, 2006 3:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dateformat
Replies: 1
Views: 584

Dateformat

Hi all, I have requirement as follows In datastage I need to pass the creationdate as a parameter to the nameof the file. the parameter is #ROOT#/DD_SAP_#DSJobStartTimestamp#_1.CSV AFTER the job is run the name of file would like this DD_SAP_2006-10-17 11:12:10_1.CSV IN UNIX SERVER But I want to hav...
by parvathi
Sat Oct 14, 2006 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: One file regarding the info of the all files in the folder
Replies: 1
Views: 570

One file regarding the info of the all files in the folder

Hi I have a requriment like this i have job which generates a five .csv extension files. Once the files are generated i have to create a file such that each row in the file should contain the file name and the noof records in that file and the next row the other file nameand records of that file.. T...
by parvathi
Tue Sep 26, 2006 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a dummy hashed file
Replies: 7
Views: 1866

i want to create job in the designer such that when i run the job a dummy hashed file should be ceated can i do like this.. transformer------>hashed file i don't want any column names, just pathand the file name.. i have a doubt what should be spcified as input column in the transformer stage when i...
by parvathi
Tue Sep 26, 2006 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to create a dummy hashed file
Replies: 7
Views: 1866

how to create a dummy hashed file

what are stages needed to create a dummy hashed file
by parvathi
Fri Sep 15, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 5
Views: 1540

Mike,
Thanks for your valuable suggestion... i am trying with out the sequential file

with out using the look up hashed file can we do anything in the transformer for inserting or updating the reords target table
by parvathi
Fri Sep 15, 2006 2:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 5
Views: 1540

the sequential file was a part of mine design process.... the whole idea behind that was the sequential file stage has to wait until it recieves all the records from the oracle stage and then it performs look up with hashed file where this hashed file takes records ffrom the oracle stage target with...
by parvathi
Thu Sep 14, 2006 11:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: lookup condition
Replies: 5
Views: 1540

lookup condition

Hi all, I have a design as follows oraclestage--->sequentialfile--->transformer---> output oracle stage output oracle stage has two links one for update and insert hashed file look up.... with only surroagate key column what I have to do here is that I have to insert or update i have done the follow...
by parvathi
Wed Sep 06, 2006 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to move one record by record
Replies: 3
Views: 1129

how to move one record by record

Hi all I have a following a requirment like this... I have dsx file of particular job as an input file like this.... This is just a part of the dsx file BEGIN DSSUBRECORD Name "sNo" SqlType "4" Precision "10" Scale "0" Nullable "0" KeyPosition "...
by parvathi
Wed Sep 06, 2006 3:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: begins with function
Replies: 10
Views: 6120

thanks a lot to everyone and to their valuable ideas.... I tried with all the options...