Search found 58 matches

by das_nirmalya
Fri May 30, 2008 12:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Checkpoing
Replies: 3
Views: 1587

Regarding Checkpoing

I have created restartable sequence through checkpoint . what is the purpose of "do not checkpoint run" option in individual job activity property of the sequence, My checkpoint seqence is working fine when any of of job aborted and I have not select "do not checkpoint run" ! Wha...
by das_nirmalya
Thu May 29, 2008 12:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job openning error
Replies: 2
Views: 1310

Job openning error

When i trying to open a job in DS designer it is showing that , job is alrady accessed by another user, though it is not accessed by any one,

Can you tell me what is the step to kill a process , so that i can open the job
by das_nirmalya
Wed May 28, 2008 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Regarding Space with output
Replies: 2
Views: 970

Regarding Space with output

I have used ExecuteCommandStage -----> Nested condition Nested condition taking the Command Outpurt of ExecCommand Stage. Exec Command use a unix command cut -d , -f 1 filename , to Cut 1st char from a file. Command giving proper output but it is adding extra space and line with the output value, so...
by das_nirmalya
Tue May 27, 2008 6:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return Value (Execute command)
Replies: 3
Views: 1754

bkumar103 wrote:Hope the following will help

Expression_type
Custom - [conditional]
expression:
Execute_Command_0.$ReturnValue=2
no this is not working for Unix shell script,,,
by das_nirmalya
Tue May 27, 2008 5:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Return Value (Execute command)
Replies: 3
Views: 1754

Return Value (Execute command)

I want to create a seq such that

Executecommand---------> Job

Execute command execute a shell script and Job use the return 2 values of shell script as input,,

how can i configure the execute command stage ?
by das_nirmalya
Tue May 27, 2008 2:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Processing
Replies: 2
Views: 826

File Processing

I want to read a set of files from a folder and just want to write the files name (not the data of files) in a seq file for further transformation.

What will be the job structure?
by das_nirmalya
Tue May 27, 2008 2:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FolderStage Eqv job
Replies: 4
Views: 992

FolderStage Eqv job

I want to read a set of files from a folder and just want to write the files name (not the data of files) in a seq file for further transformation.

What will be the job structure?
by das_nirmalya
Tue May 27, 2008 12:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 8525

Re: Data Stage Report

We can generate in JOB level from job properties in DS parallal job. But i want to generate the report in Sequence level, if seq contain 2 job then report should contain details of 2 jobs in a single log file and another thing is it possible to give user defined report name ? other than generating ...
by das_nirmalya
Mon May 26, 2008 4:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 8525

ray.wurlod wrote:Do you mean Report or Log? They are different. ...
I mean Report
by das_nirmalya
Mon May 26, 2008 1:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage Report
Replies: 1
Views: 783

Data Stage Report

We can generate in JOB level from job properties in DS parallal job. But i want to generate the report in Sequence level, if seq contain 2 job then report should contain details of 2 jobs in a single log file and another thing is it possible to give user defined report name ? other than generating s...
by das_nirmalya
Mon May 26, 2008 1:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Stage Report
Replies: 17
Views: 8525

Data Stage Report

We can generate in JOB level from job properties in DS parallal job. But i want to generate the report in Sequence level, if seq contain 2 job then report should contain details of 2 jobs in a single log file and another thing is it possible to give user defined report name ? other than generating s...
by das_nirmalya
Tue May 20, 2008 2:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plugin Stage
Replies: 6
Views: 5032

das_nirmalya - the stage is well documented in the PDFs. Could you tell us what you tried that didn't work and we'll see if someone can help? ... yea this is documented in DataStage PDF, but thing is that PDF show FTP stage but in DataStage Pallate it is FTP Plugin stage ,, their properties are dif...
by das_nirmalya
Tue May 20, 2008 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP Plugin Stage
Replies: 6
Views: 5032

FTP Plugin Stage

I want to transfer Flatfile from one m/c to another! so I want to use FTP Plugin stage , pls tell me how it work.

what i have to use as src and target ? this is folder Stage or Sequential File Stage.
by das_nirmalya
Mon May 19, 2008 12:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Outer Join
Replies: 2
Views: 1196

Outer Join

Want to implement SCD Type II in Server Version, and due to that i want to do Outer join what is the process.
by das_nirmalya
Fri May 16, 2008 12:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Parameter File
Replies: 5
Views: 1962

Re: how to set Parameter file at Project Level when O.S is w

From my understanding you can try with the sequence job.. 1. define a parameter for source file path 2. use the execute routine stage to call your routine. 3. in the job activity stage, link your job and assign the source file path parameter value to the return value from the execute routine stage....