This post was kindly contributed by The SAS Training Post - go there to comment and to read the full post. |
A family and its members represent a simple hierarchy. For example, the Jones family has four members: A text file might represent this hierarchy with family records followed by family members’ records, like this: The PROC FORMAT step below defines the codes in Column 1: proc format; value $type […]
The post Reading hierarchical data – Part 1 appeared first on The SAS Training Post.
This post was kindly contributed by The SAS Training Post - go there to comment and to read the full post. |