zOs/SQL/REODDLXX

$#@
call sqlConnect DBOC
            $*( fun = funktion
                   t = tables erstellen/migrieren und views erstellen
                   v = nur views droppen und erstellen
                   tDropOld = alte Tables löschen
                              (entstehen bei migration durch rename
                               ==> nach Kontrolle migration )
            $*)
$=fun=tDropOld
$=fun=v
$=db2v10ENF = 1     $** v10 catalog or not
$=mig=59    $*( migration ab wo
                   0 = create new
                  54 = migrate ab 54
                  570 = migrate ab (unvollständiger) Version 5.7
                  571 = migrate ab 5.7 ohne clusterRatio
                  59 = migrate stats tables from v9 to db2v10
            $*)
$;
$** $>.fEdit() $@/ddl/
    call sqlStmts , , 'sql72'  $<@/ddl/
$@=[
  SET CURRENT SQLID='S100447';
  drop view A540769.efghik;
  COMMENT ON TABLE s100447.TReoIXParms
    IS 'diese Tabelle enthaelt die Default-Schwellwerte und die TS mit s
peziellen triggern' ;
$]
$/ddl/