Name column in director contains prompt info from designer

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
elliferg
Charter Member
Charter Member
Posts: 3
Joined: Tue Nov 04, 2003 1:08 pm

Name column in director contains prompt info from designer

Post by elliferg »

:?
Is anyone else seeing the data from the prompt column (from Designer) in the name column when you hit the run button (in Director)? This seemed to start when we upgraded to 7.5.2 .
elli
kcbland
Participant
Posts: 5208
Joined: Wed Jan 15, 2003 8:56 am
Location: Lutz, FL
Contact:

Post by kcbland »

Wow! Waiting for the right moment for your first post? :lol:

I've never seen this problem with 7.5.2 on AIX and Solaris. But, my prompts are usually the same as the parameter name so I haven't exactly been trying to test this.
Kenneth Bland

Rank: Sempai
Belt: First degree black
Fight name: Captain Hook
Signature knockout: right upper cut followed by left hook
Signature submission: Crucifix combined with leg triangle
elliferg
Charter Member
Charter Member
Posts: 3
Joined: Tue Nov 04, 2003 1:08 pm

Post by elliferg »

I swear I posted before I paid to join. I think my post bucket has a hole in it. :P


Anyway, most of our prompts match our parameter names, but some other people got in our code and made the prompts into actual prompts. Go figure.
elli
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Job parameter names have to be legal variables names. The prompt text can be made more meaningful text, and in local language (for example Arabic or Korean). I advocate and counsel use of meaningful prompt text, and always supplying help text, for job parameters.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
elliferg
Charter Member
Charter Member
Posts: 3
Joined: Tue Nov 04, 2003 1:08 pm

Post by elliferg »

That's all well and good, but now we can't see the variable names, which we have in our parameter files that we use to call dsjob. It seems pretty hokey to me.
elli
ray.wurlod
Participant
Posts: 54595
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It is working as documented.

If you find that hokey, then so be it.

Change your prompt text to be the same as the parameter name if that's what you need. Why do you need to see the parameter name anyway? Generate job documentation; it's all in there.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply