Search found 144 matches

by joycerecacho
Mon Dec 01, 2014 7:28 am
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 10512

Guys, Executing the .bat I am developing, everytime that a job is exported a DataStage window open asking me to click 'Close'. If I have 100 jobs, it will ask me 100 times. It says: "x read-only objects were ommited" Is there any way to ommit this window? Otherwise the .bat makes no sense....
by joycerecacho
Tue Nov 25, 2014 11:38 am
Forum: General
Topic: to get job names of a category through unix command
Replies: 5
Views: 4216

The command bellow doesnt work. %DsSearch% -server %Host% -user %User% -password %PW% -ljobs -matches -sub -c %folder% %project% >> %JobList% If a cut the part: " -matches -sub -c %folder% " it works fine. It says: "Valid primary command options are: -ljobs Status code = -9999 DSJE_DS...
by joycerecacho
Wed Nov 19, 2014 3:06 pm
Forum: General
Topic: Where Do I find the 'dsexport' command?
Replies: 14
Views: 10512

Ok. And how do I do?
by joycerecacho
Mon Oct 13, 2014 4:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters replaced by <SUB>
Replies: 3
Views: 2032

I derivated the text field like:

NOM_DEV (Char 70 | Unicode | NotNull)

If Isnull(Lnk_Ler_Contratos.NOM_DEV) Then
Str(' ',70)
Else
Left(Lnk_Ler_Contratos.NOM_DEV:Str(' ',70),70)
by joycerecacho
Mon Oct 13, 2014 4:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Special Characters replaced by <SUB>
Replies: 3
Views: 2032

The NLS map is the project default: ISO-8859-1
And about your first question "How is the file encoded?", what do you mean?
I didnt get it.
:oops:

Best regards,
by joycerecacho
Mon Oct 13, 2014 7:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TXT File with fixed length fields
Replies: 9
Views: 10682

Nope .... I didnt set this option.
by joycerecacho
Fri Oct 03, 2014 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TXT File with fixed length fields
Replies: 9
Views: 10682

Yeap, but it is according to your tips. The file input columns are like: COD_MDL_ORG ........ char(4) nullable yes TPO_RPT ................. char(1) nullable yes Edit Row: * COD_MDL_ORG String Type : Field Width = 4 Nullable / Null Field Value = "" * TPO_RPT String Type : Field Width = 1 N...
by joycerecacho
Thu Oct 02, 2014 7:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TXT File with fixed length fields
Replies: 9
Views: 10682

I tried but it didnt work.
And then I tested with only one char field, the same warning happened.
I can't realize what it could be.

Best regards.
by joycerecacho
Thu Oct 02, 2014 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Thank you Chullet!
I used shell script to specify the file names.
It worked perfectly.

Thank you guys for your help.

Best regards,
by joycerecacho
Mon Sep 15, 2014 7:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Sorry guys ask you if I was clear cause my English is so bad. Obviously I couldnt split the xml file after it was compressed. In short, I just wanna know if there is a way I could split it before or after generate it. Forget the compression for now. This limitatiom of 50Mb I could set a limit of row...
by joycerecacho
Mon Sep 15, 2014 11:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Hmmm ... actually the job design is like: DB2 => Transformer => XMLOutputPX .............................. => XMLOutputPX These 2 'XMLOutputPX ' are about the same file, have the same name, but the first one generates the Header, and the other one generates the content. This functionality you meant ...
by joycerecacho
Mon Sep 15, 2014 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Chulett,

Thank you for your answer.

When u say "the Trigger Column functionality", what are you talking about?!
by joycerecacho
Fri Sep 12, 2014 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Ah, ok. Actually the splited files need to have a correct sintaxe, of course, respecting the open and closed tags. I cant split the big one without care if for example the Open tag is in the first file and the rest of the register is at the second file. I'll have to pay attention to the sintaxe and ...
by joycerecacho
Fri Sep 12, 2014 10:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Imagine guys I have a really big Xml file. A huge one. After zip it and realize that it has more then 50Mb compressed, I have to split the file in files with 50Mb each one, but compressed. The thing is that I will return these files to the customer and he wants a sequential inside the parts, like an...
by joycerecacho
Fri Sep 12, 2014 6:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Split - Output XML Compressed File
Replies: 22
Views: 14297

Hi!
Did u mean an utility from Operation system for example?
Like in a script shell on unix?