I write a dsjob command to launch a sequence.
I assign 2 job parameter values with the dsjob command:
dsjob -server SERVER -user USER -password xxxxxx -run
-mode NORMAL
-param PRM_TRT_DT=2006-09-21
-param PRM_CD_AMONT=1
-jobstatus DEV_BIC job_SL0_DM_CAD_ALERT_Load
The pb is the following :
If the sequence has got the 2 parameters defined, then the run is OK.
But if the sequence has got only one parameter defined, then, the run is KO.
I need to write a single generic dsjob command script, that will be used to launch a great number of sequences of a complete application.
So Is there a way of getting the parameters defined in a sequence job , when I am in my shell script.
Thank you for your ideas