: $Workfile:   kixprimer.sh  $ $Revision:   1.0  $
#**********************************************************************#
#*                                                                    *#
#* Copyright (c) 2001 by Sun Microsystems, Inc.                       *#
#* All rights reserved.                                               *#
#*                                                                    *#
#**********************************************************************#


# kixprimer
# set environment variables for	the primer application
# this shell script must be run	as follows:
#	. kixprimer
# the period executes this from	the current shell changing the current env vars
# params: none

KIXSYS=$UNIKIX/test/primer/cobol
export KIXSYS
KIXPROGS=$KIXSYS
export KIXPROGS
KIXMAPS=$KIXSYS
export KIXMAPS
KIXDATA=$KIXSYS
export KIXDATA
KIXLIB=$KIXSYS
export KIXLIB
