Index hook
Use this hook to select the index the session starts with.
This hook must return a Long.
Example:
if tdpcg030.maty <> tdpcg.maty.sobook then
return (1)
else
return (2)
endif