Search found 215 matches

by nick.bond
Thu Feb 12, 2004 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Down Hashed Files
Replies: 9
Views: 3023

I'm using the same server job to load the one of historic load and the incremental load, just passing it different parameters. When I run the one off historic load i want to clear down the hashed files first. When I run the incremental load i don't want the hashed file cleared because I'm only appen...
by nick.bond
Wed Feb 11, 2004 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Down Hashed Files
Replies: 9
Views: 3023

Sorry to waist your time I think I have found the asnwer:

set up a before-job or before-stage subroutine, choose ExecTCL from the drop-down list, and execute the command:
CLEAR.FILE hashed_file_name
by nick.bond
Wed Feb 11, 2004 2:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Clear Down Hashed Files
Replies: 9
Views: 3023

Clear Down Hashed Files

What is the best way to clear down hashed files.

I want a stage in a LoadAllFromScratch job/sequence which first clears down the hashed files that have been populated during all development and testing.

Do i need to write this in DS basic? If so what is the command?

Cheers, Nick.
by nick.bond
Wed Feb 11, 2004 3:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign Job Parameter from a File
Replies: 5
Views: 1897

Thanks, It looks like I need to do this in a controlling job.

I will have a go and no doubt be back with another question when it doesn't work!

Cheers, Nick.
by nick.bond
Tue Feb 10, 2004 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Assign Job Parameter from a File
Replies: 5
Views: 1897

Assign Job Parameter from a File

I need to assign a date to a job parameter so it can be used to restrict the records returned from my source system. The date I need will be extracted from SAP BW prior to the job being run so the job knows the last successful load date. It can be extracted into either a hashed file or a flat file. ...