Mainframe Job...

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Adam_Clone
Participant
Posts: 26
Joined: Fri Apr 08, 2005 12:58 am

Mainframe Job...

Post by Adam_Clone »

Hi
Why should a mainframe job be compiled and run on a mainframe while server and parallel jobs can be compiled and run on a DS server ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Because COBOL compilers on UNIX are very rare beasts indeed!

COBOL compilers on Windows are even rarer. :lol:
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Adam_Clone
Participant
Posts: 26
Joined: Fri Apr 08, 2005 12:58 am

Not clear...

Post by Adam_Clone »

what does that have to do with obtaining the data from somethn like a DB2 database on a mainframe ?
Adam_Clone
Participant
Posts: 26
Joined: Fri Apr 08, 2005 12:58 am

Not clear...

Post by Adam_Clone »

what does that have to do with obtaining the data from somethn like a DB2 database on a mainframe ?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

What does that have to do with the question you asked? :wink:
-craig

"You can never have too many knives" -- Logan Nine Fingers
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

ray.wurlod wrote:Because COBOL compilers on UNIX are very rare beasts indeed!

COBOL compilers on Windows are even rarer. :lol:
Not really all that rare. Microfocus has been doing COBOL on tons of platforms for what... decades now?
-craig

"You can never have too many knives" -- Logan Nine Fingers
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Not clear...

Post by ray.wurlod »

Adam_Clone wrote:what does that have to do with obtaining the data from somethn like a DB2 database on a mainframe ?
Nothing at all, but it answers the original question.
  • A mainframe job is a job to be executed in a mainframe environment.
    A parallel job is a job to be executed in a parallel (SMP or MPP) environment.
    A server job is a job to be executed on a single DataStage server.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Eric
Participant
Posts: 254
Joined: Mon Sep 29, 2003 4:35 am

Post by Eric »

and USS jobs need to be compiled on a USS instance ;)
Post Reply