AutoCall Macros Syntax Alphabetically


C D K L Q S T V

Name
Syntax and Description
%CMPRES (text | text expression) %QCMPRES (text | text expression)
Compress multiple blanks and remove leading and trailing blanks .
Product: Base SAS
Document: SAS Macro Language: Reference
%COMPSTOR (PATHNAME=SAS library)
Compiles macros and stores them in a catalog in a permanent SAS library.
Product: Base SAS
Document: SAS Macro Language: Reference
%DATATYP (text | text expression)
Returns the data type of a value.
Product: Base SAS
Document: SAS Macro Language: Reference
%DQLOAD(DQLOCALE=(locale1 ...localeN), DQSETUPLOC=`file-specification', <=0 | 1> )
Sets system option values and loads locales into memory.
Product: SAS Data Quality Server
Document: SAS Data Quality Server: Reference
%DQPUTLOC(locale, <=0 | 1> , <=0 | 1)>
Displays current information on a specified locale in the SAS log.
Product: SAS Data Quality Server
Document: SAS Data Quality Server: Reference
%DQUNLOAD
Unloads all locales to increase the amount of free memory.
Product: SAS Data Quality Server
Document: SAS Data Quality Server: Reference
%KCMPRES (text | text expression) %QKCMPRES (text | text expression)
Product: Base SAS
Document: SAS National Language Support: Reference Guide
%KLEFT (text | text expression) %QKLEFT (text | text expression)
Left-align an argument by removing leading blanks.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
%KLOWCASE (text | text expression) %QKLOWCAS (text | text expression)
Change uppercase characters to lowercase.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
%KTRIM (text | text expression) %QKTRIM (text | text expression)
Trim trailing blanks.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
%KVERIFY (source, excerpt)
Returns the position of the first character unique to an expression.
Product: Base SAS
Document: SAS National Language Support: Reference Guide
%LEFT(text | text expression) %QLEFT(text | text expression)
Left-align an argument by removing leading blanks.
Product: Base SAS
Document: SAS Macro Language: Reference
%LOG4SAS( )
Initializes the logging environment to use autocall macros.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_APPENDER(name, "FileRefAppender" <',<FILEREF=fileref > <PATTERN="pattern"> < THRESHOLD=threshold > '> )
Defines an appender.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_DEBUG(logger-name, message)
Logs a DEBUG message if the specified logger accepts DEBUG messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_ERROR(logger-name, message)
Logs an ERROR message if the specified logger accepts ERROR messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_FATAL(logger-name, message)
Logs a FATAL message if the specified logger accepts FATAL messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_INFO(logger-name, message)
Logs an INFO message if the specified logger accepts INFO messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_LOGGER(name <,"<ADDITIVITY=TRUE | FALSE> <APPENDER-REF=(appender-list )> <LEVEL=level > "> )
Defines a logger.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_TRACE(logger-name, message)
Logs a TRACE message if the specified logger accepts TRACE messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOG4SAS_WARN(logger-name, message)
Logs a WARN message if the specified logger accepts WARN messages.
Product: Base SAS
Document: SAS Logging: Configuration and Programming Reference
%LOWCASE (text | text expression) %QLOWCASE (text | text expression)
Change uppercase characters to lowercase.
Product: Base SAS
Document: SAS Macro Language: Reference
%QCMPRES (text | text expression)
Compresses multiple blanks, removes leading and trailing blanks, and returns a result that masks special characters and mnemonic operators.
Product: Base SAS
Document: SAS Macro Language: Reference
%QLEFT (text | text expression)
Left-aligns an argument by removing leading blanks and returns a result that masks special characters and mnemonic operators.
Product: Base SAS
Document: SAS Macro Language: Reference
%QLOWCASE(text | text expression)
Changes uppercase characters to lowercase and returns a result that masks special characters and mnemonic operators.
Product: Base SAS
Document: SAS Macro Language: Reference
%QTRIM (text | text expression)
Trims trailing blanks and returns a result that masks special characters and mnemonic operators.
Product: Base SAS
Document: SAS Macro Language: Reference
%SYSRC(character-string)
Returns a value corresponding to an error condition.
Product: Base SAS
Document: SAS Macro Language: Reference
%TRIM(text | text expression) %QTRIM(text | text expression)
Trim trailing blanks.
Product: Base SAS
Document: SAS Macro Language: Reference
%VERIFY(source, excerpt)
Returns the position of the first character unique to an expression.
Product: Base SAS
Document: SAS Macro Language: Reference