Search found 15603 matches

by ArndW
Fri Oct 17, 2008 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Removing Embedded Carriage Returns
Replies: 10
Views: 5043

Try and google the keywords "tr command remove carriage return", that will answer your scripting questions.
by ArndW
Fri Oct 17, 2008 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Carriage Return
Replies: 3
Views: 897

DataStage processes files row-by-row. If you wish to do a whole file at once, exit DS and use a UNIX command such as "tr"
by ArndW
Thu Oct 16, 2008 12:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Revert back the original job
Replies: 5
Views: 1196

Unless you have a backup copy you cannot revert changes after saving a job.
by ArndW
Thu Oct 16, 2008 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version 8 compile issues
Replies: 3
Views: 1802

All jobs of this type did this with the very same warnings. However, I am thinking that they actually compiled fine, but just warned that default values were not provided for those variables. Am I correct in that thought? Yes, the compilations went through and DS will substitute empty strings. The ...
by ArndW
Thu Oct 16, 2008 11:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environmental varible
Replies: 5
Views: 1573

If you added the Parameter "MIG" to your job, you need to refer to it using "#MIG#".
by ArndW
Thu Oct 16, 2008 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance issues after migrating from 7.5 to 8.0 server ed
Replies: 8
Views: 3008

DataStage Version 8 has significantly higher overhead than previous versions. You should take a look at what the system is doing, without that detailed information an analysis isn't possible. When developing, look at your server and see if the machine is paging/swapping - in which case you might nee...
by ArndW
Thu Oct 16, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Empty DataSet vs DataSet with records
Replies: 2
Views: 1546

You cannot stop creation of an empty dataset and there is no builtin function for use in jobs that would give you that information. You can use the UNIX command "orchadmin" to list the number of records, this can be called from sequence and used in jobs.
by ArndW
Thu Oct 16, 2008 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: batch file creation
Replies: 5
Views: 1465

Do you wish to create a sequence in DataStage to start the job and then call a stored procedure, or do you wish to write a Windows .bat batch file to start the job then call a stored procedure?
by ArndW
Thu Oct 16, 2008 6:08 am
Forum: General
Topic: Back up scheduling details of scheduled tasks
Replies: 4
Views: 1631

DS still uses "cron" & "at" at version 8.
by ArndW
Thu Oct 16, 2008 6:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem reading Zoned-decimal in CFF stage
Replies: 1
Views: 507

I've never heard of these "Cobol Rules" and am not sure what you are trying to do. If you created a zoned decimal output to a file, then of course wordpad won't be able to read the binary output. What about using a string output from DataStage and doing the replacements as string functions in a tran...
by ArndW
Thu Oct 16, 2008 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: "UNLOCK not in you VOC"
Replies: 11
Views: 7756

You do not ever want to see this prompt, it means you called "uv" "uvsh" or "dssh" with the wrong attach point and since no valid DS account was found it wants to create one. Use Cntrl-C to get out.
by ArndW
Thu Oct 16, 2008 6:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DIR.OPEN cause a Folder stage to crash
Replies: 1
Views: 619

That is an odd error, since I thought that the folder stage only open sequential files, and the error mesage about internal corruption only occurs for hashed files. What kind of files are in this folder?
by ArndW
Thu Oct 16, 2008 5:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error: "UNLOCK not in you VOC"
Replies: 11
Views: 7756

Umm, you have just created a new DataStage account in the "bin" directory located below that actual account. You need to be in the "$DSHOME" account, then enter "bin/dssh" and there will be an UNLOCK verb there. Those extra files in the $DSHOME/bin directory won't hurt DataStage much, but they do no...
by ArndW
Thu Oct 16, 2008 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Upgrading from DataStage 5 to DataStage 7 or 8
Replies: 1
Views: 536

Moderator - please delete this duplicate thread.
by ArndW
Thu Oct 16, 2008 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Upgrading from DataStage 5 to DataStage 7 or 8
Replies: 4
Views: 1083

Nominally you can export with binaries at Version 5 and be able to import and run at Version 8. Some things might be different (such as changing parameter values within the job is no longer allowed) but overall DataStage is backwards compatible.