/****************************************************************************** * Programme : Autocall Library Verification * Reference : AUTOCAB90B * Source : https://www.wearecas.eu/en/sampleCode/AUTOCAB90B ******************************************************************************/ /* --- BLOC 1 --- */ /*======================================== Macro: %check_autocall; Action: Writes a message to the Log window =========================================*/ %MACRO check_autocall; %PUT Your Autocall Library is Working!; %MEND check_autocall;