datastage8.7 installation without c++ compiler

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Installation process is exactly the same whether or not the compiler is installed.

Of course you will not be able to compile any job that includes a Transformer stage, and you will not be able to compile any Build stage.

When did you move to RSA?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi Ray,
Thanks for your reply.I have taken the Premium membership but still i am unable to see the "Premium Contents".... :(
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi Ray,
Thanks for your reply,now I am able to see premium content.I moved to RSA last year.
prasson_ibm
Premium Member
Premium Member
Posts: 536
Joined: Thu Oct 11, 2007 1:48 am
Location: Bangalore

Post by prasson_ibm »

Hi Ray,
Can we able to compile Sequence jobs without C++ compiler.

I am asking this because we have job parameters like db password which will change from DEV to QA to PROD,so my intention is to compile Master sequence jobs with changed password and all downstream sub sequences and jobs should trigger with new password.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Ray has already listed what you couldn't compile without a C++ compiler also installed.
-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:

Post by ray.wurlod »

... and you can infer from that that you can compile anything not mentioned in the list (which should also have included C++ functions used as parallel routines).
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
vamsi.4a6
Participant
Posts: 334
Joined: Sun Jan 22, 2012 7:06 am
Contact:

Post by vamsi.4a6 »

Compiler is not necessary in the following cases

1)If u are not using any parallel transformer in job

2)If the user does not want to change anything in the Job because if the user change something user need to compile the job.

I think we can compile the Sequence jobs without C++ compiler
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This information is already posted here. #2 is incorrect or at the very least way too generic. And yes, you can compile Sequence jobs.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply