c
c this causes 'Z' fatal error at the format statement even though the
c trouble appears to be the ")(" in the write statement!!!!!!
c
	      read(nin,20010) idch(i),key,(label(i,j),j=1,8)(desc(i,j),j
     +      =1,5)
20010   format(i2,a3,5x,2a8,4x,5a10)
