Search found 36 matches

by gopskrish
Thu Jun 16, 2005 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Deletion
Replies: 6
Views: 5085

Hi Arnd, When i tried deleting the files using rm command in unix, i was getting the message permission denied. The execution permission is there for the Owner but not for the user and group. Yeah, I can view the data and access descriptor from datastage client. But Andw, u know for some of the cond...
by gopskrish
Thu Jun 16, 2005 4:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Deletion
Replies: 6
Views: 5085

Dataset Deletion

Hi, When i try deleting dataset files using orchadmin, I am getting following error messages. can anyone throw me some light on that ? How can i overcome this? orchadmin delete /detld1/etl/ascential/Ascential/DataStage/Projects/CTI_London/IAM/staging/FXRate_20050525_129.ds ##I TFCN 000001 06:08:03(0...
by gopskrish
Wed Jun 15, 2005 2:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi ,

I am very sorry for sending my previous mail. The same command is executing fine and I had a small typo error when i ran it lasttime.
Sorry onceagain to all.


cheers,
gopskrish
by gopskrish
Wed Jun 15, 2005 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi, I can able to delete old files using unix command based on the number passed but when i replace it with orchadmin delete option it is not deleting files. Herewith I am attaching the command which i use for testing. Correct me if it is wrong. It is executing fine if the command is find /detld1/et...
by gopskrish
Tue Jun 14, 2005 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi ArndW,

Thanks a lot for an immediate response. I will proceed accordingly. Your timely help is verymuch appreciated.

cheers,
gopskrish
by gopskrish
Tue Jun 14, 2005 2:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi Ray,


Can you please help me out on how to find the location of datafile using the cat ? I am more of a beginner in Unix. Please share your thoughts.

Best Regards,
Gops
by gopskrish
Mon Jun 13, 2005 7:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi Arnd,

Thanks a lot. I hope that i need administrative privilage to execute that piece of code. Correct me if i am wrong.

Best Regards,
Gops
by gopskrish
Mon Jun 13, 2005 6:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Hi, Thanks a lot. I would like to know the equivalent commands in Datastage if i dont want to use Unix commands, and how to specify the value (number of days , like 7 in my case) for deletion or renaming. If u do have some scripts based on that, do share it with me so that i can see if i can impleme...
by gopskrish
Mon Jun 13, 2005 5:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Mgmt.
Replies: 14
Views: 6518

Dataset Mgmt.

Hello Everybody, I want to rename and delete dataset files which are 7 days old ? Can i use Unix shell scripts to do that or Is there a better way of handling it ? I heard from one of my friend that Datastage automatically deletes the files in a periodical basis in the latest version. Is that true ?...
by gopskrish
Tue May 17, 2005 10:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Julian date in sybase to Date format
Replies: 2
Views: 1184

Hi Andw,

Yeah. I will do that. If u get more details on that do let me know.
Thanks for the immediate response.

cheers,
gopskrish
by gopskrish
Tue May 17, 2005 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Julian date in sybase to Date format
Replies: 2
Views: 1184

Julian date in sybase to Date format

Hi, I am using sybase as my source and it is storing dates in integer format (internal to sybase). I want to pick up the value and then convert the same into date format using datastage. I hope there is a difference in the way sybase and datastage stores the first day (julian date). Now i want to co...
by gopskrish
Fri May 13, 2005 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign value to a variable in a parameter file
Replies: 4
Views: 823

Sainath,

How to assign the output to a variable in a parameter file.
a= sort -r testfile |head -1
it is throwing the error.
I want to use the output in a parameter file.

cheers,
gops
by gopskrish
Fri May 13, 2005 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign value to a variable in a parameter file
Replies: 4
Views: 823

Hi Sainath,

Thanks a lot.
If there are other ways of doing let me know.
I mean without parameter file and all.
I tried aggregator in parallel and I feel aggregator in parallel is very much confusing.
Let me know the other ways too.

Thanks for your info.

cheers,
gops
by gopskrish
Fri May 13, 2005 5:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign value to a variable in a parameter file
Replies: 4
Views: 823

Assign value to a variable in a parameter file

Hi DS users, I want to get max value from my last run sequential file for a field and i would like to assign the same to a variable in a parameter file so that when i run the job the nexttime, i will use that value in the source query where clause eg) where batch_id > #batchid# Assume i have loaded ...
by gopskrish
Tue May 10, 2005 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Select records where date = maxdate
Replies: 2
Views: 1528

Select records where date = maxdate

Hi Guys,

I am using Sybase as the source and i would like to retrieve records where <date> = max(date) in the database.

How can i get that ?

Can anyone help me on this.

source sybase
job Parallel
tgt sequential

cheers,
gops