Search found 238 matches

by dodda
Fri Apr 09, 2010 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between $ENV and $PROJDEF
Replies: 5
Views: 5686

Thanks DSGuru.

Could you please be more specific. If possible can you explain with an example
by dodda
Fri Apr 09, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between $ENV and $PROJDEF
Replies: 5
Views: 5686

Difference between $ENV and $PROJDEF

Hi All,

Can anyone tell me the difference between $ENV and $PROJDEF values specifying for the environmental variables.
by dodda
Fri Apr 09, 2010 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0: Fatal Error: Null value
Replies: 2
Views: 7616

Hi All,

I used the below code in the transformer. It is working fine.

If trim(nulltovalue(Out_IRI_UPC.PC_ID, ' '))='' then "N/A" else Out_IRI_UPC.PC_ID
by dodda
Tue Mar 16, 2010 4:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Column definitions
Replies: 3
Views: 1553

Any help on my issue
by dodda
Tue Mar 16, 2010 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with Column definitions
Replies: 3
Views: 1553

problem with Column definitions

Hi All, I'm importing table definitions from SQL server tables .And some columns in the table are like below:: Promoted Group ID Promoted Group Name And in the transformer i mapped all the source columns to Target columns. It is not allowing me to map for the columns with space ..Like Promoted Group...
by dodda
Tue Jan 26, 2010 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dynamic metadata using target as ORACLE db
Replies: 0
Views: 734

dynamic metadata using target as ORACLE db

hello i am wondering if i have different input files with varying metadata and if i have to map the fields to the target is it going to work? whether DB is going to generate dynamic sql in oracle stage. my question is i have 2 files 1 with 5 columns and one with 6 columns i have created 2 schema fil...
by dodda
Tue Jan 26, 2010 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00928: missing SELECT keyword
Replies: 5
Views: 4761

hello chulett

i have mentioned the schemaname.tablename is the upsert statement. but still it is throwing error.

thanks
by dodda
Mon Jan 25, 2010 10:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File usage
Replies: 5
Views: 1829

yes it was enabled through out the job. i used the file1 and corresponding schema file in the seqentual file stage. and in the transfomer on the target side i created 6 output columns which have same col names as in the schema file abd when i run the job it works fine. but when i use the same file 1...
by dodda
Mon Jan 25, 2010 10:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00928: missing SELECT keyword
Replies: 5
Views: 4761

ORA-00928: missing SELECT keyword

Hi I have run into an issue in one of the job. Basically i am reading a file using sequential file stage and splitting the data into 2 streams based on some condition and doing the lookups on each stream and finally funneling all the data into single stream and then inserting into oracle db (uspert ...
by dodda
Mon Jan 25, 2010 6:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File usage
Replies: 5
Views: 1829

hello ray thanks for the reply. but how can i make the job common. if i use file 1 and corresponding schema file then i need to map 6 fields to the target and if i use file 2 and the corresponding schema file then i need to map 9 fields. can this be achieved. i tried this option but didnt work. Thanks
by dodda
Mon Jan 25, 2010 1:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: find the number of delimiters in the row
Replies: 2
Views: 1235

find the number of delimiters in the row

hello i have one requirement where i need to read the first record from the file and count the number of delimters (;) in the row. ex: input file first record 123;456;789;234;567;456 then i need that record and count the number of delimters (;). the count should be 5. is there a way that i can achiv...
by dodda
Mon Jan 25, 2010 11:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Schema File usage
Replies: 5
Views: 1829

Schema File usage

Hello I have a requirement where i need to read the first record of the input File and parse each and every field and need to map to the target.target being database.The file is semicoln demilited and and every field is enclosed in quotes. This job we are planning to make as common job so even other...
by dodda
Wed Jan 06, 2010 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To check data spread across nodes defined in config file
Replies: 1
Views: 972

To check data spread across nodes defined in config file

Hi,Please help me in checking the data spread across number of nodes in datastage directory.for example i have 100 records and there are 4 nodes defined in config file.i would like to verify nodes that are used in whatever process that is happended using any partion methods
by dodda
Mon Jan 04, 2010 8:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between two timestamps
Replies: 4
Views: 2777

Hi

i used secondssincefromtimestamp function to get the difference

thanks