I saw "SCL program" when I learning SAS help. I want to know what "SCL program" is ?
SAS Screen Control Language.
It's one of the SAS languages but was never really widely used and must be seen as "obsolete" by now. As a SAS learner nothing you have to care about. Better concentrate on SAS9.4 and Viya/CAS.
SAS Screen Control Language.
It's one of the SAS languages but was never really widely used and must be seen as "obsolete" by now. As a SAS learner nothing you have to care about. Better concentrate on SAS9.4 and Viya/CAS.
SAS renamed this language to SAS Component Language quite a while ago to reflect that it is now used commonly in Base SAS, including in SAS 9.4 and SAS Viya.
I, and many others, continue to use SCL statements and functions like EXIST, FEXIST, OPEN, CLOSE etc as they are very useful in Base SAS processing within DATA steps and SAS macro processing..
@SASKiwi Valid point but.... do you still consider these commands as SCL or just as functions migrated to Base SAS Language?
@Patrick - The current documentation now includes the SCL functions that work in Base SAS without differentiating their heritage. Six of one or half-dozen of the other?!
SAS SCL was widely used to write interactive, objected oriented, programs.
Many of SCL code is enabled now to be used within sas base and it is now considered as part of it.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.