Search found 312 matches

by Marley777
Thu Nov 16, 2017 2:08 pm
Forum: General
Topic: Issues when sending attchments through datastage email
Replies: 11
Views: 5400

Thanks sriven786....it works now. I will mark this post resolved.
by Marley777
Thu Nov 16, 2017 1:13 pm
Forum: General
Topic: Issues when sending attchments through datastage email
Replies: 11
Views: 5400

Sorry chulett for the delay...
not sure how to tell if it's a DOS file or not. We create the file using datastage on a unix server...is that considered DOS
by Marley777
Thu Nov 16, 2017 12:26 pm
Forum: General
Topic: Issues when sending attchments through datastage email
Replies: 11
Views: 5400

We are sending the sequential file as an attachment. File looks great until we try to use DataStage and send the file as an attachment...it is then that the data appears off...seems to be wherever a row contains a }

any help is greatly appreciated.
by Marley777
Thu Nov 16, 2017 11:59 am
Forum: General
Topic: Issues when sending attchments through datastage email
Replies: 11
Views: 5400

We are sending a sequential txt file as an attachment.
by Marley777
Thu Nov 16, 2017 10:43 am
Forum: General
Topic: Issues when sending attchments through datastage email
Replies: 11
Views: 5400

Issues when sending attchments through datastage email

We are trying to use the Datastage email activity stage to send an attachment. The data looks fine if we email the attachment ourselves outside of datastage...however if we ask datastage to send the attachment it changes the record format when it encounters a } all records that do not have a } are f...
by Marley777
Mon Dec 23, 2013 12:14 pm
Forum: General
Topic: how to supress - no such file or directory unix error
Replies: 6
Views: 3618

Hi I gave it a shot, the DS sequencer still aborts. Looks like DS still knows somehow that the command could not find the file. Any other ideas are greatly appreciated. rtneCreateList (ROUTINE DSU.ExecSH) started 13:05:33: rtneCreateList finished, reply=1 13:05:33: Exception raised: @rtneCreateList,...
by Marley777
Mon Dec 23, 2013 9:20 am
Forum: General
Topic: how to supress - no such file or directory unix error
Replies: 6
Views: 3618

I have tried this "ls -1u /blah/blah/blah/FILENAME*.txt > /blah/blah/blah/FILENAME2.txt > /dev/null" and "ls -1u /blah/blah/blah/FILENAME*.txt > /blah/blah/blah/FILENAME2.txt > 2 /dev/null" but still get the error /blah/blah/blah/FILENAME*.txt not found do I need to change where/...
by Marley777
Mon Dec 23, 2013 7:47 am
Forum: General
Topic: how to supress - no such file or directory unix error
Replies: 6
Views: 3618

how to supress - no such file or directory unix error

Hi, thanks for reading. I have a datastage job with a routine activity step. In the routine activity I use the following "ls -1u /blah/blah/blah/FILENAME*.txt > /blah/blah/blah/FILENAME2.txt" If FILENAME*.txt isn't found I get the 'no such file or directory error'. It is very common to not...
by Marley777
Tue Nov 19, 2013 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass by reference vs pass by value
Replies: 4
Views: 3569

I have already read the DS documentation and did my own google research, it certainly gives you an idea on what's happening at a high level, but was wanting to dive deeper. I'll keep looking and report back to this post If I find anything worth reporting. Thanks chulett and asorrell for your response.
by Marley777
Mon Nov 18, 2013 3:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: pass by reference vs pass by value
Replies: 4
Views: 3569

pass by reference vs pass by value

Hi, thanks for reading. anyone know what happening behind the scenes when data is passed by value vs passed by reference? In my case I'm using a LongNVarChar field in a db2 connector that can be passed by value or by reference. I'm not sure what's going to happen under the covers. Any help is greatl...
by Marley777
Thu Oct 31, 2013 2:25 pm
Forum: General
Topic: Global Variable
Replies: 3
Views: 2543

Thanks for your help so far.

Any idea how I can change the global variable value using -envset. Can I do this in a transformer or within a datastage job?
by Marley777
Thu Oct 31, 2013 1:53 pm
Forum: General
Topic: Global Variable
Replies: 3
Views: 2543

Global Variable

Hi, thanks for reading.

How can I create a dynamic global variable. I want all jobs in the project to see the variable but want the ability to change the variable on the fly via a job...and all jobs would see that value.
by Marley777
Wed Aug 14, 2013 1:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Roll Back
Replies: 2
Views: 2673

Question answered

Thanks chulett
by Marley777
Wed Aug 14, 2013 11:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Roll Back
Replies: 2
Views: 2673

DB2 Roll Back

Hi, thanks for reading. I have a DS PX job that is designed to delete data based on keys I provide. The table is a db2 table. My commit count is set to 25000. If my job aborts and I have processed 30000 rows...will all 30000 rows get rolled back or just the 10000 that wasn't commited yet? Trying to ...
by Marley777
Mon Feb 25, 2013 7:55 am
Forum: General
Topic: Get previous job completion status
Replies: 5
Views: 3601

Thank you kduke, ray.wurlod and chulett for your replies. I'll give your thoughts a try. Thanks again.