Files

24 lines
589 B
Plaintext

database marmotech
screen
{
Mes [m ]
Ano [a ]
Total Variacion Material [t1 ]
Total Variacion Labor [t2 ]
Total Variacion Gasto [t3 ]
Codigo Pila [c]
}
end
tables
cttb00001
attributes
a = formonly.p_ano,comments = "Digite ano formato 1993";
m = formonly.p_mes,comments = "Digite mes formato 06";
t1 = formonly.total_1;
t2 = formonly.total_2;
t3 = formonly.total_3;
c = formonly.cod_n type smallint,
comments = "Digite el Nivel de la Pila",default = 3;
instructions delimiters" "
end