Search found 53125 matches

by ray.wurlod
Mon Aug 14, 2006 10:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Universe command line -case change..
Replies: 7
Views: 1760

PTERM has a silent P, as in swimming. :lol:
by ray.wurlod
Mon Aug 14, 2006 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server Connection
Replies: 8
Views: 1958

You could hunt for a version of SQL Server that runs on UNIX, but you won't find one. You could create your own plug-in stage, but it's really not worth the effort. The vendor supplies a UNIX-based ODBC driver that can connect to SQL Server on Windows.
by ray.wurlod
Mon Aug 14, 2006 10:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash File Qtd Limits
Replies: 10
Views: 3770

There might also be an operating system limit; the number of subdirectories in a directory. On Solaris it's 32765.

And it's "hashed" file, not "hash" file. :x
by ray.wurlod
Mon Aug 14, 2006 10:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: COMMIT PROBLEM IN JOB
Replies: 12
Views: 4707

:!: Make time.
by ray.wurlod
Mon Aug 14, 2006 10:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archived DS Logs that are in a readable form
Replies: 15
Views: 4633

Are you claiming that Access never gets horked?!!
by ray.wurlod
Mon Aug 14, 2006 10:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: setting a new line with WRITESEQ
Replies: 2
Views: 1022

Search the forum for a routine called OpenSequentialFile which contains ALL of the permutations.
by ray.wurlod
Mon Aug 14, 2006 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to view data from localuv DSN
Replies: 5
Views: 2375

Yes, it's premium content.
by ray.wurlod
Mon Aug 14, 2006 10:12 pm
Forum: IBM QualityStage
Topic: Right To Left Rule Sets
Replies: 0
Views: 909

Right To Left Rule Sets

Has anyone ever constructed a rule set for a right-to-left language such as Arabic or Hebrew? Can you share your ideas/thoughts/techniques on the construction of the classification, dictionary and pattern action language files?
by ray.wurlod
Mon Aug 14, 2006 10:10 pm
Forum: IBM QualityStage
Topic: Editing in QualityStage Match Extract Specification screen
Replies: 2
Views: 1396

Beat me to it! :wink:
Well done.
by ray.wurlod
Mon Aug 14, 2006 10:09 pm
Forum: IBM QualityStage
Topic: Meanings of files output from Investigate stage
Replies: 3
Views: 1662

FRQ File: ---------- 1)You say that, in aaaaa66046, a is for alphabet. So even though the data is numeric, in this file they are alphabets, that is, character type, right? Technically "alphabetic" rather than "alphabet". 2)[X] is the beginning of a sample in the row. I don't understand how my sample...
by ray.wurlod
Mon Aug 14, 2006 3:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Archived DS Logs that are in a readable form
Replies: 15
Views: 4633

I really fail to see this fascination with Oracle - Larry has you all hypnotized! Why not use a UniVerse table? Anyway, the metadata for RT_LOGnnn is fully available (LIST.DICT RT_LOG) so there ought to be no problem creating a generic, multi-instance server job to extract the data, using a UniVerse...
by ray.wurlod
Mon Aug 14, 2006 3:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read Access for DS Jobs
Replies: 6
Views: 2251

The DS Operator role can never see job designs. What you want to do can only be accomplished using operating system permissions on the relevant Repository tables. For jobs this is an all-or-nothing proposition - they can see all jobs but edit none, or they can edit all jobs. Individual jobs can be m...
by ray.wurlod
Mon Aug 14, 2006 3:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal error during compile
Replies: 1
Views: 684

Losing the ROOT record (from DS_JOBOBJECTS) means that you have lost the entrypoint that Designer uses to find all of the job objects. Not sure why yours has disappeared - probably some glitch that happened when you were removing the job parameter from the grid. Sufficiently technical types (like th...
by ray.wurlod
Mon Aug 14, 2006 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Universe command line -case change..
Replies: 7
Views: 1760

The terminals that were around when UniVerse first appeared didn't even have lower case. The behaviour is preserved for "backwards compatibility", one of the mantras of Jim Todhunter (one of the developers of UniVerse). Therefore it is not "unwarranted". You can add the command to disable case inver...
by ray.wurlod
Mon Aug 14, 2006 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ENVIRONMENT USER DEFINED VARIBLES
Replies: 4
Views: 1047

If they were created using the Administrator client, copy the relevant lines from the DSParams file in one project and insert them into the DSParams file in the other project. (You can copy the entire DSParams file if you want to maintain synchronization.)