Search found 245 matches

by arunkumarmm
Fri Oct 14, 2011 1:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol File with Multiple record layout.
Replies: 2
Views: 5671

You dont need to have a seperate job for each record type. You can do that in the CFF stage with one output link for each record type. In CFF stage, on the Records tab, unselect the single record option, add 10 records to it. Import the 10 copybooks you need, one in each of them. Then if you have a ...
by arunkumarmm
Wed Oct 12, 2011 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues with XML output file
Replies: 8
Views: 3861

Did you add all of these columns as key? I dont think its possible. You can have only one column
by arunkumarmm
Tue Oct 11, 2011 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues with XML output file
Replies: 8
Views: 3861

I believe you have 'REP_TYPE' as the repitation (Key) in your XMLoutput stage. You should change it to 'S_NO' from what I see in your sample data.
by arunkumarmm
Tue Oct 11, 2011 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle - relational data to xml data
Replies: 1
Views: 1250

XMLOutput stage converts tabular data to XML
by arunkumarmm
Mon Oct 10, 2011 11:09 am
Forum: General
Topic: Job instance in "Compiled" state
Replies: 10
Views: 6227

These jobs run at the same time? Have you tried running that particular job alone? Have you checked the uniqueness of the 'Invocation IDs'?

I guess "Not in a runnable state" error may occur if you are trying to run the job with same Invocation ID more than once at the same time.
by arunkumarmm
Wed Oct 05, 2011 11:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Table definition unknown
Replies: 9
Views: 3838

Craig,

Isn't that easy to retrieve a password encrypted in ENV variables? When I dont know the password and if it is available in ENV variables, I assign it to a file name in the seq file stage and try to view it. I will have the password in the returned error message.
by arunkumarmm
Thu Sep 29, 2011 8:53 am
Forum: General
Topic: Pop up job diagrams
Replies: 2
Views: 1450

In your Designer go to - Tools >> Options >> Appearance >> General >> Job preview tooltip and select "Do not popup" in the drop down.
by arunkumarmm
Tue Sep 13, 2011 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record Dropped
Replies: 18
Views: 10181

The column which you are checking for NULL is from any lookup or join? If so, have you defined $APT_STRING_PADCHAR?
by arunkumarmm
Mon Sep 12, 2011 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to convert decimal to hexadecimal
Replies: 3
Views: 4023

There is a function Dtx() in server jobs but I'm not sure if that is available in Parallel. Maybe you can use a BASIC transformer and call this function.
by arunkumarmm
Fri Sep 09, 2011 1:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML output attributes
Replies: 2
Views: 1968

I am still looking for a solution for this :(
by arunkumarmm
Fri Sep 09, 2011 9:53 am
Forum: General
Topic: Create file first time and then append to it
Replies: 3
Views: 1249

You can also have two identical output stages in your job, pass your counter value as a parameter to determine the start of the loop and have one stage create (Overwrite) the file and the other stage append to the file for subsequent runs by having proper constrains.
by arunkumarmm
Thu Sep 08, 2011 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extracting a CLOB field (XML) from an Oracle database
Replies: 1
Views: 1189

You can write it to a sequential file as is and create another job to treate it as XML input file and read the data.
by arunkumarmm
Fri Aug 12, 2011 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading input conditionally
Replies: 5
Views: 2716

If it is Variable block file in binary format, each and every record will have the record length in the begining. You can read in that and route your records... We have jobs like that in DS 390 but it should work the same way in parallel
by arunkumarmm
Thu Aug 11, 2011 12:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting distinct values and creating a list/array
Replies: 16
Views: 6777

I never tried it before but cant you use a BASIC transformer and set the status?
by arunkumarmm
Thu Aug 11, 2011 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Selecting distinct values and creating a list/array
Replies: 16
Views: 6777

Set the stage variable as user status of the job.