Search found 135 matches

by swapnilverma
Tue Aug 20, 2013 3:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: z/OS DB2 - Surrogate Key Generation Through Transformer
Replies: 7
Views: 5284

Thank You James.

The logic is not very simple in other jobs. The NextValue is used in many places so coding it in DB2 Connector will not solve .

I shall reach to official IBM support . I hope they have some solution to it.
by swapnilverma
Mon Aug 19, 2013 10:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: z/OS DB2 - Surrogate Key Generation Through Transformer
Replies: 7
Views: 5284

Thanks for reply Andy, sorry but I couldn't understand your statement that zOS DB2 is not supported by DS.

We are running jobs with all the functionality with zOS db2 and its working fine.

Did you mean zOS DB2 Sequence are not supported by DataStage ?
by swapnilverma
Mon Aug 19, 2013 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: z/OS DB2 - Surrogate Key Generation Through Transformer
Replies: 7
Views: 5284

z/OS DB2 - Surrogate Key Generation Through Transformer

Environments We have two DataStage setups. One for windows and another with AIX. We have two DB2 setup as well One with Windows and another one is withzOS. Job Design Job 1 Seq File ----> Transformer------> writing to multiple DataSets and Updating a Table. Job 2 Dataset --> Transformer --> Lookup ...
by swapnilverma
Thu Feb 28, 2013 1:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Empty in AIX
Replies: 5
Views: 3670

Remote deployment -- Remote deployment of parallel jobs allows job scripts to be stored and run on a separate machine from the engine tier host

More detail can be found here.

Contacting IBM.. for this issue , lets see what they have to say !
by swapnilverma
Wed Feb 27, 2013 8:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Empty in AIX
Replies: 5
Views: 3670

I was advised by my co-worker to set the $APT_EXPORT_FLUSH_COUNT to 1 . This works fine when I ran the job from DataStage Designer.

But this is not working in remote deployment . :cry:
by swapnilverma
Tue Feb 26, 2013 5:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential File Empty in AIX
Replies: 5
Views: 3670

Sequential File Empty in AIX

I have created a job which has below design DB2 ----> Transformer --ABRT--> Peek ____________ | ___________Message __________ | ____________Sequential File The Transformer has two links Message and Abort . Message link has no constraint and abort has constraint as CNT <> 1 In Message link I am writi...
by swapnilverma
Wed Oct 03, 2012 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: To stop records after the value *
Replies: 16
Views: 9385

Please do provide all information ... like your source type ( Sequential or RDBMS ) Assuming you have a sequential data source After reading the data , In transformer you can put a simple check stagevar --> If ValRecd = "*" then 1 else 0 add a constrain stagevar = 0 this should do it.
by swapnilverma
Wed Oct 03, 2012 5:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need logic..
Replies: 3
Views: 2732

I would create a view which have records with max time of database records and perform a left outer join or spars look up .

Hope this will help!

:idea: :idea:
by swapnilverma
Wed Oct 03, 2012 4:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 5832

Thanks ArndW ! You nailed it.
by swapnilverma
Mon Oct 01, 2012 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 5832

As mentioned in previous post ... all input data type is of char ...

Double quotes works like charm with Varchar and char ... it is working in all my previous jobs and other stage variables in this job so that can not be the root cause of this.
by swapnilverma
Mon Oct 01, 2012 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 5832

Thanks for the response guys ... Here is the erroneous code which causing this issue:- I have a stage variable which has below code .. (All input fields are of CHAR data type . Stage variable is small int ) If Main.INSERT_UPDATE = "U" AND Main.COLLTN_APPL_ID <> LEFT((TRIM(Main.COLLTN_APPL_...
by swapnilverma
Mon Oct 01, 2012 7:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compiler Issue with Transformer
Replies: 8
Views: 5832

Compiler Issue with Transformer

I made few changes in existing compiled job. The changes are 1)Added a new stage variable 2) Added few more if else in existing derivation 3) change in data type from var-char to char for two columns After saving the changes when I compile the job I get below error :- Output from transformer compila...
by swapnilverma
Tue Sep 11, 2012 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error while extracting data
Replies: 1
Views: 2214

Make your reference data NULLable so that a NULL can be stored in case of lookup failure.
by swapnilverma
Sun Apr 29, 2012 3:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Tune the job
Replies: 2
Views: 1988

Please explain more about the nature of data you are aggregating ..

as Ray mentioned there is no need to clear partitions after aggregation ..

Please give detail information about the job .