== Format311 for TrendTest results for method 1 == ||'''Col''' ||'''Name''' ||'''Format''' ||'''Description''' || ||1 ||rec ||char ||Record type (311) || ||2 ||brd ||char ||Breed of evaluation (BSW/GUE/HOL/JER/RDC/SIM) || ||3 ||pop ||char ||Population code (see [[https://wiki.interbull.org/public/Idea_population_codes?action=print|here]]) || ||5 ||tgrp ||char ||Trait group code (prod/conf/uder/long/calv/fert/work) || ||6 ||trt ||char ||Trait code (see [[https://interbull.org/ib/idea_trait_codes|here]]) || ||7 ||testdate ||int ||Date on which trendtest1 was run (yyyymmdd) || ||8 ||pass ||char ||PASS or FAIL || ||9 ||testval ||float ||Test value: abs(b_ALL - b_1ST)/SDg || ||10 ||SDg ||float ||Genetic standard deviation || ||11 ||bvta ||char ||Genetic merit (BV/TA) || ||12 ||b_ALL ||float ||Genetic trend from ALL lactation evaluations || ||13 ||b_1ST ||float ||Genetic trend from 1ST lactation evaluations || ||14 ||bulls ||int ||Number of bulls included in the test || ||15 ||stdALL ||float ||Raw std of ALL lactation evaluations || ||16 ||std1ST ||float ||Raw std of 1ST lactation evaluations || ||17 ||type2x ||char ||Whether foreign bulls (with type of proof 21 or 22) were included (Y/N) || ||20 ||byr1 ||int ||First birth year of bulls included || ||18 ||min_hrd ||int ||Minimum herds for bulls included || ||19 ||min_dgh ||int ||Minimum daughters for bulls included || ||20 ||warnings ||char ||Codes for warnings (see log file for details) || '''Notes:''' * there is a header line which will be skipped by the software * there is an extra space between all fields to allow the file to be easily parsed without needing to specify fixed column positions '''Sample records''' {{{ rec brd pop tgrp trt testdate pass testval SDg bv b_ALL b_1ST bulls stdALL std1ST x byr1 mh md warnings 311 HOL ABC prod mil 20130930 PASS 0.006 543.079 BV 53.379 49.928 154 565.838 526.043 N 1986 10 20 none 311 HOL ABC prod fat 20130930 PASS 0.007 21.496 BV 1.084 0.943 154 18.614 18.003 N 1986 10 20 none 311 HOL ABC prod pro 20130930 FAIL 0.023 15.768 BV 1.513 1.157 154 15.979 16.561 N 1986 10 20 LACT1_SCALE_WARNING 311 HOL ABC uder scs 20130930 PASS 0.001 21.525 BV 0.106 0.095 154 10.698 10.572 N 1986 10 20 SDG_BV_WARNING }}}