News

The example that follows uses a two-step SAS program that gains exclusive access to a specific SAS file by using the LOCK statement. First, the program opens a shared SAS data set and copies to ...
Command ===> 3 PROC SORT DATA=DATALIB.FUEL; 4 BY AREA; 5 RUN; ERROR: You cannot open DATALIB.FUEL.DATA for output access with member-level control because DATALIB.FUEL.DATA is in use by FSEDIT. NOTE: ...