how to pull data from master dataset in SAS

pull data from master dataset and generate listing as out put

Solution: how to pull data from master dataset in SAS

kandsurge,

use proc print to display all the data in the table you are interested in.

however, given what you have posted is not very clear, i'm not sure if the answer is relevant to what you are trying to achieve.