Files
MBS/PROYECTO/nodir/nofm.per
T

22 lines
659 B
Plaintext

database marmotech
screen size 24 by 80
{
num_emp [f001 ] [b ][c ]
departamento [f002 ] [a ]
fecha [f005 ]
cod_mov [f006 ]
valor [f008 ]
}
end
tables
notb00008,adtb00001,adtb00003
attributes
f001 = notb00008.num_emp,lookup b=adtb00003.nom1_emp,c= adtb00003.apell1_emp
joining adtb00003.num_emp;
f002 = notb00008.departamento, lookup a=adtb00001.nom_dpto joining
adtb00001.departamento;
f005 = notb00008.fecha;
f006 = notb00008.cod_mov;
f008 = notb00008.valor;
end