+ DONE=0
+ while [ $DONE == 0 ] ; do
+ leer "Pais (código de 2 letras)" "" PAIS
+ if ! existe_pais "$PAIS" ; then
+ echo "No existe el país de código $PAIS"
+ else
+ DONE=1
+ fi
+ if [ "$PAIS" == "" ] ; then
+ DONE=0
+ fi
+ done
+
+ # Verifico que el umbral no exista
+ FECHA=`date +"%Y%m%d"`
+ HORA=`date +"%H%M%S"`
+ UMBRAL="$LINEA;$PAIS;$TIPO;A;*;*;*"