Published on :
Development CREATION_INTERNE

Display Manager Command - SCL Editor

This code is also available in: Deutsch Español Français
This script executes a Display Manager (dm) command intended to open the SAS©/AF 'BUILD' environment to edit the file 'sasuser.test.test.scl' in 'tooledit' mode. It is important to note that this command is specific to the classic windowed interface (PC SAS©) and is not functional in the web interfaces of SAS© Viya (SAS© Studio).
Data Analysis

Type : CREATION_INTERNE


This code does not manipulate any data; it is a user interface instruction.

1 Code Block
DM COMMAND
Explanation :
The 'dm' command sends an instruction to the windowing system to launch the build editor on the specified catalog entry. This functionality is deprecated in the Cloud/Viya context.
Copied!
1dm 'build sasuser.test.test.scl;tooledit' build ;
This material is provided "as is" by We Are Cas. There are no warranties, expressed or implied, as to merchantability or fitness for a particular purpose regarding the materials or code contained herein. We Are Cas is not responsible for errors in this material as it now exists or will exist, nor does We Are Cas provide technical support for it.