Page 1 of 1

passing parameter file

Posted: Mon Jan 23, 2017 9:05 am
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.

Posted: Mon Jan 23, 2017 10:03 am
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.