Search found 15603 matches

by ArndW
Fri Jun 17, 2005 10:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Phantom 32272 Warning
Replies: 4
Views: 1002

Satish,

the SDK persistent sequence calls use that hash file for storing data. Since this was the first time that any of the routines was called it created this file - you will not see this message again in this project. It is not an error, just an informational message.
by ArndW
Fri Jun 17, 2005 10:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: GoBack in Date and Time
Replies: 2
Views: 755

Hello Raftsman, DataStage internally stores the date as an integer and the internal format for time is also an integer (number of seconds since midnight); there is no unified single timestamp format. One needs to program a small routine to take care of date addition and subtraction. It wouldn't be t...
by ArndW
Fri Jun 17, 2005 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: replace mm/dd/yyyy with mm/01/yyyy
Replies: 6
Views: 1509

Hello Accord,

this operation is not difficult in either Px or Server and you do not need to do any c++ or other coding to effect it.

In a transform just specify In.InDate[1,3]:'00':In.InDate[6,5] in both flavors to get the required format.
by ArndW
Fri Jun 17, 2005 5:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS error - *NLS.LISTMAPS - Not installed?
Replies: 7
Views: 16790

It is much safer to perform a fresh install than to try to fix problems - especially when you don't know exactly what did not get installed correctly in the first place. Since you mentioned that this was a fresh install I (perhaps mistakenly) assumed that you could quickly and easily repeat this pro...
by ArndW
Fri Jun 17, 2005 2:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS error - *NLS.LISTMAPS - Not installed?
Replies: 7
Views: 16790

Kumar,

it looks like you have a bad DataStage installation, the catalogue space should contain many entries and commands such as MAP need to function correctly.

Did any errors occur during your previous installation that you might have overlooked?
by ArndW
Fri Jun 17, 2005 12:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How do we find the release of a DataStage version
Replies: 10
Views: 3371

From the Admin or UniVerse prompt execute the command 'LIST VOC WITH @ID EQ "RELLEVEL" F2' and that will show you the DataStage detailed version for that account.
by ArndW
Fri Jun 17, 2005 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS error - *NLS.LISTMAPS - Not installed?
Replies: 7
Views: 16790

Hello Kumar, the routine *NLS.LISTMAPS should be globally cataloged within DataStage; I just checked our system and it is present. If you enter the DataStage command "MAP" from the Administrator or from the DataStage client you will get several hundred lines, and one of them should contain the strin...
by ArndW
Thu Jun 16, 2005 8:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to decide which NLS should be used where??
Replies: 17
Views: 3849

Saad, so this thread in the Server forum is finished - DS outputs NLS characters as it should. Now you need to start a discussion in the QS forum asking why German characters are not being correctly read in. I haven't used QS in a long time so am not able to help you on that front. I would try to ha...
by ArndW
Thu Jun 16, 2005 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dataset Deletion
Replies: 6
Views: 4199

Gopskrish, you have identified the reason for the deletion failure - insufficient access rights. Now you need to revisit your user setups and group permissions and perhaps also your umask settings. Who is the owner for the files you can't delete? The subject is exhaustively described in the DataStag...
by ArndW
Thu Jun 16, 2005 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: concatenate job log info
Replies: 2
Views: 866

Hello VasnathRM, accessing the internal tables is not a good idea, as the structure is not officially documented and are subject to being changed in the next release. I would recommend against looking at these tables directly. If you look up information on the external program dsjob it will let you ...
by ArndW
Thu Jun 16, 2005 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to decide which NLS should be used where??
Replies: 17
Views: 3849

Saad,

according to the standard ASCII tables the capital-O-umlaut is supposed to be 214. This means that DataStage is writing this value to your output file correctly, unless you have specified a conversion on the output stage. Is this correct?
by ArndW
Thu Jun 16, 2005 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Monitoring
Replies: 6
Views: 1561

Got it - I reread the post and had missed the multiple projects portion.

the command line program "dsjob" will return the status for a job. You can write a perl script or even a DataStage job around either this external call or by using the DSGet...() calls to write your own program.
by ArndW
Thu Jun 16, 2005 6:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Abort
Replies: 7
Views: 1770

VasanthRM, you can specify an automated reset-before-run when calling a job activity in a sequence. If you start the jobs from outside of DataStage from a command line you can use the -mode reset instead of -mode normal to reset the status before running a job. The subject of job logs has been handl...
by ArndW
Thu Jun 16, 2005 6:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data Validation
Replies: 5
Views: 1326

Shiva, the built-in functions cannot handle this request directly, you would need to a short function yourself to do this. CleanIdentificationNumber(InString) {for each character in the string} {if < '0' or > 'Z' then remove} {if I, O or Q then remove} {nex...
by ArndW
Thu Jun 16, 2005 6:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting No in Nullable Column
Replies: 7
Views: 2234

If you want nulls in a sequential file column then set that column's definition to "nullable yes" and in the sequential file format set the "null field value" attribute to \000