Search found 127 matches

by Sunshine2323
Thu Aug 04, 2005 5:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvsh append
Replies: 6
Views: 1424

Hi,

What is the syntax to append to a column using the uv SQL, like we can do for other databases using sql?

Thanks,
by Sunshine2323
Thu Aug 04, 2005 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvsh append
Replies: 6
Views: 1424

Hi Sainath,

Can you please elaborate?
by Sunshine2323
Thu Aug 04, 2005 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uvsh append
Replies: 6
Views: 1424

uvsh append

Hi All,

I want to append "," at the end of each of the job names outputed by the command below.

$ $DSHOME/bin/uv "Select NAME from DS_JOBS";

Thank You,
by Sunshine2323
Tue Aug 02, 2005 6:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Project Name and Categories
Replies: 2
Views: 855

For Projects:

dsjob -lprojects

For Categories:

select DISTINCT(CATEGORY) from DS_JOBS;

Hope this helps :)

Sunshine
by Sunshine2323
Tue Aug 02, 2005 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the List of Jobs in a text file
Replies: 13
Views: 4884

Hi, This what I amm trying to do but not able to write to text file. :( cd ../DSEngine/bin $ uv > Logto LETS_A > SELECT * FROM DS_JOBS > /home/dsadm/trial1.txt; DataStage/SQL: syntax error. Unexpected symbol. Token was ">". Scanned command was FROM DS_JOBS > Please tell me what am I doing ...
by Sunshine2323
Tue Aug 02, 2005 4:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the List of Jobs in a text file
Replies: 13
Views: 4884

Hi,

select * from ds_jobs where category='ELDM\DIMENSIONS'; >/HOME/USER6/TRIAL.TXT

It lists down 8 records.
It does not write to the txt file.

Thanks,
Sunshine
by Sunshine2323
Tue Aug 02, 2005 3:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the List of Jobs in a text file
Replies: 13
Views: 4884

Hi Ashwin,

Thanks for the reply.

I am able to execute the command and see the list of jobs but I am still not able to capture the list in a text file.

It executes the command but does not write to the text file :(

Thanks,
Sunshine
by Sunshine2323
Tue Aug 02, 2005 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get the List of Jobs in a text file
Replies: 13
Views: 4884

Get the List of Jobs in a text file

Hi Friends, I would like to get the list of jobs belonging to a category in a text file. I am aware of SELECT * FROM DS_JOBS where CATEGORY='' I tried executing the command in uv and got an error saying DS_JOBS table does not exist. Can I execute this command in uv? 1) If yes then what am I doing wr...
by Sunshine2323
Mon Jul 18, 2005 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CSV file to Oracle
Replies: 4
Views: 1650

Hi Hexa, :)

You can load the data using the Upsert method.
by Sunshine2323
Tue Jun 07, 2005 7:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row Merger Question
Replies: 3
Views: 1187

Hi snassimr, Please refer to the rowmerge.pdf and rowspilt.pdf for more details Also in short, Row Merger reads data one row at a time from an input link. It merges all the columns into a single string of a specified format. It then writes the string on a given column of the output link. The stage c...
by Sunshine2323
Tue Jun 07, 2005 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while selecting column form a hash file
Replies: 4
Views: 1135

Try

select A from Hash_Booking;

Lets us know the result
by Sunshine2323
Mon Jun 06, 2005 1:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiler or Interpreter?
Replies: 10
Views: 4049

Hi, This question was asked to me by a collegue who attended an interview, According to me the Interviewer is checking more of the interviewee's presence of mind rather then anything else, as the question has very little to do with the skills in developing jobs through DataStage Anyways I would have...
by Sunshine2323
Mon Jun 06, 2005 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiler or Interpreter?
Replies: 10
Views: 4049

Compiler or Interpreter?

Hi,

This is an Interview Question

Is DataStage a Compiler or an Interpreter? Explain why? :roll:

Kindly guide us

Thank You
by Sunshine2323
Sun Jun 05, 2005 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Contents of phantom output file
Replies: 1
Views: 935

Contents of phantom output file

I came across a strange scenario at work today, A job containing a FILTER stage completed successfully but the performance statistics did not change niether did links turn green but I had got the expected output. :shock: After checking the log I discovered that though the job had completed successfu...
by Sunshine2323
Thu Jun 02, 2005 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to remove the duplicate records
Replies: 10
Views: 3091

Hi,

Please refer to the below post for more answers

viewtopic.php?t=92746&highlight=duplicate

Hope this helps :)