Displaying 1 result from an estimated 1 matches for "newsub".
Did you mean:
newskb
2000 Jan 06
1
Are blank fields allowed in SAS data sets?
...numeric data, the particular number corresponding to 8
blanks (using the IBM mainframe floating point format, not the IEEE
format) is
> Pheno[745,]
INDIV TIME DOSE WEIGHT CONC
745 3.687825e-40 3.687825e-40 3.687825e-40 3.687825e-40 3.687825e-40
NEWSUB APGARLOW TLAG
745 3.687825e-40 3.687825e-40 3.687825e-40
We can probably employ some heuristics and say that this is not a
common value so we guess that the 64 blanks are padding and not
another data record.
But what if they had been 8 character fields, each of width 8 bytes?
Is it...