main_program: Parameter not resolvable

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
subramanya
Participant
Posts: 22
Joined: Fri Oct 15, 2004 11:53 pm
Location: Bangalore, India
Contact:

main_program: Parameter not resolvable

Post by subramanya »

Hi,

Scenario: Sequencer which calls a parallel job has param problem.

In the sequencer, I have an execution_comand stage where I am using cat <file_name> to read a date value stored in the file. This stage is connected to a similar stage where I read another date from another file. Both These values are passed to the next Job_activity as Command_outputs. I have defined two job parameters (cur_job_dt and lst_adj_dt) for these date values. First time when I run, the job runs fine. But when I rerun the sequencer again, it fails with the following error message :

main_program: Parameter not resolvable: cur_job_dt


It throws the error for only cur_job_dt parameter and not for the other one.

Now if I rename cur_job_dt to cur_job_dt1 and run the sequencer it runs fine. But if I run again it fails.

Let me know if anybody faced same kind of problem..
--------------
Subramanya
samratisking
Participant
Posts: 37
Joined: Tue Jan 29, 2008 6:03 am
Location: Guntur
Contact:

?

Post by samratisking »

Did anyone resolve this issue? I am on the same boat.....
Samratisking
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

And what boat would that be? Best to start your own post and detail out the issue you are having.
-craig

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