passing parameter file

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
mallikharjuna
Participant
Posts: 81
Joined: Thu Nov 30, 2006 7:46 am
Location: india

passing parameter file

Post by mallikharjuna »

hi,

i have to execute dsjob through script. i have created one parameter file for the same and trying to executing through below command. "ParamList"is the list of parameters

${DSHOME}/bin/dsjob -run -wait -warn 0 -jobstatus ${ParamList} $p_DWA_PROJECT_NAME ${JobName}

job is executing but parameters values in parameter file are not passing to datastage job parameter.
MALLI
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

You'd have to specifically show us what your "list of parameters" looks like before anyone can help. Guessing, however, that you do not have the "-param " you need in front of every name/value pair.
-craig

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