Published on :
Macro CREATION_INTERNE

Multiple calls to the parsemacro macro

This code is also available in: Deutsch Español Français
This script repeatedly calls the %parsemacro utility macro to process or analyze the 'canonicalname', 'import', 'sec.cksum', and 'checkmacro' components. The use of dot notation for 'sec.cksum' suggests a hierarchical or package-based organization of the analyzed macros.
Data Analysis

Type : CREATION_INTERNE


The script operates via macro calls and does not contain explicit data reading steps.

1 Code Block
MACRO CALL
Explanation :
Series of calls to the %parsemacro macro with different arguments (macro or file names) for processing.
Copied!
1%parsemacro(canonicalname);
2%parsemacro(import);
3%parsemacro(sec.cksum);
4%parsemacro(checkmacro);
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.