Page 1 of 1

Can we run a DS Job not sequence from Mainframes

Posted: Mon Jul 17, 2006 9:04 am
by chrisjones
HI ,
i want small clarification.
Can we run a DS Job not sequence from Mainframes

Posted: Mon Jul 17, 2006 10:16 am
by kris007
I am not 100% sure but Datastage only supports UNIX/Windows server i.e. if you are talking about server/parallel jobs but if you are talking about MVS jobs then running in the Mainframes is the only way to go.

Posted: Mon Jul 17, 2006 10:20 am
by kcbland
Do you mean "start" a PX job running via a call from a mainframe? The answer is that the command line Unix program dsjob doesn't care who runs that program.

If you mean, can you run PX or Server jobs on a mainframe? The answer is NO. That's why DS/390 exists.

Do you mean can you run PX or Server jobs on a mainframe linux partition? I believe the answer is yes, if you have the linux version of PX and Server. It used to be that Redhat was supported, but I remember seeing something about using your mainframe to run Redhax on a linux partition.

Posted: Mon Jul 17, 2006 11:00 am
by Krazykoolrohit
you can fire it from mainframe using CA7 or any other mainframe scheduling tool.

Re: Can we run a DS Job not sequence from Mainframes

Posted: Mon Jul 17, 2006 11:29 am
by rwierdsm
Chris,

We run our DataStage jobs from the Mainframe at my current client. A host utility called 'Universal Command' that has a component on the host and on our DS server is used. A call is made to the utility and a SYSIN specifies executables, parameters and some error handling.

Rob

Posted: Mon Jul 17, 2006 2:20 pm
by kris007
Rob,
Can Datastage server be a Mainframe?

Posted: Mon Jul 17, 2006 2:24 pm
by Krazykoolrohit
If you red the "installation and upgrade guide" provided with your datastage installation, you can get some pointers.

It says that there exists a "enterpirise MVS edition" of datastage which will allow you to develop jobs in mainframes.


Please read it for further information

Posted: Mon Jul 17, 2006 2:25 pm
by rwierdsm
kris007 wrote:Rob,
Can Datastage server be a Mainframe?
We aren't running it that way.

I'm not too familiar with the MVS version, but I don't believe that the engine runs on the mainframe, it just translates the code to COBOL which in turn runs up on the mainframe.

Rob

Posted: Mon Jul 17, 2006 2:29 pm
by Krazykoolrohit
I think all utilities which runs on mainframes work the same way. even when datastage runs in unix. it translates the code into a language (orchestrate) unix understands.

which other way you expecting datastage to run:-P lol

Posted: Mon Jul 17, 2006 2:33 pm
by kcbland
Krazykoolrohit wrote:I think all utilities which runs on mainframes work the same way. even when datastage runs in unix. it translates the code into a language (orchestrate) unix understands.

which other way you expecting datastage to run:-P lol
Not with regards to mainframes. DS/390 is totally separate framework, just like RTI and Server and PX are based on different underlying frameworks.

Posted: Mon Jul 17, 2006 4:40 pm
by ray.wurlod
There are two choices.

The Enterprise MVS Edition generates COBOL and JCL, which are transferred to the mainframe and executed there. These are only "mainframe" jobs, quite different from both server and parallel jobs.

The other choice is UNIX Support Services (USS) in which part of the mainframe is partitioned off to run UNIX services. DataStage parallel engine can be installed on USS; there are instructions for doing so in Chapter 8 of the Install and Upgrade Guide (dsupgde.pdf), and indeed there are questions on using USS in the certiification exam. You can run parallel jobs in the USS environment.