Hi can any one help me with this.....
The below pasted extract is part of the script which is invoked from another script..
gsdgp_init() {
typeset CALLER=${SCRIPT}
typeset SCRIPT=${SCRIPT}.gsdgp_init
typeset DBSPEC=${1:?${SCRIPT}

BSPEC}
gpd_terminate
i am not specifying any argument at command prompt so from where will the value of variable DBSPEC will come .....