Hi everyone, I have a python script that needs to read data, and, for some reason (related to our python pipeline) we have to read a single file. When exporting SAS data containing formats with labels, two files are exported (sas7bdat for the data without applying the labels, sas7bcat for the catalog containing the labels). I would like to export the sas7bdat file with the data containing the labels applied ; could you please help me with the correct approach for this ? (I really couldn't find a clear answer ; seems that put(data_column, $format_name) does it for one column but I would like a synthetic way to get this done in one shot on all columns at the export). Many thanks !!
... View more