PRO read_grib_end, num, offset a = assoc(num, bytarr(4, /nozero), offset) endcode = string(a[0]) IF endcode NE '7777' THEN stop RETURN END