database rayovac screen size 24 by 80 { Mes Inicial [f1] [g4 ] Mes Final [f2] [g5 ] Ano [f002] Codigo [a]-[b]-[c ]-[d ][e ] [g ] Costo Estandar [f005 ] [j] Usuario Creador [f006 ] Usuario Modificador [f008 ] Fecha Creacion [f007 ] Fecha Modificacion [f009 ] } end tables istb00013,intb00001 attributes f1 = istb00013.mes_ini,autonext, comments = "Digite el mes inicial"; g4 = formonly.descrip1; f2 = istb00013.mes_fin,autonext, comments = "Digite el mes final"; g5 = formonly.descrip2; f002 = istb00013.ano,autonext,comments = "Digite el ano"; a = istb00013.cod_n,autonext,comments = "Digite el NIVEL"; b = istb00013.cod_grupo,autonext,comments = "Digite el GRUPO"; c = istb00013.cod_tipo,autonext,comments = "Digite el TIPO"; d = istb00013.cod_sec,autonext,comments = "Digite la SECUENCIA"; e = intb00001.descrip_esp,noentry; g = intb00001.unidad_med,noentry; f005 = istb00013.costo_st,comments = "Digite el costo"; j = istb00013.status_t,noentry; f006 = istb00013.us_crea,noentry; f007 = istb00013.fech_crea,noentry; f008 = istb00013.us_mod,noentry; f009 = istb00013.fech_mod,noentry; instructions delimiters " " end