diff --git a/ab/bastarb.rep b/ab/bastarb.rep
new file mode 100755
index 000000000..b63b4adc8
--- /dev/null
+++ b/ab/bastarb.rep
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+ #SYSTEM.RAGSOC
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CODTAB[1,5]
+
+
+ CODTAB[6,9]
+
+
+ CODTAB[10,12]
+
+
+ CODTAB[13,15]
+
+
+ D0
+
+
+ D1
+
+
+ B0
+
+
+
+
+
+ #SYSTEM.DATE
+
+
+ #PAGE
+
+
+
+
+ USE ARB
+
\ No newline at end of file
diff --git a/ab/bastntb.rep b/ab/bastntb.rep
new file mode 100755
index 000000000..d77a490d8
--- /dev/null
+++ b/ab/bastntb.rep
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+ CODTAB[1,2]
+
+
+ S0
+
+
+
+
+
+ #SYSTEM.DATE
+
+
+ #PAGE
+
+
+
+
+ USE %NTB
+
\ No newline at end of file
diff --git a/ab/bastpdb.rep b/ab/bastpdb.rep
new file mode 100755
index 000000000..e82d025fa
--- /dev/null
+++ b/ab/bastpdb.rep
@@ -0,0 +1,70 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CODTAB[1,3]
+
+
+ S0
+
+
+ I0[1,2]
+
+
+ I1[1,2]
+
+
+ I2[1,2]
+
+
+ I3[1,2]
+
+
+ I4[1,4]
+
+
+ S1
+
+
+
+
+
+
+ #SYSTEM.DATE
+
+
+ #PAGE
+
+
+
+
+ USE %PDB
+
\ No newline at end of file
diff --git a/ab/batbarb.uml b/ab/batbarb.uml
index d5512f3a4..240693256 100755
--- a/ab/batbarb.uml
+++ b/ab/batbarb.uml
@@ -108,7 +108,7 @@ DATE F_DF
BEGIN
PROMPT 4 16 "Data di ripristino "
FIELD D1
- NUM_EXPR (#F_DF==0)||(#F_DF>#F_DI)
+ NUM_EXPR (#F_DF==0)||(#F_DF<#F_DI)
WARNING "La data di ripristino deve essere superiore a quella di archiviazione"
CHECKTYPE NORMAL
END