/****************************************************************************** * Programme : Verificación de la biblioteca Autocall * Reference : VERIFI8A66 * Source : https://www.wearecas.eu/en/sampleCode/VERIFI8A66 ******************************************************************************/ /* --- 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;