Page 1 of 1

DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE

Posted: Sun Mar 08, 2009 9:47 am
by chandra
How to execute this comands DSGetProjectList,DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE.
please gice one brefie example .

Thanks in Adv

Posted: Sun Mar 08, 2009 11:38 am
by ArndW
Would it be possible to be more exact in what you wish? The routines listed are documented in the manual along with examples, and if you search here with the routine names as keywords you will also find code snippets. "APT_DUMP_SCORE" is not a command but an environment variable.

Posted: Mon Mar 09, 2009 4:21 am
by Sainath.Srinivasan
Looks like an interview q

Re: DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE

Posted: Mon Mar 09, 2009 8:30 am
by s_boyapati
chandra wrote:How to execute this comands DSGetProjectList,DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE.
please gice one brefie example .

Thanks in Adv
dsjob is command line utility. use dsjob with -lprojects and -llinks, -linkinfo options provide you what you are looking for. You can find dsjob in $DSHOME/bin

DSGet* meant for calling DS functions from DS Basic. hope this helps....

Re: DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE

Posted: Mon Mar 09, 2009 8:32 am
by s_boyapati
chandra wrote:How to execute this comands DSGetProjectList,DSGetLinkInfo,dsjobrun,APT_DUMP_SCORE.
please gice one brefie example .

Thanks in Adv
APT_DUMP_SCORE is effective for showing job score in DS run logs. APT_DUMP_SCORE can be set at environment level and/or job level( as environment variable) also.