Hi All; I a new in this community, I have a problem with data statement. I write a simple program as example: data AUTOFILL_SERIAL; set NWK.ALL2019; do no=RANGE_START to RANGE_END; output; end; run; May I know how the program look likes if I need to save the output direct to permanent folder name 'NWK'. currently the output save directly to temporary Work Libraries. tks gee
... View more