Search found 67 matches

by CharlesNagy
Fri Dec 14, 2007 3:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 8522

Thanks for clearing that up guys. In future I will use the 64BIT option when using CREATE.FILE, however, I have searched the Universe documentation, but there does not seem to be a 64BIt option for CREATE TABLE... So I will have to issue a RESIZE command to create a 64 Bit TABLE. Also, I did a test ...
by CharlesNagy
Thu Dec 13, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 8522

Re Flag in UVconfig

Looking in UVconfig, there is a flag 64BIT_FILES 0 The comments there say that if you set this to 1 then 64 Bit files will be created. It also says that it is only valid on 64 bit capable platforms. I had taken this to mean that you needed a 64 bit operating system for this, but apparently not. Stil...
by CharlesNagy
Thu Dec 13, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dynamic prepared Sql using routines
Replies: 4
Views: 1416

SQL Client Interface Guide

There is an SQL_Client_Interfac_Guide.pdf which may have come with your Datastage documentation on your installation disc. This has an SQL client Interface demonstration program on it which may show you how to do it.
by CharlesNagy
Wed Dec 05, 2007 10:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CREATE.FILE usage for 64 bit hashed files
Replies: 30
Views: 8522

Re: CREATE.FILE usage for 64 bit hashed files

I have to create a group of 64 bit hashed files via a script that I can pass to the production team I have no access to the server via telnet (so dvsh is out) so I can create them via a job or an excel script (and paste the commands into DS Administrator) I can do the following SETFILE /applis/psof...
by CharlesNagy
Wed Dec 05, 2007 7:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

Just FYI, the job control goodies on my site has the major job control function that features compilation of jobs at startup as well as prior to running a job. My point is that compiling a job is not your problem, it's the code calling the compiling routine. That's why I thought clearing the status...
by CharlesNagy
Wed Dec 05, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

Just FYI, the job control goodies on my site has the major job control function that features compilation of jobs at startup as well as prior to running a job. My point is that compiling a job is not your problem, it's the code calling the compiling routine. That's why I thought clearing the status...
by CharlesNagy
Tue Dec 04, 2007 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

Is it even valid to call DSD.Init after DSR.SUB.JOB.RELEASE ? It is my understanding that DSR.SUB.JOB.RELEASE is the argument that DSD.Init is called with. Anyhow, it was in the code I inherited. I don't pretend to understand what it does. I have tried to log on to Kens website to see if I can get ...
by CharlesNagy
Mon Dec 03, 2007 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

I think found your problem! Remove these lines. Execute "CLEAR.FILE ":DSR.RTSTATUS.FNAME:JobNo Execute "CLEAR.FILE ":DSR.RTLOG.FNAME:JobNo My mass-compiler has this logic, but if you're using this logic as part of job control you can get into trouble whiping out the status infor...
by CharlesNagy
Wed Nov 28, 2007 10:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

I think found your problem! Remove these lines. Execute "CLEAR.FILE ":DSR.RTSTATUS.FNAME:JobNo Execute "CLEAR.FILE ":DSR.RTLOG.FNAME:JobNo My mass-compiler has this logic, but if you're using this logic as part of job control you can get into trouble whiping out the status infor...
by CharlesNagy
Wed Nov 28, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

I think found your problem! Remove these lines. Execute "CLEAR.FILE ":DSR.RTSTATUS.FNAME:JobNo Execute "CLEAR.FILE ":DSR.RTLOG.FNAME:JobNo My mass-compiler has this logic, but if you're using this logic as part of job control you can get into trouble whiping out the status infor...
by CharlesNagy
Wed Nov 28, 2007 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

This was actually 'pinched' from Kenneth Bland's KBA Job Control Utilities, comments and all. It even still includes the structures it needs to process an array of job names at a time or that are part of his job control. :? Looks to me like you've got your CompileStatus values bass-ackwards. Zero w...
by CharlesNagy
Wed Nov 28, 2007 7:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

Re: Problems running a routine to compile a single job

chulett wrote:
CharlesNagy wrote:(Sorry if the code is not indented, indents seem to have been stripped out in the posting process)
That's what the Code tags are for.

Yup, just tried to repost with code tags, you were too quick for me...
by CharlesNagy
Wed Nov 28, 2007 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems running a routine to compile a single job
Replies: 15
Views: 5406

Problems running a routine to compile a single job

I have been tasked with writing a routine which can be called from a master Job Control which runs a list of specified jobs. We have opted not to use sequencer jobs because our job scheduling requirements are somewhat complicated. My routine tries to attach a job, and if it won't attach it assumes i...
by CharlesNagy
Wed Nov 21, 2007 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining which cpu performs which process in a Job
Replies: 6
Views: 2133

Thanks Guys,

I suspected as much.

Much appreciated, and I will close this topic now
by CharlesNagy
Wed Nov 21, 2007 5:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Determining which cpu performs which process in a Job
Replies: 6
Views: 2133

Determining which cpu performs which process in a Job

We have a multi processor setup, and would like to analyze performance per job per processor. In other words, which CPU was performing which process. I searched through historical postings on this, but all I could find was reporting by process rather than processor. Perhaps this is not possible, but...