Hi, I just started to learn SAS and I was trying to read the following fixed data with'.' as missing value:     001 18 53 53 48 73  002 61 81 . 98 1  003 31 65 35 92 35  004 84 42 82 . 19  005 97 33 14 44 9  006 52 40 . 85 93  007 5 . 29 68 37  008 37 42 24 56 32  009 14 54 15 70 39  010 8 32 49 . 17     however, when i printed it out, row 7 and 10 are not read properly and I don't know what the problem is.     the output:         Thank you  
						
					
					... View more