Try something like this to get you started:
filename CLAML "s:/workshop/cim10fr2024syst_claml_20231215.xml";
filename CLAMAP "s:/workshop/cim10fr2024syst_claml_20231215.map";
libname CLAML XMLv2 automap=reuse xmlmap=CLAMAP;
After you run this code, file cim10fr2024syst_claml_20231215.map will contain the generated XML map. You can edit with that to change how the mapping works if you want. If you do modify the map file, remove the AUTMAP=REUSE option from the LIBNAME statement to prevent overwriting the MAP file when the code is run again.