Parse JSON object in SAS macro - Part 2 - using OUTPUT function to handle nested values
问题 This question is related to: prior question link I have a JSON file that looks like: [ { "rxnorm_id": "999999999", "drug_name": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "plans": [ { "plan_id_type": "xxxxxxxxxxxxx", "plan_id": "999999999999999", "drug_tier": "xxxxxxxxxxxxxxx", "prior_authorization": false, "step_therapy": false, "quantity_limit": false }, I am able to import every line into SAS that has 'rxnorm_id and drug_name using this code: > filename data url 'http://stg-oh-medicaid