Search found 8 matches

by ekempd
Fri Aug 03, 2007 5:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diferences between 7.1 and 7.5
Replies: 3
Views: 1204

No User variable stage??

any similar?
by ekempd
Fri Aug 03, 2007 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequential File Output Format
Replies: 4
Views: 2478

Do a after job custom routine that open de file and change the last character..
by ekempd
Fri Aug 03, 2007 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Diferences between 7.1 and 7.5
Replies: 3
Views: 1204

Diferences between 7.1 and 7.5

Hi, I worked in DataStage 7.5, and now I have to do some process in version 7.1, what are the main funcional diferences

Thanks..
by ekempd
Tue May 29, 2007 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 9197

You are right!, work just fine

Command = "echo $MY_PROJ_ENV"
Call DSExecute ("UNIX", Command, Output, SystemReturnCode)
Call DSLogInfo (Output, "TEST")

thanks to all
by ekempd
Mon May 28, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 9197

but the variable is not defined at operative system level is a datastage proyect level variable
by ekempd
Mon May 28, 2007 7:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 9197

I try echo from command interface in the DS administrator:

echo $MYVAR, return:

Verb "ECHO" is not in your VOC

Maybe another command?
by ekempd
Fri May 25, 2007 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 9197

The real situation is that I have a routine called from several sequence (over 100 sequencces), and I need to do a modification over it. To avoid to have to do the modificaction over all the sequence I need to retrieve the value of a environment variable defined in datastage as a string. I try to ex...
by ekempd
Thu May 24, 2007 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 9197

Retrieve a datastage environment variable from a Routine

I'm trying to retrieve de value of a datastage environment variable (defined in DS Administrator) from a routine without having to pass it as a parameter is that posible?

Thanks