Search found 53125 matches

by ray.wurlod
Wed Mar 04, 2015 5:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Help! Datastage File to Mainframe w/ Special Characters
Replies: 2
Views: 3864

Have a look under the NLS settings.
by ray.wurlod
Wed Mar 04, 2015 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle table to cobol file output
Replies: 10
Views: 2714

sharmabhavesh wrote:Any help on this? Even I am facing a same scenario with one of my code pieces.
And what have YOU tried? Is your requirement identical to udayanguha's? If not, you should really start your own thread.
by ray.wurlod
Wed Mar 04, 2015 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DSODB using DB2 Connector Stage
Replies: 10
Views: 5449

ecclesr wrote:At this stage I not able to achieve a connection
"Successfully connected to the database." in the test result gives the lie to your statement.
by ray.wurlod
Wed Mar 04, 2015 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

Maybe mavrick21 will mull over that answer for four more years before coming back with the next question.
by ray.wurlod
Tue Mar 03, 2015 8:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing DSODB using DB2 Connector Stage
Replies: 10
Views: 5449

If you installed DSODB tables in the XMETA database, even though in a separate tablespace, try accessing its contents via XMETA but specifying DSODB as the schema name, for example SELECT * FROM DSODB.tablename;
by ray.wurlod
Tue Mar 03, 2015 8:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Questions regarding Hash files and hash file stage
Replies: 54
Views: 42070

In a dynamic hashed file the number of groups (also known as modulus) can change second by second as data are added and removed. Hence the term "current" as at the time the utility (possibly ANALYZE.FILE) was run. The minimum value for number of groups is set by the MINIMUM.MODULUS keyword...
by ray.wurlod
Tue Mar 03, 2015 4:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256) with Oracle Ent Stg
Replies: 8
Views: 9405

What error entries are in the log of the parallel job itself when it fails? (You have shown us entries from the sequence's log.)
by ray.wurlod
Tue Mar 03, 2015 4:27 pm
Forum: General
Topic: How to display project protection status from command line?
Replies: 7
Views: 4079

Not all fields in the UV.ACCOUNT hashed file are visible by default. Project protection status is in one of the fields that is not visible by default. You need to ascertain which field number it is and use the EVAL "@RECORD<11>" AS PROTECTED syntax to display its value (assuming it's field...
by ray.wurlod
Tue Mar 03, 2015 4:24 pm
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

Note that what Craig suggested is not "manipulating individual activities". His approach is to use custom triggers to determine whether the activities run at all. This is a valid approach. But, again, your overall requirement remains vague. You'll need to tighten your specification before ...
by ray.wurlod
Tue Mar 03, 2015 5:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job reports failure (code 256) with Oracle Ent Stg
Replies: 8
Views: 9405

Check which Oracle environment variables are set in $DSHOME/dsenv, and to which values.
by ray.wurlod
Tue Mar 03, 2015 5:04 am
Forum: General
Topic: Job sequencer problem
Replies: 21
Views: 4964

No.
by ray.wurlod
Mon Mar 02, 2015 11:50 pm
Forum: General
Topic: Authfile option usage with DStageWrapper.sh script
Replies: 11
Views: 5659

You must have the Suite Administrator role.

Nothing you do with, to or around the script will alter this fact or allow you to use the script, until you have this role assigned.

It is NOT enough to be a DataStage Administrator.
by ray.wurlod
Mon Mar 02, 2015 11:49 pm
Forum: General
Topic: ODBC.ini file Alternatives
Replies: 5
Views: 1931

None of which I'm aware, given that you're on UNIX.
by ray.wurlod
Mon Mar 02, 2015 4:59 pm
Forum: IBM QualityStage
Topic: Pattern matching using overrides - standardization stage
Replies: 3
Views: 3610

And what do you want to do when invalid numbers are found? For example you could populate the InvalidData field, and possibly InvalidPattern if this were pertinent.
by ray.wurlod
Sun Mar 01, 2015 9:01 pm
Forum: General
Topic: DataStage - Using Environment of executing user via .profile
Replies: 3
Views: 1364

What is the "this" to which you refer? The DataStage command line interface (dsjob) can be issued from any directory. There is no restriction that you have to be in project folder to use the dsjob command. However it is usually far more convenient to execute it from a project directory bec...