rm -f setpars
pglue << 'xxx'
Parset " Enter parameters for compilation "
DIR:    "Directory", "default directory", String
FILNAM: "Filename",  "defaultnaam",  String
xxx
echo 'Glue generated the following file:'
echo '---------------------------------- '
cat setpars
echo '---------------------------------- '
. setpars
echo 'DIR has value ' $DIR
echo 'FILNAM has value ' $FILNAM
