Search found 233 matches

by just4u_sharath
Mon Feb 18, 2008 9:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log retrieve
Replies: 4
Views: 1256

Log retrieve

When i was running a job, i got an error. After making chages and running job again for 5 or 6 times, no error found. But the log which showed the error is gone. I would like to look into that error. Can i retrieve the error in any way
by just4u_sharath
Mon Feb 18, 2008 8:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameter value
Replies: 1
Views: 701

Parameter value

unix command activity----->job1 In unix command i was doing cat of a file. its output is 0003.200808. i was trying to set one of the parameters of job1 with this value. So in the sequece i have job1 parameter as unix command activity.$command output. Now the error is Inappropriate value for paramete...
by just4u_sharath
Mon Feb 18, 2008 5:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserStatus warning
Replies: 4
Views: 1602

I suspect that the problem is more likely related to the "#" character in your invocation ID. Can you try it with a different invocation ID, one that does not have a "#" character? I tried with other invocatio ID . But still the problem persists. Can i use a server routine in pa...
by just4u_sharath
Mon Feb 18, 2008 2:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: UserStatus warning
Replies: 4
Views: 1602

UserStatus warning

call DSSetUserStatus(Arg1) Ans=Arg1 This is the code i have written to set user status. I am calling this as a function in transformer and passing the value to a sequentila file. But i will use this UserStatus Output in the next job using parameter jobname.userstatus parameter. But when i eecuted th...
by just4u_sharath
Sat Feb 16, 2008 12:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 6421

No. You'll need to have the value before the job starts and pass it in as a Job Parameter to use it in the filename. How can i pass a transformer field value to the subroutine SetUserStatus. We cannot view the transformer field value (this is dynamic, changes for every job) in the after job subrout...
by just4u_sharath
Sat Feb 16, 2008 12:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 6421

No. You'll need to have the value before the job starts and pass it in as a Job Parameter to use it in the filename. How can i pass a transformer field value to the subroutine SetUserStatus. We cannot view the transformer field value (this is dynamic, changes for every job) in the after job subrout...
by just4u_sharath
Sat Feb 16, 2008 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 6421

Re: pass field values to parameter

No, not in the same job. However, what you can do is run a separate job where you get the filename and then set the user status using Basic routine(setuserstatus) from within the job and pass out the filename to a sequence which can then call your actual job and pass the filename as a parameter. Al...
by just4u_sharath
Fri Feb 15, 2008 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: filter
Replies: 1
Views: 763

filter

Cant we use all the coditions in filter stage as we use in Where clause of Oracle query. When i try to use the Upper(xxx), Parse error. Does it work only for like and between. does it work for =, AND, OR etc
by just4u_sharath
Thu Feb 14, 2008 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass field values to parameter
Replies: 9
Views: 6421

pass field values to parameter

i have a job where Oralce statge, its output is fed to output of Transformer and its output is fed to Sequential file. lets say transformer has a field and its derviation field is pulled direclty from its input i .e the derivation field will a column value (direct pull from oracle stage). Now i have...
by just4u_sharath
Tue Feb 12, 2008 11:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: passing values to parameters
Replies: 2
Views: 1062

passing values to parameters

Can i pass the run time values to parameters and use that parameter at other place. Say i wish to pass a columns derivartion output of transformer to parameter and again use the same parameter in next stage.
by just4u_sharath
Tue Feb 12, 2008 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Special Characters
Replies: 5
Views: 3702

Re: Handling Special Characters

chulett wrote:
just4u_sharath wrote:To my understanding trim can only wipe away spaces.
Not true.

Define 'special'.
i looked for this in transformer (Define special). but i didnt find it. Please let me know where can i use this and its implementation
by just4u_sharath
Tue Feb 12, 2008 1:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Special Characters
Replies: 5
Views: 3702

Handling Special Characters

How can i trim the special characters if i get them in my data. To my understanding trim can only wipe away spaces. Do we have any functions to trim the special characters in Parallel extender. Please let me know.
by just4u_sharath
Sat Feb 09, 2008 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Execute Command Activity
Replies: 10
Views: 2675

Line terminators in the command output are converted to field marks and the entire result is presented as a single string. It does not matter whether the operating system is UNIX or Windows; this technique is consistent across platforms and thereby allows for portability. A field mark can be access...
by just4u_sharath
Sat Feb 09, 2008 1:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer Execute Command Activity
Replies: 10
Views: 2675

Line terminators in the command output are converted to field marks and the entire result is presented as a single string. It does not matter whether the operating system is UNIX or Windows; this technique is consistent across platforms and thereby allows for portability. A field mark can be access...
by just4u_sharath
Fri Feb 08, 2008 8:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oralce enterprise Stage
Replies: 1
Views: 594

Oralce enterprise Stage

I have a scenario where i am extracting data from Oracle database and manking tranformations on that data. So my first stage will be oracle enterprise stage to pull data and from there the job flows. My concern here is if i put the nullable filed of a column to 'NO' in the stage and i got a record w...